The sysfw.itb to be packaged by the installer is copied to the prebuilt-images directory from the deploy directory. This change installs the sysfw.itb in the deploy directory.
Signed-off-by: Aparna M <[email protected]> --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 87fdec68..fef87705 100644 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -92,12 +92,11 @@ do_install_j7200-evm-k3r5() { ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_BINARY} } -do_deploy_j7200-evm-k3r5() { +do_deploy_append_j7200-evm-k3r5() { install -d ${DEPLOYDIR} install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_IMAGE} ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_SYMLINK} ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_BINARY} - install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/ } do_install_am64xx-evm-k3r5() { @@ -107,12 +106,11 @@ do_install_am64xx-evm-k3r5() { ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_BINARY} } -do_deploy_am64xx-evm-k3r5() { +do_deploy_append_am64xx-evm-k3r5() { install -d ${DEPLOYDIR} install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_IMAGE} ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_SYMLINK} ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_BINARY} - install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/ } addtask deploy before do_build after do_compile -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13804): https://lists.yoctoproject.org/g/meta-ti/message/13804 Mute This Topic: https://lists.yoctoproject.org/mt/83265353/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
