From ae3ab75cd4c84b65b7344470ba9ae1d45df15104 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 8 Dec 2020 09:12:57 -0500 Subject: meta-agl-bsp: Update i.MX8MQ EVK support for latest dunfell The layer updates to go to the latest 3.1.4 Yocto dunfell release broke the imx8mqevk and imx8mqevk-viv builds, though for different reasons. imx8mqevk fixes: - Remove the now upstreamed etnaviv kernel patches that had been backported by Walter. - Turn off btrfs support in the linux-fslc-imx kernel configuration. This is required due to meta-freescale having a 5.4 kernel new enough to need a lttng-modules fix for btrfs that has not yet been backported from the Yocto master branch to dunfell. - Update the PREFERRED_VERSION over-rides in agl_imx8mqevk.inc to match the new versions of libdrm and gstreamer in poky. imx8mqevk-viv fixes: - Add weston_8.0.0.imx.bbappend to work around the broken addition of a PACKAGECONFIG_remove of "x11 wayland" in the recipe in meta-freescale. Upstream will be engaged to drive getting the change reverted. Bug-AGL: SPEC-3725 Signed-off-by: Scott Murray Change-Id: I259f2d048a9de653a0060afcef17c4410093783a Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25772 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Tadao Tanikawa --- meta-agl-bsp/conf/include/agl_imx8mqevk.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-agl-bsp/conf/include') diff --git a/meta-agl-bsp/conf/include/agl_imx8mqevk.inc b/meta-agl-bsp/conf/include/agl_imx8mqevk.inc index 88c06336c..e5e1ae7c1 100644 --- a/meta-agl-bsp/conf/include/agl_imx8mqevk.inc +++ b/meta-agl-bsp/conf/include/agl_imx8mqevk.inc @@ -12,12 +12,12 @@ MACHINEOVERRIDES .= ":etnaviv" MACHINEOVERRIDES_EXTENDER_mx8mq_forcevariable = "" PREFERRED_VERSION_weston_mx8 = "8.0.0" PREFERRED_VERSION_wayland-protocols_mx8 = "1.20" -PREFERRED_VERSION_libdrm_mx8 = "2.4.100" +PREFERRED_VERSION_libdrm_mx8 = "2.4.101" CORE_IMAGE_EXTRA_INSTALL += "libdrm-etnaviv" -PREFERRED_VERSION_gstreamer1.0_mx8 = "1.16.2" -PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 = "1.16.2" -PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 = "1.16.2" -PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 = "1.16.2" -PREFERRED_VERSION_gstreamer1.0-plugins-ugly_mx8 = "1.16.2" +PREFERRED_VERSION_gstreamer1.0_mx8 = "1.16.3" +PREFERRED_VERSION_gstreamer1.0-plugins-base_mx8 = "1.16.3" +PREFERRED_VERSION_gstreamer1.0-plugins-good_mx8 = "1.16.3" +PREFERRED_VERSION_gstreamer1.0-plugins-bad_mx8 = "1.16.3" +PREFERRED_VERSION_gstreamer1.0-plugins-ugly_mx8 = "1.16.3" -- cgit 1.2.3-korg