summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-agl-bsp/conf/include/agl_dra7xx-evm.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
index 5e0d0e622..e9578781e 100644
--- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
+++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc
@@ -2,7 +2,9 @@
#-------------------------------------------------
## Graphics section ##
#-------------------------------------------------
-PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
+# disable for morty branch
+# PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
+PACKAGES_GFX_${MACHINE} = " "
# Enable Gfx Pkgs
MACHINE_FEATURES_append = " sgx"
@@ -47,7 +49,6 @@ PREFERRED_VERSION_virtual/kernel = "4.4"
IMAGE_INSTALL_append = " \
${PACKAGES_GFX} \
${PACKAGES_MULTIMEDIA} \
- cmem \
"
## ATTENTION, this is needed right now to build meta-ti with AGL: ##