summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-02-07 09:42:52 +0530
committerKarthik Ramanan <a0393906@ti.com>2017-02-07 09:47:59 +0530
commit2ce5939fab8abdbf775b5d037eb0dd67039c6367 (patch)
tree4716c705e6d7522ac702a30475c985c4eadc279c /meta-agl-bsp/conf
parentba9d3fec69b98d080353ef05354592b5a2a3b464 (diff)
dra7xx-evm: morty: temporarily disable kernel drivers for sgx and cmem
Change-Id: Id8d440ebd420f93ea2952405d88a61fd48dc05b6 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-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: ##