summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-18 12:49:55 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-11-19 09:07:53 -0300
commit84115cbf8937df952b28f7185c077c390da015e8 (patch)
tree8fcaf764c490fd11fb5a5d70f33dff47bc273aba
parentde48050fe0e9015413a01c60bbf5e0469fc1ca50 (diff)
downloadmeta-freescale-84115cbf8937df952b28f7185c077c390da015e8.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend2
1 files changed, 1 insertions, 1 deletions
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"
12# commented out. For example: 12# commented out. For example:
13# #xwayland=true 13# #xwayland=true
14# Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS. 14# Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS.
15INI_UNCOMMENT_ASSIGNMENTS = " \ 15INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \
16 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ 16 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \
17" 17"
18INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ 18INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \