From 4a0fea880554aaf188fc5944e2fc8922f766e810 Mon Sep 17 00:00:00 2001 From: Appana Durga Kedareswara rao Date: Fri, 9 Jul 2021 10:09:03 +0530 Subject: meta-xilinx-standalone-experimental: recipes-applications: peripheral-tests: Update deploy task to sync with other application recipe Update the peripheral test deploy taks to sync with other esw application recipes. Signed-off-by: Appana Durga Kedareswara rao Signed-off-by: Mark Hatle --- .../recipes-applications/peripheral-tests/peripheral-tests_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-xilinx-standalone-experimental/recipes-applications') diff --git a/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb b/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb index 22bf3d64..49c12693 100644 --- a/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-applications/peripheral-tests/peripheral-tests_git.bb @@ -38,7 +38,7 @@ python do_generate_app_data() { addtask do_generate_app_data before do_configure after do_prepare_recipe_sysroot do_prepare_recipe_sysroot[rdeptask] = "do_unpack" -PERIPHERAL_TEST_APP_IMAGE_NAME ??= "peripheral-tests" +PERIPHERAL_TEST_APP_IMAGE_NAME ??= "${BPN}" inherit image-artifact-names @@ -56,8 +56,8 @@ do_install() { do_deploy() { install -Dm 0644 ${B}/${ESW_COMPONENT} ${DEPLOYDIR}/${PERIPHERAL_TEST_BASE_NAME}.elf - ln -sf ${PERIPHERAL_TEST_BASE_NAME}.elf ${DEPLOYDIR}/${PERIPHERAL_TEST_APP_IMAGE_NAME}.elf + ln -sf ${PERIPHERAL_TEST_BASE_NAME}.elf ${DEPLOYDIR}/${BPN}-${MACHINE}.elf install -m 0644 ${B}/executable.bin ${DEPLOYDIR}/${PERIPHERAL_TEST_BASE_NAME}.bin - ln -sf ${PERIPHERAL_TEST_BASE_NAME}.bin ${DEPLOYDIR}/${PERIPHERAL_TEST_APP_IMAGE_NAME}.bin + ln -sf ${PERIPHERAL_TEST_BASE_NAME}.bin ${DEPLOYDIR}/${BPN}-${MACHINE}.bin } addtask deploy before do_build after do_install -- cgit v1.2.3-54-g00ecf