From df85a0fede88d758746498af2a4cf43b20b01b75 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 28 Nov 2011 11:34:17 -0600 Subject: [PATCH] Add mkdir -p to target install dir so it exists Signed-off-by: Matthew McClintock --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb | 1 + 1 file changed, 1 insertion(+) 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 9cc761dc..de907b37 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,6 +65,7 @@ do_install(){ esac if [ -f ${S}/${UBOOT_TARGET}.bin ]; then + mkdir -p ${S}/${board}/${UBOOT_TARGET}.bin ${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