From 68b1406e33d74f0fdbf5f8caa9ff976a2c5239d6 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Mon, 17 Jul 2023 16:04:45 +0200 Subject: 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 --- recipes-graphics/wayland/weston-init.bbappend | 5 ----- 1 file changed, 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 -- cgit v1.2.3