]> code.ossystems Code Review - meta-freescale.git/commitdiff
Revert "weston-init: use g2d for i.MX8M Nano SoC"
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 23 Jul 2020 18:40:23 +0000 (13:40 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Jul 2020 19:21:15 +0000 (16:21 -0300)
8M Nano does not have 2D acceleration.

This reverts commit b3f51ab82838a67146d5b6fcf8f19d36c5efeb37.

recipes-graphics/wayland/weston-init.bbappend

index 2cfae346189b2ed0e4afec36aecfe81b63ee3404..ba68761f3c0bdc75e7298a9c7efb81b3ad7cef1e 100644 (file)
@@ -26,9 +26,6 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \
     \\[shell\\] \
     size=1920x1080 \
 "
-INI_UNCOMMENT_ASSIGNMENTS_append_mx8mn = " \
-    use-g2d=1 \
-"
 
 uncomment() {
     if ! (grep "^#$1" $2); then