summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-07-28 15:40:06 -0300
committerGitHub <noreply@github.com>2023-07-28 15:40:06 -0300
commit5c3deec9612711f6158dbf404388623038ac803a (patch)
tree34bc4d69779ca199f1432b023710241df8adc3cb
parent166bef5ec76438d4a1fe9aa192081e97c8acc022 (diff)
parentdd2c39e70f78e5a14ba1b95e555f7ade562cc3fb (diff)
downloadmeta-freescale-5c3deec9612711f6158dbf404388623038ac803a.tar.gz
Merge pull request #1627 from junzhuimx/master
recipe-multimedia: Upgrade to 6.1.22-2.0.0 release
-rw-r--r--recipes-multimedia/alsa/imx-alsa-plugins_git.bb6
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.8.0.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.7.2.bb)8
-rw-r--r--recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb)14
-rw-r--r--recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp_2.0.2.bb)8
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.8.0.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.7.2.bb)8
-rw-r--r--recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.3.bb (renamed from recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb)8
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb6
7 files changed, 32 insertions, 26 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
index 41915bb5..5f696534 100644
--- a/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
+++ b/recipes-multimedia/alsa/imx-alsa-plugins_git.bb
@@ -1,5 +1,5 @@
1# Copyright 2013-2016 Freescale Semiconductor 1# Copyright 2013-2016 Freescale Semiconductor
2# Copyright 2017-2022 NXP 2# Copyright 2017-2023 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5DESCRIPTION = "Freescale alsa-lib plugins" 5DESCRIPTION = "Freescale alsa-lib plugins"
@@ -20,8 +20,8 @@ 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.07.03_2301_L6.1.y" 23SRCBRANCH = "MM_04.08.00_2305_L6.1.y"
24SRCREV = "8ed567b446d49abe0498278b4da90ecc4db3e37d" 24SRCREV = "b2ba082e70333f187972ee4e85f63f9d2f608331"
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.7.2.bb b/recipes-multimedia/imx-codec/imx-codec_4.8.0.bb
index 488bcc6d..a0d6fdff 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.7.2.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.8.0.bb
@@ -1,18 +1,18 @@
1# Copyright (C) 2012-2016 Freescale Semiconductor 1# Copyright (C) 2012-2016 Freescale Semiconductor
2# Copyright 2017 NXP 2# Copyright 2017 NXP-2023
3# Copyright 2018 (C) O.S. Systems Software LTDA. 3# Copyright 2018 (C) O.S. Systems Software LTDA.
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5DESCRIPTION = "Freescale Multimedia codec libs" 5DESCRIPTION = "Freescale Multimedia codec libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" 8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
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] = "ef8b76bbe907539e62b5bd30c0c08f75" 14SRC_URI[md5sum] = "e33477360b20f1338cf3899c2bd7813e"
15SRC_URI[sha256sum] = "90e541b82b6849ec8b00bdf70b89b2af3a36cebde8b9b067341243ea46bc786a" 15SRC_URI[sha256sum] = "ad767de5c50f8d64f9583b52fb42e8b94c5c17f9e75e426b9e4d3053b483b486"
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.2.bb b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb
index 49497f81..88b65aff 100644
--- a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb
+++ b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb
@@ -1,15 +1,21 @@
1# Copyright 2018-2021 NXP 1# Copyright 2018-2023 NXP
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=5a0bf11f745e68024f37b4724a5364fe" 5LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
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] = "80f1ea02e8af55f08efcc1014b51565b" 11SRC_URI[md5sum] = "2f79f786604ef4d12d1682610353555a"
12SRC_URI[sha256sum] = "3575152bb1372842b07794e7daafb8282827ce301c1c944bd1c2b5fc12120671" 12SRC_URI[sha256sum] = "b138fcda29be9ed7939d05365af3ac94b0fa6e35e56593168a9d4eed58498a8f"
13
14EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp"
15EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp"
16EXTRA_OECONF:append:mx8dx-nxp-bsp = " --enable-imx8qmqxp"
17EXTRA_OECONF:append:mx8mp-nxp-bsp = " --enable-imx8m"
18EXTRA_OECONF:append:mx8ulp-nxp-bsp = " --enable-imx8ulp"
13 19
14# Fix strip command failed: 'Unable to recognise the format of the input file' 20# Fix strip command failed: 'Unable to recognise the format of the input file'
15INHIBIT_PACKAGE_STRIP = "1" 21INHIBIT_PACKAGE_STRIP = "1"
diff --git a/recipes-multimedia/imx-dsp/imx-dsp_2.0.2.bb b/recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb
index 76b7d786..9bba10c5 100644
--- a/recipes-multimedia/imx-dsp/imx-dsp_2.0.2.bb
+++ b/recipes-multimedia/imx-dsp/imx-dsp_2.0.5.bb
@@ -1,15 +1,15 @@
1# Copyright 2017-2022 NXP 1# Copyright 2017-2023 NXP
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=5a0bf11f745e68024f37b4724a5364fe" 5LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
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] = "1ba2634775bf9b7a66fe25ce72195aca" 11SRC_URI[md5sum] = "536180f4d50982a6a3df9cdb0bf9e28b"
12SRC_URI[sha256sum] = "f3fb2f61dc3d9a5ae4e42474d309d891f6ac710540b47adb147df33560629aa8" 12SRC_URI[sha256sum] = "c16f077411f3af412b2b58312b041eea5eb0fadc0271d7d2322860cc40089445"
13 13
14EXTRA_OECONF = " \ 14EXTRA_OECONF = " \
15 -datadir=${base_libdir}/firmware \ 15 -datadir=${base_libdir}/firmware \
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.7.2.bb b/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
index 004c2417..aacd943b 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.7.2.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
@@ -1,11 +1,11 @@
1# Copyright (C) 2012-2018 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2012-2016 Freescale Semiconductor 2# Copyright (C) 2012-2016 Freescale Semiconductor
3# Copyright (C) 2017-2021 NXP 3# Copyright (C) 2017-2023 NXP
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5DESCRIPTION = "Freescale Multimedia parser libs" 5DESCRIPTION = "Freescale Multimedia parser libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" 8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
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] = "b4fee8f21ecef727af00f7106620f44b" 17SRC_URI[md5sum] = "46c0636293e387a8b3e4c7d08bd35e02"
18SRC_URI[sha256sum] = "745dbc6c9d28bf380b707f0aeb6dfde02a3bcbb34522640510f8756e945c7320" 18SRC_URI[sha256sum] = "804414bfa016461687d4f077feb29deb6e4bdcd018e1da9691ae55284bb65b7f"
19 19
20inherit fsl-eula-unpack autotools pkgconfig 20inherit fsl-eula-unpack autotools pkgconfig
21 21
diff --git a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.3.bb
index 957d6ddf..2b62b244 100644
--- a/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.2.bb
+++ b/recipes-multimedia/imx-sw-pdm/imx-sw-pdm_1.0.3.bb
@@ -1,13 +1,13 @@
1# Copyright 2020 NXP Semiconductors 1# Copyright 2020,2023 NXP
2 2
3DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library" 3DESCRIPTION = "NXP PDM to PCM Software Decimation SIMD Library"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5SECTION = "multimedia" 5SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
7 7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
9SRC_URI[md5sum] = "af01428c2971af339d0308f4aca1dac0" 9SRC_URI[md5sum] = "cbd5af6e9019db789c03c2d05a8bb444"
10SRC_URI[sha256sum] = "d310ef581f9e6e6d726c5dc8998178b7993680b5552c45561e56ac0e927b6d9c" 10SRC_URI[sha256sum] = "f778a7b785fc500df5573f5b810a190ddc561267b47ca54b9ddf4ae12571cfe3"
11 11
12inherit fsl-eula-unpack autotools pkgconfig 12inherit fsl-eula-unpack autotools pkgconfig
13 13
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
index 1646762d..e415463f 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
@@ -1,5 +1,5 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017-2022 NXP 2# Copyright 2017-2023 NXP
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5DESCRIPTION = "Freescale Multimedia VPU wrapper" 5DESCRIPTION = "Freescale Multimedia VPU wrapper"
@@ -11,8 +11,8 @@ DEPENDS = "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.07.03_2301_L6.1.y" 14SRCBRANCH = "MM_04.08.00_2305_L6.1.y"
15SRCREV = "12a78274b3bc4f3105aabe16df03edd5e0c3b84a" 15SRCREV = "a9cd0835da0ecce55d94510d028371b473090fcc"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18