diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-07-23 13:40:23 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-07-23 16:21:15 -0300 |
commit | 6bc3d8825c20d21528e24a7237ff7392e01a81bd (patch) | |
tree | cbcad8527eff31ecb2fc8a73a961820be7dc27a7 /recipes-graphics | |
parent | 781beb0d862b01753a2849f294d65a1d979e4c5e (diff) | |
download | meta-freescale-6bc3d8825c20d21528e24a7237ff7392e01a81bd.tar.gz |
Revert "weston-init: use g2d for i.MX8M Nano SoC"
8M Nano does not have 2D acceleration.
This reverts commit b3f51ab82838a67146d5b6fcf8f19d36c5efeb37.
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 2cfae346..ba68761f 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
@@ -26,9 +26,6 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \ | |||
26 | \\[shell\\] \ | 26 | \\[shell\\] \ |
27 | size=1920x1080 \ | 27 | size=1920x1080 \ |
28 | " | 28 | " |
29 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8mn = " \ | ||
30 | use-g2d=1 \ | ||
31 | " | ||
32 | 29 | ||
33 | uncomment() { | 30 | uncomment() { |
34 | if ! (grep "^#$1" $2); then | 31 | if ! (grep "^#$1" $2); then |