summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-01-21 21:37:18 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-01-21 22:29:07 -0500
commit9f7148c2361434702ed35ad7cf12364b94550f80 (patch)
treeb6d8f0b96788cea7aa4f55295e310f8c7d08228d
parent95e9cf6299f5bae6965fe6fc4abe3eeb631df196 (diff)
downloadmeta-ti-9f7148c2361434702ed35ad7cf12364b94550f80.tar.gz
u-boot: update to the latest dev release for keystone
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.bb (renamed from recipes-bsp/u-boot/u-boot_2012.07.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2012.07.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb
index f39e60ca..ee443b06 100644
--- a/recipes-bsp/u-boot/u-boot_2012.07.bb
+++ b/recipes-bsp/u-boot/u-boot_2013.01.bb
@@ -8,13 +8,13 @@ COMPATIBLE_MACHINE = "keystone"
8 8
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11PR = "r0+gitr${SRCPV}" 11PR = "r1+gitr${SRCPV}"
12 12
13SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
14 14
15BRANCH = "master" 15BRANCH = "master"
16 16
17SRCREV = "6e710c61dba2665e01c900470a0a63743ff431c6" 17SRCREV = "DEV.MCSDK-03.00.00.06"
18 18
19EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' 19EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
20 20