gstreamer: sync with meta-fsl-bsp-release branch sumo-4.14.98-2.1.0
Update SRCREV and SRCBRANCH in most recipes. Update imx-gst1.0-plugin to v4.4.7. https://jira.digi.com/browse/DEL-6722 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
9f340a37e4
commit
0b31ae037e
|
|
@ -41,13 +41,13 @@ SRC_URI_remove = "file://0001-Prepend-PKG_CONFIG_SYSROOT_DIR-to-pkg-config-outpu
|
||||||
EXTRA_OECONF_remove = "WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT}"
|
EXTRA_OECONF_remove = "WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT}"
|
||||||
|
|
||||||
GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https"
|
GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
|
SRCBRANCH = "MM_04.04.07_1906_L4.14.98"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \
|
${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "0191521ba226904e4b2f84c38e5f6ae75169a18a"
|
SRCREV = "9fc1ada651093b37675d30a2794044d06bcacdc8"
|
||||||
|
|
||||||
# This remove "--exclude=autopoint" option from autoreconf argument to avoid
|
# This remove "--exclude=autopoint" option from autoreconf argument to avoid
|
||||||
# configure.ac:30: error: required file './ABOUT-NLS' not found
|
# configure.ac:30: error: required file './ABOUT-NLS' not found
|
||||||
|
|
|
||||||
|
|
@ -24,14 +24,14 @@ PACKAGECONFIG[gio-unix-2.0] = ""
|
||||||
EXTRA_OECONF_append = " --disable-opengl --enable-wayland"
|
EXTRA_OECONF_append = " --disable-opengl --enable-wayland"
|
||||||
|
|
||||||
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
|
GST1.0-PLUGINS-BASE_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-base.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
|
SRCBRANCH = "MM_04.04.07_1906_L4.14.98"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \
|
${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} \
|
||||||
file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
|
file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
|
||||||
file://make-gio_unix_2_0-dependency-configurable.patch \
|
file://make-gio_unix_2_0-dependency-configurable.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "f62f8ab685e549eefaecdb1e700239a5a408fcad"
|
SRCREV = "5e8cc757e4fec72ee007ac12fab2d1333fce1dc9"
|
||||||
|
|
||||||
inherit use-imx-headers
|
inherit use-imx-headers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
||||||
DEPENDS += "libdrm"
|
DEPENDS += "libdrm"
|
||||||
|
|
||||||
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
|
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
|
SRCBRANCH = "MM_04.04.07_1906_L4.14.98"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \
|
${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \
|
||||||
"
|
"
|
||||||
SRCREV = "a31aabb7581d3f491cd31889d44479bb0f34990b"
|
SRCREV = "36d46a8a9a7dcf173f9a0a0145b6cfa44f879670"
|
||||||
|
|
||||||
EXTRA_AUTORECONF = ""
|
EXTRA_AUTORECONF = ""
|
||||||
PACKAGECONFIG_append = " vpx"
|
PACKAGECONFIG_append = " vpx"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
|
||||||
|
|
||||||
# Use i.MX fork of GST for customizations
|
# Use i.MX fork of GST for customizations
|
||||||
GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
|
GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
|
SRCBRANCH = "MM_04.04.07_1906_L4.14.98"
|
||||||
|
|
||||||
SRC_URI = " ${GST1.0_SRC};branch=${SRCBRANCH}"
|
SRC_URI = " ${GST1.0_SRC};branch=${SRCBRANCH}"
|
||||||
SRCREV = "d42548da09724ad8cc1aa4f1944607920be2f4c0"
|
SRCREV = "d42548da09724ad8cc1aa4f1944607920be2f4c0"
|
||||||
|
|
|
||||||
|
|
@ -21,12 +21,12 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
|
||||||
file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
|
file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
|
||||||
|
|
||||||
IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https"
|
IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https"
|
||||||
SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
|
SRCBRANCH = "MM_04.04.07_1906_L4.14.98"
|
||||||
|
|
||||||
SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \
|
SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH} \
|
||||||
file://0001-imx-gst1.0-plugin-Update-KERNEL_VERSION-check.patch \
|
file://0001-imx-gst1.0-plugin-Update-KERNEL_VERSION-check.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "0c5f48b3aee473d8c8f3e853eb2078f054caa4d2"
|
SRCREV = "aeebe91727c3228723015cd3086c449ea23e1a5d"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Loading…
Reference in New Issue