summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu/imx-vpu.inc
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:58 +0200
commitf98b448ee835646be48f530b3e6fe13b32b093f5 (patch)
tree9d1062f1e8893e72829df650f5e558c5fb255955 /recipes-bsp/imx-vpu/imx-vpu.inc
downloadmeta-fsl-arm-f98b448ee835646be48f530b3e6fe13b32b093f5.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-bsp/imx-vpu/imx-vpu.inc')
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu.inc22
1 files changed, 22 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..fd59770
--- /dev/null
+++ b/recipes-bsp/imx-vpu/imx-vpu.inc
@@ -0,0 +1,22 @@
1# Copyright (C) 2013 Freescale Semiconductor
2DESCRIPTION = "Freescale VPU library"
3LICENSE = "Proprietary"
4LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54"
5DEPENDS = "virtual/kernel"
6inherit fsl-eula-unpack
7
8PLATFORM_mx5 = "IMX51"
9PLATFORM_mx6 = "IMX6Q"
10
11SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
12
13do_compile () {
14 INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"
15
16 oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all
17}
18
19do_install () {
20 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
21}
22