From d60a670349027852e93d006114b82a82cff5f27a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 13 Jul 2022 12:45:46 -0400 Subject: meta-rcar-gen3: workaround recipe incompatibilities with YP 4.0.2 This adds a workaround for the strictly versioned gstreamer bbappends until the BSP gets updated to be compatible with 4.0.2. Bug-AGL: SPEC-4473 Signed-off-by: Scott Murray Change-Id: Ie25b18779ac6fdb3efd9102317955342bd8e58af Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27766 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../gstreamer1.0-plugins-bad_1.20.2.bbappend | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend new file mode 100644 index 000000000..2d37ba974 --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.2.bbappend @@ -0,0 +1,21 @@ +RENESAS_GST_PLUGINS_BAD_URL ?= "gitsm://github.com/renesas-rcar/gstreamer.git;branch=RCAR-GEN3e/1.20.1;protocol=https" + +SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.xz \ + file://0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch \ + file://0002-avoid-including-sys-poll.h-directly.patch \ + file://0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch \ + file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ + file://0005-msdk-fix-includedir-path.patch \ + " + +SRC_URI:append = " ${RENESAS_GST_PLUGINS_BAD_URL}" + +SRCREV = "c8e94177fecb95bc0dcd9d86e8f67cdbc9d913eb" + +require include/rcar-gen3-modules-common.inc +DEPENDS += "weston libdrm" + +S = "${WORKDIR}/git/subprojects/gst-plugins-bad" + +EXTRA_OECONF += "--enable-kms" +PACKAGECONFIG:append = "kms" -- cgit 1.2.3-korg