summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlora Hu <flora.hu@nxp.com>2026-07-22 16:20:31 +0800
committerFlora Hu <flora.hu@nxp.com>2026-07-27 15:29:55 +0800
commitc3f1025aa8fe370df8abcfbb48a38b22fae6d8c4 (patch)
tree0bc738f78c338073de44235d1ddc87c2491fc8f0
parent38f2354437a199f41dde82e39dd1f01215dfefb2 (diff)
downloadmeta-freescale-c3f1025aa8fe370df8abcfbb48a38b22fae6d8c4.tar.gz
imx-opencl-converter: Migrate from pre-built binary to git source
Bump version 0.11.0 -> 0.12.0 Relicense from LicenseRef-Proprietary to BSD-3-Clause Fix Coverity defects Signed-off-by: Flora Hu <flora.hu@nxp.com>
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.11.0.bb22
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_git.bb23
2 files changed, 23 insertions, 22 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.11.0.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.11.0.bb
deleted file mode 100644
index 9509262a5..000000000
--- a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.11.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1# Copyright 2023-2025 NXP
2SUMMARY = "i.MX multimedia OpenCL converter library"
3DESCRIPTION = "NXP i.MX multimedia OpenCL converter library that offloads pixel-format conversion to the GPU."
4HOMEPAGE = "https://www.nxp.com/"
5SECTION = "multimedia"
6LICENSE = "LicenseRef-Proprietary"
7LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"
8DEPENDS = "virtual/libopencl1"
9
10SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
11IMX_SRCREV_ABBREV = "84ed303"
12
13SRC_URI[sha256sum] = "e8813c18e3f65caab2036c1f608b8b7def8314b0f01c830ea696cb1aeb92cc7c"
14
15S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}"
16inherit fsl-eula-unpack autotools pkgconfig meson
17
18FILES:${PN} += "${datadir}/"
19
20COMPATIBLE_MACHINE = "(^$)"
21COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)"
22COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_git.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_git.bb
new file mode 100644
index 000000000..0ddc30d49
--- /dev/null
+++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_git.bb
@@ -0,0 +1,23 @@
1# Copyright 2023-2026 NXP
2SUMMARY = "i.MX multimedia OpenCL converter library"
3DESCRIPTION = "NXP Multimedia opencl converter lib"
4HOMEPAGE = "https://www.nxp.com/"
5SECTION = "multimedia"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=a93d5dd70d0a316d4d6d0a736c716513"
8DEPENDS = "virtual/libopencl1"
9
10PV = "0.12.0+git"
11
12SRCBRANCH = "MM_04.11.00_2605_L6.18.20"
13OPENCL_CONVERTER_SRC ?= "git://github.com/nxp-imx/imx-opencl-converter.git;protocol=https"
14SRC_URI = "${OPENCL_CONVERTER_SRC};branch=${SRCBRANCH}"
15SRCREV = "9ebda5b8ad602afa1e5d8af4e85e713b2f3f4f9a"
16
17inherit pkgconfig meson
18
19FILES:${PN} += "${datadir}/"
20
21COMPATIBLE_MACHINE = "(^$)"
22COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)"
23COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"