summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/uboot/u-boot_2011.03.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-30 14:01:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-02 14:55:54 +0100
commitd8f87522b6d93c49c87ac90323918353bd75499e (patch)
treef387868f2676a116254e3969d0e37c80e50a91e0 /meta/recipes-bsp/uboot/u-boot_2011.03.bb
parent10075c6fa6ecfc186dd62edfd78eafc2dab32b00 (diff)
downloadpoky-d8f87522b6d93c49c87ac90323918353bd75499e.tar.gz
u-boot: package up u-boot.bin for field upgrades
(From OE-Core rev: 4089a58253f69eff5eb7d97a67f1b61ee08057f4) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/uboot/u-boot_2011.03.bb')
-rw-r--r--meta/recipes-bsp/uboot/u-boot_2011.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/uboot/u-boot_2011.03.bb b/meta/recipes-bsp/uboot/u-boot_2011.03.bb
index 0fbb9ba188..07f0609194 100644
--- a/meta/recipes-bsp/uboot/u-boot_2011.03.bb
+++ b/meta/recipes-bsp/uboot/u-boot_2011.03.bb
@@ -14,7 +14,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE
14 14
15SRCREV = "v2011.03" 15SRCREV = "v2011.03"
16PV = "v2011.03+git${SRCPV}" 16PV = "v2011.03+git${SRCPV}"
17PR="r3" 17PR="r4"
18 18
19SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" 19SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
20 20