From 96fe426e2a0538a7b911fa7f6a865cf132dc79d4 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Tue, 29 Nov 2011 10:25:25 -0600 Subject: [PATCH] u-boot: Fix mkdir path that was wrong Signed-off-by: Matthew McClintock --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 de907b37..30294ff9 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 @@ -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 -- 2.40.1