From: Vladimir Zapolskiy Date: Fri, 10 Aug 2012 22:48:37 +0000 (+0300) Subject: u-boot: correct path to config files X-Git-Tag: 2.1~534^2~430 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bd81c7bbea3940a2c811a7f3381785037359289b;p=meta-freescale.git 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 Cc: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index 8ced1228..4dfb7233 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -59,7 +59,7 @@ do_compile () { cp ${S}/${board}/u-boot.bin ${S}/${board}/${UBOOT_TARGET}.bin else ${STAGING_BINDIR_NATIVE}/boot_format \ - ${STAGING_DATADIR_NATIVE}/${BOOTFORMAT_CONFIG} \ + ${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \ ${S}/${board}/u-boot.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin fi fi