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 | 4c94aa41209122ebffd44501d63bff22462e133a (patch) | |
| tree | 0cf50fdf146ccba011bbfd79cd279b141a4abe2f | |
| parent | dcae3cd1d0eb4b10ba9dbff50bee337ad6856930 (diff) | |
| download | meta-freescale-4c94aa41209122ebffd44501d63bff22462e133a.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-- | meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu.inc | 21 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb | 7 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu.inc b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu.inc new file mode 100644 index 000000000..3c47d81ba --- /dev/null +++ b/meta-fsl-arm/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/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_11.09.02.bb new file mode 100644 index 000000000..c40c703f5 --- /dev/null +++ b/meta-fsl-arm/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)" | ||
