summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/conf/local.conf.sample2
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc1
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/conf/local.conf.sample b/meta-phosphor/conf/local.conf.sample
index 9af90ee77..15e324311 100644
--- a/meta-phosphor/conf/local.conf.sample
+++ b/meta-phosphor/conf/local.conf.sample
@@ -19,3 +19,5 @@ INHERIT += "extrausers"
EXTRA_USERS_PARAMS = " \
usermod -p '\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/' root; \
"
+MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"
+
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 829048423..3fe9e9f0a 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -22,4 +22,5 @@ IMAGE_CLASSES += "obmc-phosphor-image_types_uboot"
INITRAMFS_CTYPE ?= "lzma"
INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE}"
+MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode"