diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2012-08-11 01:48:37 +0300 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-08-13 17:21:46 -0500 |
commit | 64493d1cf2f953ea97eab2fe0cb8ed37153600cb (patch) | |
tree | ba488025c0888ff6439f15ebc1aef4664347e6ba /recipes-kernel/u-boot | |
parent | 2cc25fdfec535d3ca17a3c796317f59d2db44e27 (diff) | |
download | meta-fsl-ppc-64493d1cf2f953ea97eab2fe0cb8ed37153600cb.tar.gz |
u-boot: correct path to config files
The trivial change fixes u-boot compilation task, boot_format utility installs
board configuration files into a subdirectory of STAGING_DATADIR_NATIVE.
Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Cc: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-kernel/u-boot')
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 8943f3d..7246cae 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb | |||
@@ -60,7 +60,7 @@ do_compile () { | |||
60 | cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin | 60 | cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin |
61 | else | 61 | else |
62 | ${STAGING_BINDIR_NATIVE}/boot_format \ | 62 | ${STAGING_BINDIR_NATIVE}/boot_format \ |
63 | ${STAGING_DATADIR_NATIVE}/${BOOTFORMAT_CONFIG} \ | 63 | ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \ |
64 | ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin | 64 | ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin |
65 | fi | 65 | fi |
66 | fi | 66 | fi |