From c424bf4e7e1cbb27facc542befd4194d9d2a6da0 Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Fri, 3 Apr 2020 13:21:07 +0530 Subject: meta-xilinx-standalone: recipes-applications: freertos-hello-world: Fix do_deploy elf variable name Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- .../freertos-hello-world/freertos-hello-world_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-standalone/recipes-applications/freertos-hello-world/freertos-hello-world_git.bb b/meta-xilinx-standalone/recipes-applications/freertos-hello-world/freertos-hello-world_git.bb index 7702be93..9b5bb110 100644 --- a/meta-xilinx-standalone/recipes-applications/freertos-hello-world/freertos-hello-world_git.bb +++ b/meta-xilinx-standalone/recipes-applications/freertos-hello-world/freertos-hello-world_git.bb @@ -21,7 +21,7 @@ FREERTOS_HELLO_WORLD_BASE_NAME[vardepsexclude] = "DATETIME" do_deploy() { # We need to deploy the stripped elf, hence why not doing it from ${D} - install -Dm 0644 ${WORKDIR}/package/${base_libdir}/firmware/freertos_hello_world.elf ${DEPLOYDIR}/${HELLO_WORLD_BASE_NAME}.elf + install -Dm 0644 ${WORKDIR}/package/${base_libdir}/firmware/freertos_hello_world.elf ${DEPLOYDIR}/${FREERTOS_HELLO_WORLD_BASE_NAME}.elf ln -sf ${FREERTOS_HELLO_WORLD_BASE_NAME}.elf ${DEPLOYDIR}/${BPN}-${MACHINE}.elf ${OBJCOPY} -O binary ${WORKDIR}/package/${base_libdir}/firmware/freertos_hello_world.elf ${WORKDIR}/package/${base_libdir}/firmware/freertos_hello_world.bin install -m 0644 ${WORKDIR}/package/${base_libdir}/firmware/freertos_hello_world.bin ${DEPLOYDIR}/${FREERTOS_HELLO_WORLD_BASE_NAME}.bin -- cgit v1.2.3-54-g00ecf