summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb')
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb
new file mode 100644
index 000000000..890a25b4a
--- /dev/null
+++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.5.0.bb
@@ -0,0 +1,21 @@
1# Copyright 2023-2024 NXP
2DESCRIPTION = "NXP Multimedia opencl converter lib"
3LICENSE = "Proprietary"
4SECTION = "multimedia"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837"
6DEPENDS = "virtual/opencl-icd"
7
8SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
9IMX_SRCREV_ABBREV = "f2c3930"
10
11SRC_URI[md5sum] = "c57b978d29bf136be3523676ad088b07"
12SRC_URI[sha256sum] = "eb3df72a7e1d16ec1660978cf36b7818b8ac7c7defe3222ae4bb7dabd4a5f4cc"
13
14S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}"
15inherit fsl-eula-unpack autotools pkgconfig meson
16
17FILES:${PN} += "${datadir}/"
18
19COMPATIBLE_MACHINE = "(^$)"
20COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)"
21COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"