summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-01-06 16:51:57 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-01-08 16:11:22 -0300
commitb3f51ab82838a67146d5b6fcf8f19d36c5efeb37 (patch)
tree26f8ad5323c90f08be9e78fb8d1c9f88e56f6738 /recipes-graphics/wayland
parentdab2045044e6aea158596aa298206e7b36b70552 (diff)
downloadmeta-freescale-b3f51ab82838a67146d5b6fcf8f19d36c5efeb37.tar.gz
weston-init: use g2d for i.MX8M Nano SoC
Use 2D acceleration for i.MX8M Nano SoC. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend3
1 files changed, 3 insertions, 0 deletions
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 = " \
26 \\[shell\\] \ 26 \\[shell\\] \
27 size=1920x1080 \ 27 size=1920x1080 \
28" 28"
29INI_UNCOMMENT_ASSIGNMENTS_append_mx8mn = " \
30 use-g2d=1 \
31"
29 32
30uncomment() { 33uncomment() {
31 if ! (grep "^#$1" $2); then 34 if ! (grep "^#$1" $2); then