summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc2
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2011.03.bb2
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2011.06.bb2
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb1
4 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index f794a2ac31..42bdde9ba6 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
5 5
6inherit deploy 6inherit deploy
7 7
8EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" 8EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
9 9
10python () { 10python () {
11 if not d.getVar("UBOOT_MACHINE", True): 11 if not d.getVar("UBOOT_MACHINE", True):
diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
index ed38f54eb1..84653958c9 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
15SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca" 15SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
16 16
17PV = "v2011.03+git${SRCPV}" 17PV = "v2011.03+git${SRCPV}"
18PR = "r6" 18PR = "r7"
19 19
20SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 20SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
21 21
diff --git a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
index da61852107..9654795744 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
15SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" 15SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
16 16
17PV = "v2011.06+git${SRCPV}" 17PV = "v2011.06+git${SRCPV}"
18PR = "r1" 18PR = "r2"
19 19
20SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 20SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
21 21
diff --git a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb b/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
index 25cc8c9f03..c4ec50d6aa 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2012.04.01.bb
@@ -20,6 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
20SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d" 20SRCREV = "415d386877df49eb051b85ef74fa59a16dc17c7d"
21 21
22PV = "v2012.04.01+git${SRCPV}" 22PV = "v2012.04.01+git${SRCPV}"
23PR = "r1"
23 24
24SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 25SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
25 26