summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-19 18:46:29 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-20 16:27:59 +0000
commit3a743117c5e1db7b36fb629cc566a3064c53b7e2 (patch)
tree58df75a01efa31a895fae3e191d411ecbba459ae
parentf4c357441f0c94b478b970cdea83d473d1827273 (diff)
downloadmeta-freescale-3a743117c5e1db7b36fb629cc566a3064c53b7e2.tar.gz
weston-init: Correct override of INI_UNCOMMENT_ASSIGNMENTS
current implement only includes INI_UNCOMMENT_USE_G2D to INI_UNCOMMENT_ASSIGNMENTS on the platforms with VIV G2D hardware. Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 164e32093692d72a56c348f3e91a3a7b48152189)
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 4ba6cba7..917791eb 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -27,11 +27,12 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \
27# FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it 27# FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it
28# Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest 28# Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest
29# rendering code. 29# rendering code.
30INI_UNCOMMENT_USE_G2D ?= ""
30INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" 31INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1"
31INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" 32INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp ?= ""
32INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" 33INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp ?= ""
33INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp = "" 34INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp ?= ""
34INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ 35INI_UNCOMMENT_ASSIGNMENTS:append = " \
35 ${INI_UNCOMMENT_USE_G2D} \ 36 ${INI_UNCOMMENT_USE_G2D} \
36" 37"
37 38