summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2023-07-17 16:04:45 +0200
committerStefan Eichenberger <eichest@gmail.com>2023-07-19 09:31:44 +0200
commit68b1406e33d74f0fdbf5f8caa9ff976a2c5239d6 (patch)
tree26752fb4a3d89e96c2f863bd5d86e09356a6eae9
parent305a4d604345aa67fe5bc5990ddd34dc86efb27b (diff)
weston-ini: do not force g2d for all i.MX8 variants
Do not force the use of g2d for all i.MX8 variants. This is e.g. broken on i.MX8X. With this we use g2d on the SoCs which NXP defines (e.g. i.MX8M Mini and Plus). Related-to: ELB-4203 Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index d2eba90..0fdba76 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -1,8 +1,3 @@
-INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \
- use-g2d=1 \
-"
-
-
uncomment() {
# already uncommented, do nothing
if ! (grep "^$1" $2); then