From: Andrey Zhizhikin Date: Mon, 6 Jan 2020 16:51:57 +0000 (+0000) Subject: weston-init: use g2d for i.MX8M Nano SoC X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3f51ab82838a67146d5b6fcf8f19d36c5efeb37;p=meta-freescale.git weston-init: use g2d for i.MX8M Nano SoC Use 2D acceleration for i.MX8M Nano SoC. Signed-off-by: Andrey Zhizhikin --- diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 041afd79..4382fca3 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -26,6 +26,9 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \ \\[shell\\] \ size=1920x1080 \ " +INI_UNCOMMENT_ASSIGNMENTS_append_mx8mn = " \ + use-g2d=1 \ +" uncomment() { if ! (grep "^#$1" $2); then