summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMurali Karicheri <m-karicheri2@ti.com>2013-01-29 12:14:57 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-01-29 14:45:02 -0500
commit629f5ddd5d6bfc603ae967c682d46d3b08b7aa34 (patch)
tree9a7ea7b6d08bc87a6565077e0d654ad9bfa7f6c7 /recipes-bsp
parent1920403ef28a61aabceee22f4472bb98ffe48f5d (diff)
downloadmeta-ti-629f5ddd5d6bfc603ae967c682d46d3b08b7aa34.tar.gz
keystone: update kernel and bootloaders recipes for mcsdk alpha7 release
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb8
-rw-r--r--recipes-bsp/u-boot/u-boot_2013.01.bb4
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index dc4d71e7..c8a022a5 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -7,20 +7,20 @@ BOOT_MONITOR_BINARY ?= "skern.bin"
7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" 7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin"
8BOOT_MONITOR_MAKE_TARGET ?= "all" 8BOOT_MONITOR_MAKE_TARGET ?= "all"
9 9
10LIC_FILES_CHKSUM = "file://COPYING;md5=b676661788f8c0f8cdeafd2a39467cae" 10LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
11 11
12COMPATIBLE_MACHINE = "keystone-evm" 12COMPATIBLE_MACHINE = "keystone-evm"
13 13
14SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}" 14SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
15 15
16PV = "1.0" 16PV = "1.0"
17PR = "r0+gitr${SRCPV}" 17PR = "r1+gitr${SRCPV}"
18 18
19BRANCH = "master" 19BRANCH = "master"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23SRCREV = "b8014b69e8c7e981e8bc3e067a9d990e2bb603ba" 23SRCREV = "DEV.MCSDK-03.00.00.07"
24 24
25do_compile () { 25do_compile () {
26 unset LDFLAGS 26 unset LDFLAGS
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb
index ee443b06..b9e6dafa 100644
--- a/recipes-bsp/u-boot/u-boot_2013.01.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 = "r1+gitr${SRCPV}" 11PR = "r2+gitr${SRCPV}"
12 12
13SRC_URI = "git://arago-project.org/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 = "DEV.MCSDK-03.00.00.06" 17SRCREV = "DEV.MCSDK-03.00.00.07"
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