From 14d87426995c2cccd56d6a460b24f5d131d96e02 Mon Sep 17 00:00:00 2001 From: Kirill Kapranov Date: Mon, 2 Oct 2023 19:36:39 +0000 Subject: [PATCH] trivial Signed-off-by: Kirill Kapranov --- recipes-bsp/imx-mkimage/imx-boot_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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