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