summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-12-30 16:42:36 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-30 18:24:28 +0300
commit0ee50bdd6b0ba3cd7da17fe0f6ccce2312521d0f (patch)
tree38865b9ab72b3825f323c000ef93afc7a176819c
parent81878cce3ee6a6b4920ad663479ad37a6f6c64fa (diff)
downloadopenbmc-0ee50bdd6b0ba3cd7da17fe0f6ccce2312521d0f.tar.xz
meta-facebook: enable allow-root-login
root is only added to a number of required groups if either `debug-tweaks` or `allow-root-login` is on (see phosphor-rootfs-postcommands.bbclass). For internal builds we turn off `debug-tweaks`, so add `allow-root-login` to our IMAGE_FEATURES since we need it on everywhere. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic65dce4fd5374a6a9c8389c67693b980a2b5509c
-rw-r--r--meta-facebook/conf/machine/include/facebook.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/conf/machine/include/facebook.inc b/meta-facebook/conf/machine/include/facebook.inc
index 47b641dfc..c61237934 100644
--- a/meta-facebook/conf/machine/include/facebook.inc
+++ b/meta-facebook/conf/machine/include/facebook.inc
@@ -15,6 +15,7 @@ PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_wo
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps"
IMAGE_FEATURES:remove = "obmc-ikvm"
+IMAGE_FEATURES:append = " allow-root-login"
# Most of our hardware uses the default ttyS4 but at 57600.
SERIAL_CONSOLES:facebook = "57600;ttyS4"