dra7xx-evm: Enable the cmem driver
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_dra7xx-evm.inc
index e957878..5e0d0e6 100644 (file)
@@ -2,9 +2,7 @@
 #-------------------------------------------------
 ## Graphics section ##
 #-------------------------------------------------
-# disable for morty branch
-# PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
-PACKAGES_GFX_${MACHINE} = " "
+PACKAGES_GFX_${MACHINE} = "omapdrm-pvr"
 
 # Enable Gfx Pkgs
 MACHINE_FEATURES_append = " sgx"
@@ -49,6 +47,7 @@ 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: ##