X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_dra7xx-evm.inc;h=f3abe4cc5d8b18202511cd09114884ad49f8cffd;hb=bc5c6065c46a620ddcafcded8c1b81acd8265c1f;hp=e9578781e14d5438ec9264c91a89fdb8cfd51681;hpb=2ce5939fab8abdbf775b5d037eb0dd67039c6367;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index e9578781e..f3abe4cc5 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" @@ -27,12 +25,10 @@ PREFERRED_VERSION_libgbm = "10.0.0" #------------------------------------------------- GSTREAMER_PLUGINS = " \ - " -# Disable due to broken build in morty -# gstreamer1.0-plugins-bad-meta \ -# gstreamer1.0-plugins-ducati \ -# gstreamer1.0-plugins-vpe \ -#" + gstreamer1.0-plugins-bad-meta \ + gstreamer1.0-plugins-ducati \ + gstreamer1.0-plugins-vpe \ +" PACKAGES_MULTIMEDIA = " \ ipumm-fw \ @@ -40,22 +36,14 @@ PACKAGES_MULTIMEDIA = " \ ${GSTREAMER_PLUGINS} \ " -PREFERRED_VERSION_ipumm-fw = "3.00.08.02" +PREFERRED_VERSION_ipumm-fw = "3.00.13.00" PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" -PREFERRED_VERSION_virtual/kernel = "4.4" +PREFERRED_VERSION_virtual/kernel = "4.9" # Distribution-specific runtime components IMAGE_INSTALL_append = " \ ${PACKAGES_GFX} \ ${PACKAGES_MULTIMEDIA} \ + cmem \ " - -## ATTENTION, this is needed right now to build meta-ti with AGL: ## -## due to meta-ti being based on YP 1.8 instead of YP 2.0 -BBMASK = "meta-ti/.*eudev" - - - -IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-dra7xx-evm-ota" -IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'dra7xx-evm-sdimg-ota ', '', d)}"