X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_dra7xx-evm.inc;h=f5e85100dc14aae3b9b484154180e140cc640c20;hb=1a58f241a046859fca5002b5ca8e7d369eb293ef;hp=3ca5b0bd8241a493b185e410e8cd57781c3cb8b3;hpb=4ca83a315389ea5c6e069fbe6a790d5f379fa604;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 3ca5b0bd8..f5e85100d 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -25,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 \ @@ -41,7 +39,7 @@ PACKAGES_MULTIMEDIA = " \ 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 = " \ @@ -50,5 +48,9 @@ IMAGE_INSTALL_append = " \ cmem \ " -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)}" +# Include WIC support based on beaglebone +do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" +WKS_FILE = "sdimage-bootpart.wks" +IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt" + +AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"