From 0393e7f2dbe75c730d3b6c3bcec13056a776995e Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 29 Nov 2011 10:25:25 -0600 Subject: u-boot: Fix mkdir path that was wrong Signed-off-by: Matthew McClintock --- recipes-kernel/u-boot/u-boot_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index de907b3..30294ff 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb @@ -65,7 +65,7 @@ do_install(){ esac if [ -f ${S}/${UBOOT_TARGET}.bin ]; then - mkdir -p ${S}/${board}/${UBOOT_TARGET}.bin ${D}/boot/ + mkdir -p ${D}/boot/ install ${S}/${board}/${UBOOT_TARGET}.bin ${D}/boot/${UBOOT_TARGET}-${MACHINE}-${PV}-${PR}.bin ln -sf ${UBOOT_TARGET}-${MACHINE}-${PV}-${PR}.bin ${D}/boot/${UBOOT_TARGET}.bin fi -- cgit v1.2.3-54-g00ecf