diff --git a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend b/recipes-bsp/imx-mkimage/imx-boot_%.bbappend index c6c56c9..45426da 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend +++ b/recipes-bsp/imx-mkimage/imx-boot_%.bbappend @@ -7,7 +7,7 @@ do_compile_preppend () { } do_install:append () { - ln -fs ${BOOT_CONFIG_MACHINE}-${target} ${D}/boot/imx-boot + ln -fs ${BOOT_CONFIG_MACHINE}-${target} ${D}/boot/imx-boot } addtask compile_preppend before do_compile after do_configure