summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-opencl-converter
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-04-11 16:39:31 +0300
committerValentin Jec <valentin.jec@nxp.com>2024-04-11 16:39:31 +0300
commitf2575b7e61c72d87fb9abee1ded4b976ececc4d6 (patch)
tree28812c2501743cf527a273eaa78499bb8949bfcb /recipes-multimedia/imx-opencl-converter
parent19d33d87a3f5bd836ee472f207f20c4e126a7d6b (diff)
downloadmeta-freescale-f2575b7e61c72d87fb9abee1ded4b976ececc4d6.tar.gz
recipes-multimedia: Upgrade to NXP release 6.6.3_1.0.0
Updated: - alsa-lib update to 6.6.3_1.0.0 release and skip QA check for 32bit timer - gstreamer1.0-plugins-bad_1.22.5.imx update to 6.6.3_1.0.0 release, enable g2d - gstreamer1.0-plugins-base_1.22.5.imx update to 6.6.3_1.0.0 release, add opengl dependencies - gstreamer1.0-plugins-good_1.22.5.imx update to 6.6.3_1.0.0 release, enable pulseaudio and 32bit timer - gstreamer1.0_1.22.5.imx update to 6.6.3_1.0.0 release and add runtime dependency glibc-gconv-iso8859-5 - imx-gst1.0-plugin update to 6.6.3_1.0.0 release - imx-vpuwrap update to 6.6.3_1.0.0 release Upgraded: - imx-codec: 4.8.2 -> 4.8.3 - imx-dsp-codec-ext: 2.1.6 -> 2.1.7 - imx-dsp: 2.1.6 -> 2.1.7 - imx-parser: 4.8.2 -> 4.8.3 - imx-opencl-converter: 0.1 -> 0.2.0 New feature: - pipewire_1.0.0 Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-opencl-converter')
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb (renamed from recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
index 89df60d69..3dc0a7ea5 100644
--- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb
+++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
@@ -2,17 +2,17 @@
2DESCRIPTION = "NXP Multimedia opencl converter lib" 2DESCRIPTION = "NXP Multimedia opencl converter lib"
3LICENSE = "Proprietary" 3LICENSE = "Proprietary"
4SECTION = "multimedia" 4SECTION = "multimedia"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f"
6DEPENDS = "opencl-headers" 6DEPENDS = "opencl-headers"
7 7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
9SRC_URI[md5sum] = "426f4b1df6fe123f769aa8a0d7ef17d8" 9SRC_URI[md5sum] = "dc668682189ce740fb46073e62f58066"
10SRC_URI[sha256sum] = "16612be09675c2abe9c62337e6932b2e3fb788b1ec95ecede757350c4abf6870" 10SRC_URI[sha256sum] = "9f283df500c57421b87d96d9af7022ab490bc241aa28d00755beaadabbcd754b"
11 11
12inherit fsl-eula-unpack autotools pkgconfig meson 12inherit fsl-eula-unpack autotools pkgconfig meson
13 13
14FILES:${PN} += "${datadir}/" 14FILES:${PN} += "${datadir}/"
15 15
16COMPATIBLE_MACHINE = "(^$)" 16COMPATIBLE_MACHINE = "(^$)"
17COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp)" 17COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)"
18COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)" 18COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"