dra7xx-evm: morty: temporarily disable kernel drivers for sgx and cmem 27/8427/1
authorKarthik Ramanan <a0393906@ti.com>
Tue, 7 Feb 2017 04:12:52 +0000 (09:42 +0530)
committerKarthik Ramanan <a0393906@ti.com>
Tue, 7 Feb 2017 04:17:59 +0000 (09:47 +0530)
Change-Id: Id8d440ebd420f93ea2952405d88a61fd48dc05b6
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
meta-agl-bsp/conf/include/agl_dra7xx-evm.inc

index 5e0d0e6..e957878 100644 (file)
@@ -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: ##