]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: add machine name to spl image name
authorStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Thu, 5 Apr 2012 11:48:27 +0000 (13:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Apr 2012 00:08:33 +0000 (01:08 +0100)
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
meta/recipes-bsp/u-boot/u-boot.inc
meta/recipes-bsp/u-boot/u-boot_2011.03.bb
meta/recipes-bsp/u-boot/u-boot_2011.06.bb

index 700d5d39f42d92e2a0058a1d2b8db2f297786e67..0445c343d35399eb3627536863ea54ce2a86847b 100644 (file)
@@ -32,7 +32,7 @@ UBOOT_MAKE_TARGET ?= "all"
 # deploy directory.  For those versions they can set the following variables
 # to allow packaging the SPL.
 SPL_BINARY ?= ""
-SPL_IMAGE ?= "${SPL_BINARY}-${PV}-${PR}"
+SPL_IMAGE ?= "${SPL_BINARY}-${MACHINE}-${PV}-${PR}"
 SPL_SYMLINK ?= "${SPL_BINARY}-${MACHINE}"
 
 do_compile () {
index 1ebdbeabca1acd4f408ced78f7dfe77ef6d15bbb..e99bc2cab417f3f67b50e0efa4f71a7eccb4e3a5 100644 (file)
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
 SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
 
 PV = "v2011.03+git${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
 
index 8ebdbff5ea02cd86db83f6c7b4169fa537790292..680401f45b877f85f535eb010f9f92a994d5e7dd 100644 (file)
@@ -17,7 +17,7 @@ FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/u-boot-git/${MACHINE}"
 SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
 
 PV = "v2011.06+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"