summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 17:59:17 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 19:27:28 -0400
commita32b383e97f0c4db1846ae4ad8b2910c99eb2dcf (patch)
tree50c60d4e95d2b94749caab1c97d2deee3942e3ce /recipes-bsp/u-boot
parenta529d36e8a8d3b51ea944ddbd26d1c640544b47e (diff)
downloadmeta-ti-a32b383e97f0c4db1846ae4ad8b2910c99eb2dcf.tar.gz
u-boot-keystone: modify keystone specific version to use new namespace feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-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"