From 84115cbf8937df952b28f7185c077c390da015e8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Nov 2019 12:49:55 -0800 Subject: [PATCH] weston-init: Keep the logic to edit weston.ini to meta-freescale This logic does not work across multiple layers even OE-Core machines dont build with it. For now its best to keep this confined to meta-freescale machines Idea is good but it needs to align with OE-core's methods where currently in OE-Core we expect machines to override weston.ini completely per machine, this logic sort of goes against it. However it has some goodness to it, eg. adding options based on DISTRO_FEATURES which OE-Core could have too but maybe implemented differently. Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston-init.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index e5b90a57..041afd79 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -12,7 +12,7 @@ SRC_URI_append_mx6sl = "file://weston.config" # commented out. For example: # #xwayland=true # Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS. -INI_UNCOMMENT_ASSIGNMENTS = " \ +INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ " INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ -- 2.40.1