[meta-freescale] [meta-freescale-layer][PATCH] remove gobject-introspection-data feature which is not needed

Burton, Ross ross.burton at intel.com
Thu Sep 22 03:18:06 PDT 2016


On 22 September 2016 at 09:40, Zhenhua Luo <zhenhua.luo at nxp.com> wrote:

> Currently qemu doesn't support ppce6500, accordingly gobject-introspection
> oesn't build for e6500 targets. Since the gobject-introspection-data
> feature
> is not needed for e6500, remove it from default build list.
>

gobject-introspection-data.bbclass:

GI_DATA_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES',
'gobject-introspection-data', \
                      bb.utils.contains('MACHINE_FEATURES',
'qemu-usermode', 'True', 'False', d), 'False', d)}"

Instead of manipulating DISTRO_FEATURES you can just set MACHINE_FEATURES
correctly.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20160922/09823a0f/attachment.html>


More information about the meta-freescale mailing list