summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf/local.conf.sample
diff options
context:
space:
mode:
authorNan Li <william.bjlinan@hotmail.com>2016-11-23 01:58:30 +0800
committerPatrick Williams <patrick@stwcx.xyz>2016-12-12 17:47:02 +0000
commitb4f5019d831c99980e47e193a8f77a7be88a578e (patch)
tree10e4fb1ca82135ecf3cc46d8eecd95494647a019 /meta-phosphor/conf/local.conf.sample
parent7ab426e4832580052d43018e9b9bc32021a62bc0 (diff)
downloadtalos-openbmc-b4f5019d831c99980e47e193a8f77a7be88a578e.tar.gz
talos-openbmc-b4f5019d831c99980e47e193a8f77a7be88a578e.zip
Disable gobject-introspection to make openbmc build on ppc64le
As a known issue, the introspection data cannot be built on ppc64le. https://lists.yoctoproject.org/pipermail/yocto/2016-April/029582.html. To work around, I disable the use of qemu when we build openbmc by modifying the configuration files: Add MACHINE_FEATURES_BACKFILL_CONSIDERED = "qemu-usermode" to the end line. Resolve: openbmc/openbmc#640 Change-Id: Idb6584ca43a8d4f005aa365f62aa1d46d2a00fd5 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
Diffstat (limited to 'meta-phosphor/conf/local.conf.sample')
-rw-r--r--meta-phosphor/conf/local.conf.sample2
1 files changed, 2 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"
+
OpenPOWER on IntegriCloud