diff --git a/.dictionary b/.dictionary index 7fc8a1c5df7aca5a82afe18be1b5eb3ab888c2ac..782d02dd4402a368176c80a41612ff1988d392b4 100644 --- a/.dictionary +++ b/.dictionary @@ -26,6 +26,7 @@ corstone corstone1000 cpio crypto +DHCP dialout distro DISTROOVERRIDES @@ -44,6 +45,7 @@ gitlab gitlab-ciyml gzio homepageping +hostname IMAGE_FSTYPES initscripts kernelcfg @@ -97,6 +99,7 @@ sp srcurifile styhead suggestedvar +systemd tarbz2 TF-A THISDIR diff --git a/conf/machine/include/corstone1000-mps3-cassini-extra-settings.inc b/conf/machine/include/corstone1000-mps3-cassini-extra-settings.inc index a94957d5fb2e14c2e64b26efd28a7dd02e174582..4f7d52ed616283c3cb424eabb48fe7f1dc17861a 100644 --- a/conf/machine/include/corstone1000-mps3-cassini-extra-settings.inc +++ b/conf/machine/include/corstone1000-mps3-cassini-extra-settings.inc @@ -5,3 +5,7 @@ # Due to performance limitations, add wait-online helper IMAGE_INSTALL:append:cassini = " wait-online" + +# Since the host has two stage booting, we need to ensure we +# only get a single ip address for the same MAC incase of reboot +IMAGE_INSTALL:append:cassini = " send-no-hostname"