summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb')
-rw-r--r--recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb
new file mode 100644
index 000000000..407d17f72
--- /dev/null
+++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.15.0.bb
@@ -0,0 +1,34 @@
1# Copyright 2017-2018 NXP
2
3DESCRIPTION = "i.MX Hantro VPU library"
4LICENSE = "Proprietary"
5LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3"
6
7PROVIDES = "virtual/imxvpu"
8
9SRC_URI = " \
10 ${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \
11"
12SRC_URI[md5sum] = "2cb9a95223bee98a5b3d86c89ee36a55"
13SRC_URI[sha256sum] = "8d189156d713f12b255f16badd0093aaacd16859aa3191603908de07567485a5"
14
15inherit fsl-eula-unpack use-imx-headers
16
17PARALLEL_MAKE="-j 1"
18
19PLATFORM_mx8mm = "IMX8MM"
20PLATFORM_mx8mq = "IMX8MQ"
21
22do_compile () {
23 oe_runmake CROSS_COMPILE="${HOST_PREFIX}" \
24 SDKTARGETSYSROOT="${STAGING_DIR_TARGET}" \
25 PLATFORM="${PLATFORM}" all
26}
27
28do_install () {
29 oe_runmake DEST_DIR="${D}" PLATFORM="${PLATFORM}" install
30}
31
32FILES_${PN} += "/unit_tests"
33
34COMPATIBLE_MACHINE = "(mx8m)"