summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-11-04 06:56:49 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-11-06 05:40:08 -0700
commit414650e8065c08ed5c5d5f60090d805526a7150a (patch)
treed90408801fda71f7b647e6e2256e7c5ee316f4f2 /recipes-multimedia
parente3f8a44e1f11a0362b18245343cf0ca21c21b051 (diff)
downloadmeta-freescale-414650e8065c08ed5c5d5f60090d805526a7150a.tar.gz
recipes-multimedia: Update for NXP release 6.1.36-2.1.0
Updated: - imx-alsa-plugins_git.bb - gstreamer1.0-plugins-bad_1.22.0.imx.bb - gstreamer1.0-plugins-base_1.22.0.imx.bb - gstreamer1.0-plugins-good_1.22.0.imx.bb - gstreamer1.0_1.22.0.imx.bb - imx-gst1.0-plugin_git.bb - imx-vpuwrap_git.bb Upgraded: - imx-codec: 4.8.0 -> 4.8.1 - imx-dsp: 2.0.5 -> 2.1.5 - imx-dsp-codec-ext: 2.0.5 -> 2.1.5 - imx-parser: 4.8.0 -> 4.8.1 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb2
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb4
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb4
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb4
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb4
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb6
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.8.1.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.8.0.bb)6
-rw-r--r--recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.1.5.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb)6
-rw-r--r--recipes-multimedia/imx-dsp/imx-dsp_2.1.5.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb)7
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.8.1.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.8.0.bb)6
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb6
11 files changed, 28 insertions, 27 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 5f696534..8c5413c1 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -20,7 +20,7 @@ inherit autotools pkgconfig use-imx-headers
20PV = "1.0.26+${SRCPV}" 20PV = "1.0.26+${SRCPV}"
21 21
22SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" 22SRC_URI = "git://github.com/nxp-imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
23SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 23SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
24SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331" 24SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb
index 18992571..85c57ad7 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.imx.bb
@@ -187,8 +187,8 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plu
187 file://0002-avoid-including-sys-poll.h-directly.patch" 187 file://0002-avoid-including-sys-poll.h-directly.patch"
188SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " 188SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} "
189GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" 189GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https"
190SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 190SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
191SRCREV = "3c2f0b5794e699437964f2c337463f57b1e17f51" 191SRCREV = "fd7a399c3a9c43b5675bc2497ad8a23540bf720e"
192 192
193S = "${WORKDIR}/git" 193S = "${WORKDIR}/git"
194 194
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
index d8c65287..d64e115a 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
@@ -116,8 +116,8 @@ SRC_URI:remove = " \
116SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " 116SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} "
117SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch" 117SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch"
118GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" 118GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
119SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 119SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
120SRCREV = "aaaf7df211523b1835659ae85c510e5615d451d7" 120SRCREV = "f7c109c3b09645266ad41139253f32cf70a7d692"
121 121
122S = "${WORKDIR}/git" 122S = "${WORKDIR}/git"
123 123
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb
index a594e0c2..9f854e15 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.imx.bb
@@ -106,8 +106,8 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-pl
106 file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch" 106 file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch"
107SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " 107SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} "
108GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https" 108GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https"
109SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 109SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
110SRCREV = "84704602fe5d6d5012085e63fa8a7232af13c9b7" 110SRCREV = "ca3ef27dd4020393bfda546a25a3fa28314276e1"
111 111
112S = "${WORKDIR}/git" 112S = "${WORKDIR}/git"
113 113
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb
index 9201246a..dec05992 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.22.0.imx.bb
@@ -93,8 +93,8 @@ LIC_FILES_CHKSUM = " \
93SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz" 93SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz"
94SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} " 94SRC_URI:prepend = "${GST1.0_SRC};branch=${SRCBRANCH} "
95GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https" 95GST1.0_SRC ?= "gitsm://github.com/nxp-imx/gstreamer.git;protocol=https"
96SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 96SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
97SRCREV = "e39d4ce54e78cb090cf4e5cd56f431c365c5b0f4" 97SRCREV = "95112902507718085231a933cdfe54e3997d1b28"
98 98
99S = "${WORKDIR}/git" 99S = "${WORKDIR}/git"
100 100
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index 1e2ffbde..c27c79d0 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -22,7 +22,7 @@ RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
22 22
23LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 23LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
24 24
25PV = "4.8.0+git${SRCPV}" 25PV = "4.8.1+git${SRCPV}"
26 26
27SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \ 27SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
28 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \ 28 file://0001-aiurdemux-Fix-type-of-USER_DATA_LOCATION.patch \
@@ -37,8 +37,8 @@ SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=
37 file://0010-provide-declaration-for-aiur_register_external_typef.patch \ 37 file://0010-provide-declaration-for-aiur_register_external_typef.patch \
38 file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \ 38 file://0011-meson-Undef-_TIME_BITS-along-with-_FILE_OFFSET_BITS.patch \
39 " 39 "
40SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 40SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
41SRCREV = "2df72651dcc0ecff9db7c0a96d59c5ca2b9be9d4" 41SRCREV = "903c03e8611a107508b1f60e4736df208e72247d"
42 42
43S = "${WORKDIR}/git" 43S = "${WORKDIR}/git"
44 44
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.8.0.bb b/recipes-multimedia/imx-codec/imx-codec_4.8.1.bb
index a0d6fdff..778e4c8c 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.8.0.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.8.1.bb
@@ -5,14 +5,14 @@
5DESCRIPTION = "Freescale Multimedia codec libs" 5DESCRIPTION = "Freescale Multimedia codec libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 8LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
9 9
10# Backward compatibility 10# Backward compatibility
11PROVIDES += "libfslcodec" 11PROVIDES += "libfslcodec"
12 12
13SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" 13SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
14SRC_URI[md5sum] = "e33477360b20f1338cf3899c2bd7813e" 14SRC_URI[md5sum] = "a47f6407459ab4889e1bd9651b9dd40b"
15SRC_URI[sha256sum] = "ad767de5c50f8d64f9583b52fb42e8b94c5c17f9e75e426b9e4d3053b483b486" 15SRC_URI[sha256sum] = "0d0668dadbd69c40c1d0e29cbf4082df008a7cb7ec7e5cfe7d8f228395bdaf58"
16 16
17inherit fsl-eula-unpack autotools pkgconfig 17inherit fsl-eula-unpack autotools pkgconfig
18 18
diff --git a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.1.5.bb
index bef448a2..b0ba6c06 100644
--- a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb
+++ b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.1.5.bb
@@ -2,14 +2,14 @@
2 2
3DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" 3DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 5LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
6 6
7inherit fsl-eula-unpack autotools pkgconfig 7inherit fsl-eula-unpack autotools pkgconfig
8 8
9SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 9SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
10 10
11SRC_URI[md5sum] = "2f79f786604ef4d12d1682610353555a" 11SRC_URI[md5sum] = "4619cebbad2f312b950a9ad2b2e30e24"
12SRC_URI[sha256sum] = "b138fcda29be9ed7939d05365af3ac94b0fa6e35e56593168a9d4eed58498a8f" 12SRC_URI[sha256sum] = "89ac92b348aa70c81dcbf6a9ee4bc99bec56a491a89f5ba9854eab77e5fd4298"
13 13
14EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp" 14EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp"
15EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp" 15EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp"
diff --git a/recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb b/recipes-multimedia/imx-dsp/imx-dsp_2.1.5.bb
index 9bba10c5..5fbdf15e 100644
--- a/recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb
+++ b/recipes-multimedia/imx-dsp/imx-dsp_2.1.5.bb
@@ -2,14 +2,15 @@
2 2
3DESCRIPTION = "i.MX DSP Wrapper, Firmware Binary, Codec Libraries" 3DESCRIPTION = "i.MX DSP Wrapper, Firmware Binary, Codec Libraries"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 5LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
6
6 7
7inherit fsl-eula-unpack autotools pkgconfig 8inherit fsl-eula-unpack autotools pkgconfig
8 9
9SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 10SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
10 11
11SRC_URI[md5sum] = "536180f4d50982a6a3df9cdb0bf9e28b" 12SRC_URI[md5sum] = "2b2581a4b24735f4e449a161a334e04d"
12SRC_URI[sha256sum] = "c16f077411f3af412b2b58312b041eea5eb0fadc0271d7d2322860cc40089445" 13SRC_URI[sha256sum] = "11f4e89c0d3c61ac591aa3e00e345d7cc8d0d2627a915253f920cdcf4492a7d5"
13 14
14EXTRA_OECONF = " \ 15EXTRA_OECONF = " \
15 -datadir=${base_libdir}/firmware \ 16 -datadir=${base_libdir}/firmware \
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb b/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb
index aacd943b..98a7cd99 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb
@@ -5,7 +5,7 @@
5DESCRIPTION = "Freescale Multimedia parser libs" 5DESCRIPTION = "Freescale Multimedia parser libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 8LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
9 9
10# For backwards compatibility 10# For backwards compatibility
11PROVIDES += "libfslparser" 11PROVIDES += "libfslparser"
@@ -14,8 +14,8 @@ RPROVIDES:${PN} = "libfslparser"
14RCONFLICTS:${PN} = "libfslparser" 14RCONFLICTS:${PN} = "libfslparser"
15 15
16SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 16SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
17SRC_URI[md5sum] = "46c0636293e387a8b3e4c7d08bd35e02" 17SRC_URI[md5sum] = "c7a8aae8114d0756ed858000b78e9d8e"
18SRC_URI[sha256sum] = "804414bfa016461687d4f077feb29deb6e4bdcd018e1da9691ae55284bb65b7f" 18SRC_URI[sha256sum] = "73b8ce76507f25d72192862a939405625086a6631fba6f58e4e6bef2614fd202"
19 19
20inherit fsl-eula-unpack autotools pkgconfig 20inherit fsl-eula-unpack autotools pkgconfig
21 21
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
index 38061011..78c1b888 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
@@ -5,14 +5,14 @@
5DESCRIPTION = "Freescale Multimedia VPU wrapper" 5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 8LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
9 9
10DEPENDS = "virtual/imxvpu" 10DEPENDS = "virtual/imxvpu"
11DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" 11DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
12 12
13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}"
14SRCBRANCH = "MM_04.08.00_2305_L6.1.y" 14SRCBRANCH = "MM_04.08.01_2308_L6.1.y"
15SRCREV = "a9cd0835da0ecce55d94510d028371b473090fcc" 15SRCREV = "1fe7cb6e94898f35e8b3b3afdbf5d6bf064cc126"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18