diff options
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index e9578781e..54d28beec 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -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" |