From 1f94c21af983630e88e4d7230c817e5e570c6055 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2017 09:20:19 -0400 Subject: weston-ini-conf: Make this track variables correctly for signatures 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. Bug-AGL: SPEC-939 Change-Id: I32cf16c4354d733e086c6ea9a845934beff94715 Signed-off-by: Tom Rini Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11255 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend') diff --git a/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend b/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend index fb3f1ac32..731578e39 100644 --- a/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/meta-agl-bsp/meta-intel/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -1,8 +1,4 @@ # Select default screen type and orientation # and only one default output -# Note when such change is applied it will not be taken due to a Yocto cache error -# Fix: -# bitbake weston-ini-conf -c clean ; bitbake weston-ini-conf -c cleansstate - WESTONOUTPUT1[agl_screen] = "SCREEN_eGalax" -- cgit 1.2.3-korg