summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb')
-rw-r--r--recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb18
1 files changed, 18 insertions, 0 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.1.bb
new file mode 100644
index 00000000..89df60d6
--- /dev/null
+++ b/recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.1.bb
@@ -0,0 +1,18 @@
1# Copyright 2023 NXP
2DESCRIPTION = "NXP Multimedia opencl converter lib"
3LICENSE = "Proprietary"
4SECTION = "multimedia"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7"
6DEPENDS = "opencl-headers"
7
8SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
9SRC_URI[md5sum] = "426f4b1df6fe123f769aa8a0d7ef17d8"
10SRC_URI[sha256sum] = "16612be09675c2abe9c62337e6932b2e3fb788b1ec95ecede757350c4abf6870"
11
12inherit fsl-eula-unpack autotools pkgconfig meson
13
14FILES:${PN} += "${datadir}/"
15
16COMPATIBLE_MACHINE = "(^$)"
17COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp)"
18COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)"