]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-vpu: Add 3.10.9-1.0.0 recipe
authorLauren Post <lauren.post@freescale.com>
Mon, 30 Sep 2013 19:03:07 +0000 (14:03 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 30 Oct 2013 16:25:35 +0000 (14:25 -0200)
This was previously part of imx-lib but separated starting in 3.0.35-4.1.0
because vpu is Freescale Proprietary license.

Note that libvpu was previously part of imx-lib but has been pulled out
because vpu is now Freescale Proprietary license

Change-Id: I3293b94ee3c3474d305c13c0c8c62480317713fc
Signed-off-by: Lauren Post <lauren.post@freescale.com>
meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb [new file with mode: 0644]

diff --git a/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-vpu/imx-vpu_3.10.9-1.0.0.bb
new file mode 100644 (file)
index 0000000..89b5225
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright (C) 2013 Freescale Semiconductor
+
+require recipes-bsp/imx-lib/imx-lib.inc
+
+inherit fsl-eula-unpack
+
+DESCRIPTION = "Freescale VPU library"
+LICENSE = "Proprietary"
+LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54"
+
+PE = "1"
+
+SRC_URI = "${FSL_MIRROR}/imx-vpu-${PV}.bin;fsl-eula=true"
+SRC_URI[md5sum] = "61331c9ed2d4c1b3aeab9c35fd034ac3"
+SRC_URI[sha256sum] = "5dd86a26c8d3013e0d78308b1ccd8815730818e465787f55013b492d2d3c7710"
+
+do_compile () {
+    INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"
+
+    oe_runmake CROSS_COMPILE="${HOST_PREFIX}" PLATFORM="${PLATFORM}" INCLUDE="${INCLUDE_DIR}" all
+}
+
+COMPATIBLE_MACHINE = "(mx6)"