diff options
author | Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> | 2012-04-05 13:48:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-06 01:08:33 +0100 |
commit | 794225ed3b6fe7878595b7452259cc9bf1973213 (patch) | |
tree | f417a4e9ac348c361e515dd30ac9f8b3a4a7540e /meta/recipes-bsp/u-boot/u-boot.inc | |
parent | baa1323dfff35ccd5aebc036ca97925a1f1a604e (diff) | |
download | openembedded-core-794225ed3b6fe7878595b7452259cc9bf1973213.tar.gz openembedded-core-794225ed3b6fe7878595b7452259cc9bf1973213.tar.bz2 openembedded-core-794225ed3b6fe7878595b7452259cc9bf1973213.zip |
u-boot: add machine name to spl image name
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 700d5d39f4..0445c343d3 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc @@ -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 () { |