summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-03-30 19:57:21 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-04-04 16:57:41 -0500
commitebb5250221c4bed2e792edfa442b631dfbd56508 (patch)
treec6eb58f77de3c9092dd9ff095664d8d00758f331
parent51c5f02d40b634c3ceb80208e67cdea31a77e65f (diff)
downloadmeta-freescale-ebb5250221c4bed2e792edfa442b631dfbd56508.tar.gz
imx-gst1.0-plugin: Upgrade 4.6.1 -> 4.6.4
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb)11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb
index 160a9ea5..42bde58c 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.1.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.6.4.bb
@@ -10,6 +10,7 @@ SECTION = "multimedia"
10DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 10DEPENDS = "imx-codec imx-parser gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
11DEPENDS:append:mx6-nxp-bsp = " imx-lib" 11DEPENDS:append:mx6-nxp-bsp = " imx-lib"
12DEPENDS:append:mx7-nxp-bsp = " imx-lib" 12DEPENDS:append:mx7-nxp-bsp = " imx-lib"
13DEPENDS:append:mx8ulp-nxp-bsp = " imx-lib"
13DEPENDS:append:imxvpu = " imx-vpuwrap libdrm" 14DEPENDS:append:imxvpu = " imx-vpuwrap libdrm"
14 15
15# For backwards compatibility 16# For backwards compatibility
@@ -20,11 +21,12 @@ RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
20LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 21LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
21 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 22 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
22 23
23SRCBRANCH = "MM_04.06.01_2105_L5.10.y" 24SRCBRANCH = "MM_04.06.04_2112_L5.15.y"
25
24 26
25 27
26SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" 28SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}"
27SRCREV = "057e6bfbc208ce31e8ed0af0264dd1e86de05808" 29SRCREV = "f4b3105ab33e608c717855cdd1a520b60f377bf3"
28 30
29S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
30 32
@@ -55,11 +57,7 @@ RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp"
55RDEPENDS:${PN}:append:mx8mp-nxp-bsp = " imx-dsp" 57RDEPENDS:${PN}:append:mx8mp-nxp-bsp = " imx-dsp"
56RDEPENDS:${PN}:append:mx8ulp-nxp-bsp = " imx-dsp" 58RDEPENDS:${PN}:append:mx8ulp-nxp-bsp = " imx-dsp"
57 59
58# overlaysink rely on G2D,
59# cannot be supported on i.MX6SLL & i.MX6UL & i.MX6ULL & i.MX7D
60PACKAGECONFIG ?= "" 60PACKAGECONFIG ?= ""
61PACKAGECONFIG:imxgpu2d = "overlaysink"
62
63 61
64# FIXME: Add all features 62# FIXME: Add all features
65# feature from excluded mm packages 63# feature from excluded mm packages
@@ -69,7 +67,6 @@ PACKAGECONFIG[aacp] = ",,imx-aacpcodec,imx-aacpcodec"
69MSDEPENDS = "imx-msparser imx-mscodec" 67MSDEPENDS = "imx-msparser imx-mscodec"
70PACKAGECONFIG[wma10dec] = ",,${MSDEPENDS},${MSDEPENDS}" 68PACKAGECONFIG[wma10dec] = ",,${MSDEPENDS},${MSDEPENDS}"
71PACKAGECONFIG[wma8enc] = ",,${MSDEPENDS},${MSDEPENDS}" 69PACKAGECONFIG[wma8enc] = ",,${MSDEPENDS},${MSDEPENDS}"
72PACKAGECONFIG[overlaysink] += ",,virtual/libg2d"
73 70
74FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}" 71FILES:${PN} = "${libdir}/gstreamer-1.0/*.so ${datadir}"
75 72