diff options
| author | Flora Hu <flora.hu@nxp.com> | 2026-07-22 16:20:31 +0800 |
|---|---|---|
| committer | Flora Hu <flora.hu@nxp.com> | 2026-07-27 15:29:55 +0800 |
| commit | c3f1025aa8fe370df8abcfbb48a38b22fae6d8c4 (patch) | |
| tree | 0bc738f78c338073de44235d1ddc87c2491fc8f0 | |
| parent | 38f2354437a199f41dde82e39dd1f01215dfefb2 (diff) | |
| download | meta-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.bb | 22 | ||||
| -rw-r--r-- | recipes-multimedia/imx-opencl-converter/imx-opencl-converter_git.bb | 23 |
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 | ||
| 2 | SUMMARY = "i.MX multimedia OpenCL converter library" | ||
| 3 | DESCRIPTION = "NXP i.MX multimedia OpenCL converter library that offloads pixel-format conversion to the GPU." | ||
| 4 | HOMEPAGE = "https://www.nxp.com/" | ||
| 5 | SECTION = "multimedia" | ||
| 6 | LICENSE = "LicenseRef-Proprietary" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | ||
| 8 | DEPENDS = "virtual/libopencl1" | ||
| 9 | |||
| 10 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | ||
| 11 | IMX_SRCREV_ABBREV = "84ed303" | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "e8813c18e3f65caab2036c1f608b8b7def8314b0f01c830ea696cb1aeb92cc7c" | ||
| 14 | |||
| 15 | S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | ||
| 16 | inherit fsl-eula-unpack autotools pkgconfig meson | ||
| 17 | |||
| 18 | FILES:${PN} += "${datadir}/" | ||
| 19 | |||
| 20 | COMPATIBLE_MACHINE = "(^$)" | ||
| 21 | COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)" | ||
| 22 | COMPATIBLE_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 | ||
| 2 | SUMMARY = "i.MX multimedia OpenCL converter library" | ||
| 3 | DESCRIPTION = "NXP Multimedia opencl converter lib" | ||
| 4 | HOMEPAGE = "https://www.nxp.com/" | ||
| 5 | SECTION = "multimedia" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a93d5dd70d0a316d4d6d0a736c716513" | ||
| 8 | DEPENDS = "virtual/libopencl1" | ||
| 9 | |||
| 10 | PV = "0.12.0+git" | ||
| 11 | |||
| 12 | SRCBRANCH = "MM_04.11.00_2605_L6.18.20" | ||
| 13 | OPENCL_CONVERTER_SRC ?= "git://github.com/nxp-imx/imx-opencl-converter.git;protocol=https" | ||
| 14 | SRC_URI = "${OPENCL_CONVERTER_SRC};branch=${SRCBRANCH}" | ||
| 15 | SRCREV = "9ebda5b8ad602afa1e5d8af4e85e713b2f3f4f9a" | ||
| 16 | |||
| 17 | inherit pkgconfig meson | ||
| 18 | |||
| 19 | FILES:${PN} += "${datadir}/" | ||
| 20 | |||
| 21 | COMPATIBLE_MACHINE = "(^$)" | ||
| 22 | COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)" | ||
| 23 | COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)" | ||
