From 498977a8eec4e9ae3014734e4891fef17bb2f534 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Sat, 11 Aug 2012 01:48:37 +0300 Subject: 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 --- recipes-kernel/u-boot/u-boot_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { 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 -- cgit v1.2.3-54-g00ecf