summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-12-16 10:42:16 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-03 18:19:42 -0300
commit8fdf5c3a80016f9fb2e0b688baf6cf64e58c42ef (patch)
tree8184553b43fb2dbfbbdc8ab5fbefce6d2b124614 /recipes-bsp/imx-kobs
parent5cfa320068ddf82d325629c4845c0e32f2c1a1a2 (diff)
downloadmeta-fsl-arm-8fdf5c3a80016f9fb2e0b688baf6cf64e58c42ef.tar.gz
imx-kobs: Upgrade to 3.10.17-1.0.0 version
This removes the virtual/kernel dependency as it builds properly against standard Linux headers; doing those changes the package stops to be machine specific and can be reused amount SoCs of same architecture. Change-Id: Ibea18acdfe25d40406b0a8e2e0f8583f4087ecb6 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-kobs')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb15
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb19
2 files changed, 15 insertions, 19 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb b/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb
new file mode 100644
index 0000000..e37f280
--- /dev/null
+++ b/recipes-bsp/imx-kobs/imx-kobs_3.10.17-1.0.0.bb
@@ -0,0 +1,15 @@
1# Copyright (C) 2013, 2014 Freescale Semiconductor
2
3SUMMARY = "Nand boot write source"
4SECTION = "base"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7
8# FIXME: Drop 'beta' suffix for GA release
9SRC_URI = "${FSL_MIRROR}/imx-kobs-${PV}_beta.tar.gz"
10S = "${WORKDIR}/${PN}-${PV}_beta"
11
12SRC_URI[md5sum] = "88d0a2e892ce0d3309390f48d4173e01"
13SRC_URI[sha256sum] = "22abed5d43fea314570cf6f33b17d944180f4571932d8304fd8f84508f6b1527"
14
15inherit autotools pkgconfig
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
deleted file mode 100644
index 8c433e3..0000000
--- a/recipes-bsp/imx-kobs/imx-kobs_3.5.7-1.0.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
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)"