commit | fe6b9bc6ece20a9a3fc415d3813a805bbb30c7ad | [log] [tgz] |
---|---|---|
author | Nan Li <william.bjlinan@hotmail.com> | Wed Nov 23 01:58:30 2016 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 12 17:47:02 2016 +0000 |
tree | e879afb83eef36cf6e37838b3cd5a87826037dcc | |
parent | 57b1781d06adc081a06b3dbdbd3e6f1ee772f842 [diff] |
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>