summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorasmithakarun <asmithkr@in.ibm.com>2019-06-24 13:00:33 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-11 16:15:46 +0300
commitb7e2d8bfdc454eeb9f22a210c05b51082fa9312a (patch)
treef71e8ade4c8690a05f65b9c801b32438d9ffb0ad /meta-ibm
parent37277674a3c0fcffd071a404a09fa9b722e57580 (diff)
downloadopenbmc-b7e2d8bfdc454eeb9f22a210c05b51082fa9312a.tar.xz
Enabling first-boot-set-hostname service on witherspoon
first-boot-set-hostname service will set a unique hostname to the machine on the very first boot. The idea of this commit is to enable this service as a part of witherspoon image. Tested by: 1. Enable first-boot-set-hostname.service - systemctl enable first-boot-set-hostname.service 2. Reboot the machine - reboot Post reboot, hostname will be changed to hostname-serialno (From meta-ibm rev: 6c8fb8fd38fd7f627657268d64967474cdd27653) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: I77ea7c8ddd8f0e0ce425f77262aea22712761769 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend
index aa7e786c00..7702d99101 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -1 +1 @@
-OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac"
+OBMC_IMAGE_EXTRA_INSTALL_append = " mboxd max31785-msl phosphor-msl-verify liberation-fonts uart-render-controller first-boot-set-mac first-boot-set-hostname"