summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-07-19 13:01:07 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-08 15:33:31 -0300
commit8f9150cbecfd36d4c4f65584421b910545be9cde (patch)
tree94b2ae6b46bc1b0f91f7b1b05b87ad585b38c632 /recipes-bsp/imx-kobs
parenteda8fb05ad0edcd831dab6c59f75962fcc7bae02 (diff)
downloadmeta-fsl-arm-8f9150cbecfd36d4c4f65584421b910545be9cde.tar.gz
imx-kobs: Add version 3.5.7-1.0.0
NAND boot writer Change-Id: Ibb835df13a595b3a70c374853c6861d3444f279a Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'recipes-bsp/imx-kobs')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb
new file mode 100644
index 0000000..8c433e3
--- /dev/null
+++ b/recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb
@@ -0,0 +1,19 @@
1# Copyright (C) 2013 Freescale Semiconductor
2
3SUMMARY = "Nand boot write source"
4DESCRIPTION = "Nand boot write source for IMX BSP"
5SECTION = "base"
6DEPENDS = "virtual/kernel"
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
9
10SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}.tar.gz"
11SRC_URI[md5sum] = "1c07f922215d1fe7e202d1ba3dca0293"
12SRC_URI[sha256sum] = "a2854f5dc4c5728fef83a8b68d0e3e0aaba7910557976fc46265a86dc268038a"
13
14inherit autotools pkgconfig
15
16INCLUDE_DIR="-I${STAGING_INCDIR} -I${STAGING_KERNEL_DIR}/include/mtd"
17EXTRA_OE = "INCLUDE=/"${INCLUDE_DIR}/" all"
18
19COMPATIBLE_MACHINE = "(mx6)"