summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>2012-08-11 01:48:37 +0300
committerMatthew McClintock <msm@freescale.com>2012-08-13 17:21:55 -0500
commitb510e834e308ee6ac20cfb7a2f843cbccd0aa93c (patch)
tree4eaafd2551a1e7425c3cf98c0a4b75b8d9171644
parent2e83b9946f82df677f49f1bc714f0bff603e8319 (diff)
downloadmeta-fsl-ppc-b510e834e308ee6ac20cfb7a2f843cbccd0aa93c.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>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb2
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 8ced122..4dfb723 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -59,7 +59,7 @@ do_compile () {
59 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin 59 cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin
60 else 60 else
61 ${STAGING_BINDIR_NATIVE}/boot_format \ 61 ${STAGING_BINDIR_NATIVE}/boot_format \
62 ${STAGING_DATADIR_NATIVE}/${BOOTFORMAT_CONFIG} \ 62 ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
63 ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin 63 ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
64 fi 64 fi
65 fi 65 fi