summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 0445c343d3..e627e978c8 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -8,7 +8,7 @@ inherit deploy
8PARALLEL_MAKE="" 8PARALLEL_MAKE=""
9 9
10# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS 10# GCC 4.5.1 builds unusable binaries using -Os, remove it from OPTFLAGS
11EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2'" 11EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2' CC='${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}'"
12 12
13python () { 13python () {
14 if not d.getVar("UBOOT_MACHINE", True): 14 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 e99bc2cab4..5d79e1a0ab 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.03.bb
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
17SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca" 17SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
18 18
19PV = "v2011.03+git${SRCPV}" 19PV = "v2011.03+git${SRCPV}"
20PR = "r6" 20PR = "r7"
21 21
22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
23 23
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 680401f45b..43f2c0661b 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2011.06.bb
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
17SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a" 17SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
18 18
19PV = "v2011.06+git${SRCPV}" 19PV = "v2011.06+git${SRCPV}"
20PR = "r1" 20PR = "r2"
21 21
22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 22SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
23 23