summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 17:59:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:40:42 -0400
commit814aefd0c1f503d4594d6a74d1080dc6c8ac3a8b (patch)
treeb1f13231b2e61da518fb7c2f531f7d6bc05248dc
parent8a3f7083835f0d45d33d602f18a14dc336fd7f06 (diff)
downloadmeta-ti-814aefd0c1f503d4594d6a74d1080dc6c8ac3a8b.tar.gz
u-boot-keystone: modify keystone specific version to use new namespace feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-keystone_2013.01.bb16
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.bb23
2 files changed, 16 insertions, 23 deletions
diff --git a/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb
new file mode 100644
index 00000000..788d813e
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb
@@ -0,0 +1,16 @@
1require u-boot-ti.inc
2
3DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
4
5COMPATIBLE_MACHINE = "keystone"
6
7PR = "r2+gitr${SRCPV}"
8
9SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
10
11BRANCH = "master"
12
13# DEV.MCSDK-03.00.00.07
14SRCREV = "82f40e857d853165310d0753e79235aefb65d7ba"
15
16UBOOT_SUFFIX = "bin"
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb
deleted file mode 100644
index b9e6dafa..00000000
--- a/recipes-bsp/u-boot/u-boot_2013.01.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2
3DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
6
7COMPATIBLE_MACHINE = "keystone"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11PR = "r2+gitr${SRCPV}"
12
13SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
14
15BRANCH = "master"
16
17SRCREV = "DEV.MCSDK-03.00.00.07"
18
19EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
20
21S = "${WORKDIR}/git"
22
23UBOOT_SUFFIX = "bin"