weston-ini-conf: Fix task signatures, mark as machine-specific package 55/11355/2
authorTom Rini <trini@konsulko.com>
Tue, 17 Oct 2017 00:27:32 +0000 (20:27 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 18 Oct 2017 13:04:36 +0000 (13:04 +0000)
commit193349f450db0b78e6a987d9c979945c48e2a542
tree1f7aeac620e51e6d9e68ee321ccf477287d0f77e
parent321a41a7cae61d074e686cc9966f6774a3f45b9e
weston-ini-conf: Fix task signatures, mark as machine-specific package

We need to do two things here.  First, bitbake does not know to track
values that are found and used via getVarFlags() without them being
otherwise refernced and tracked in ways that are otherwise caught.
Further given that we use multiple levels of varflags here we need to be
explicit in their tracking.  Add all variables that we use to varflags
where they are added to the metadata.  This change comes directly from
master.  The second thing is that we need to tell bitbake/OpenEmbedded
that this is a machine-specific package not architecture-generic.

Bug-AGL: SPEC-965
Change-Id: I748dbf40f37aaf7f4a6dd6ddd65257fdfcf83098
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11355
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend
meta-agl-bsp/meta-raspberrypi/recipes-graphics/wayland/weston-ini-conf.bbappend
meta-agl-bsp/meta-rcar-gen3/recipes-graphics/wayland/weston-ini-conf.bbappend
meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston-ini-conf.bbappend
meta-agl/recipes-graphics/wayland/weston-ini-conf.bb
meta-agl/recipes-graphics/wayland/weston-ini-conf/screen_DSI.inc
meta-agl/recipes-graphics/wayland/weston-ini-conf/screen_GeChic.inc
meta-agl/recipes-graphics/wayland/weston-ini-conf/screen_dell.inc
meta-agl/recipes-graphics/wayland/weston-ini-conf/screen_qemu.inc