diff options
| author | Jun Zhu <junzhu@nxp.com> | 2022-12-19 18:46:29 +0800 |
|---|---|---|
| committer | Jun Zhu <junzhu@nxp.com> | 2022-12-20 10:12:36 +0800 |
| commit | 164e32093692d72a56c348f3e91a3a7b48152189 (patch) | |
| tree | ef6d4fb1f3488d5b53b8a100fc54dec2706d234f | |
| parent | e4bc201234b1ea2c1d6206f93c2520f2f65bf425 (diff) | |
| download | meta-freescale-164e32093692d72a56c348f3e91a3a7b48152189.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>
| -rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index ffc264562..478c7cd62 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
| @@ -24,11 +24,12 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \ | |||
| 24 | # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it | 24 | # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it |
| 25 | # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest | 25 | # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest |
| 26 | # rendering code. | 26 | # rendering code. |
| 27 | INI_UNCOMMENT_USE_G2D ?= "" | ||
| 27 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" | 28 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" |
| 28 | INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" | 29 | INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp ?= "" |
| 29 | INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" | 30 | INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp ?= "" |
| 30 | INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp = "" | 31 | INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp ?= "" |
| 31 | INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ | 32 | INI_UNCOMMENT_ASSIGNMENTS:append = " \ |
| 32 | ${INI_UNCOMMENT_USE_G2D} \ | 33 | ${INI_UNCOMMENT_USE_G2D} \ |
| 33 | " | 34 | " |
| 34 | 35 | ||
