diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-09-26 09:45:16 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-18 00:01:38 -0300 |
commit | 5ee5f87139b412d4201917e4b71141a3390fb54d (patch) | |
tree | 2f71825bd92b9b495a40be3f55d257adc336d239 | |
parent | 8ece03524cf63e1d81757353a65b450348b55591 (diff) | |
download | meta-fsl-arm-5ee5f87139b412d4201917e4b71141a3390fb54d.tar.gz |
imx-vpu: Add imx-vpu version 11.09.02
This package wraps lib-vpu with proper
licensing.
Change-Id: I21da011672eb2ce7c000abd4f5ed10baec58d9ba
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu.inc | 21 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb | 7 |
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu.inc new file mode 100644 index 0000000..3c47d81 --- /dev/null +++ b/recipes-bsp/imx-vpu/imx-vpu.inc | |||
@@ -0,0 +1,21 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | DESCRIPTION = "Freescale VPU library" | ||
3 | LICENSE = "Proprietary" | ||
4 | LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" | ||
5 | DEPENDS = "virtual/kernel" | ||
6 | inherit fsl-eula-unpack | ||
7 | |||
8 | PLATFORM_mx5 = "IMX51" | ||
9 | |||
10 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | ||
11 | |||
12 | do_compile () { | ||
13 | INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" | ||
14 | |||
15 | oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all | ||
16 | } | ||
17 | |||
18 | do_install () { | ||
19 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install | ||
20 | } | ||
21 | |||
diff --git a/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb b/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb new file mode 100644 index 0000000..c40c703 --- /dev/null +++ b/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | require imx-vpu.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "1988a08687a09ef8590e66ff17ac6ed3" | ||
5 | SRC_URI[sha256sum] = "783f136aa9b9257d4bffbdaf05bdcb85d177c544c3f8a4674421ba7b065ed5c0" | ||
6 | |||
7 | COMPATIBLE_MACHINE = "(mx5)" | ||