mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
ti-rtos-firmware: Do not break the source directory by renaming files
If we rename files in the source directory the next time we need to rebuild the original files will be gone and build will fail. Use symlinks instead. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
ef4e49449e
commit
199f101b13
@@ -121,18 +121,18 @@ do_install:prepend:j721s2-hs-evm() {
|
||||
# Update the am64xx ipc binaries to be consistent with other platforms
|
||||
do_install:prepend:am64xx() {
|
||||
( cd ${RTOS_IPC_FW_DIR}; \
|
||||
mv am64-main-r5f0_0-fw ipc_echo_test_mcu1_0_release_strip.xer5f; \
|
||||
mv am64-main-r5f0_1-fw ipc_echo_test_mcu1_1_release_strip.xer5f; \
|
||||
mv am64-main-r5f1_0-fw ipc_echo_test_mcu2_0_release_strip.xer5f; \
|
||||
mv am64-main-r5f1_1-fw ipc_echo_test_mcu2_1_release_strip.xer5f; \
|
||||
mv am64-mcu-m4f0_0-fw ipc_echo_test_mcu3_0_release_strip.xer5f; \
|
||||
ln -s am64-main-r5f0_0-fw ipc_echo_test_mcu1_0_release_strip.xer5f; \
|
||||
ln -s am64-main-r5f0_1-fw ipc_echo_test_mcu1_1_release_strip.xer5f; \
|
||||
ln -s am64-main-r5f1_0-fw ipc_echo_test_mcu2_0_release_strip.xer5f; \
|
||||
ln -s am64-main-r5f1_1-fw ipc_echo_test_mcu2_1_release_strip.xer5f; \
|
||||
ln -s am64-mcu-m4f0_0-fw ipc_echo_test_mcu3_0_release_strip.xer5f; \
|
||||
)
|
||||
}
|
||||
|
||||
# Update the am62xx ipc binaries to be consistent with other platforms
|
||||
do_install:prepend:am62xx() {
|
||||
( cd ${RTOS_IPC_FW_DIR}; \
|
||||
mv am62-mcu-m4f0_0-fw ipc_echo_test_mcu2_0_release_strip.xer5f; \
|
||||
ln -s am62-mcu-m4f0_0-fw ipc_echo_test_mcu2_0_release_strip.xer5f; \
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user