diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-13 14:12:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 14:12:46 -0300 |
commit | 2937fddb56d51cf0c4187396eb7e778b9237045a (patch) | |
tree | dc83d1786b9754acf828f138730c46114a637b48 | |
parent | 3c344467b28bc6e256755c8bf45f306fee70ea02 (diff) | |
parent | 6be9870b5057cf122cecb2716583169b39de78ae (diff) | |
download | meta-freescale-2937fddb56d51cf0c4187396eb7e778b9237045a.tar.gz |
Merge pull request #1007 from liuming50/fix-a-invalide-overrides-usage
weston-init: fix some invalid overrides
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 7aceb6b1..6a2aabec 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
@@ -28,8 +28,8 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \ | |||
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. |
30 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" | 30 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" |
31 | INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" | 31 | INI_UNCOMMENT_USE_G2D:imxgpu2d:mx8qm-nxp-bsp = "" |
32 | INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" | 32 | INI_UNCOMMENT_USE_G2D:imxgpu2d:mx8qxp-nxp-bsp = "" |
33 | INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ | 33 | INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ |
34 | ${INI_UNCOMMENT_USE_G2D} \ | 34 | ${INI_UNCOMMENT_USE_G2D} \ |
35 | " | 35 | " |