On Tue, Mar 22, 2022 at 01:15:58PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > From: Hari Nagalla <[email protected]>
Fixes like this should probably be squashed. > Signed-off-by: Hari Nagalla <[email protected]> > Signed-off-by: Ryan Eatmon <[email protected]> > --- > recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > index ecf54123..fd2b08ae 100644 > --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb > @@ -81,7 +81,7 @@ do_install_prepend_am64xx() { > # 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_baremetal_test_mcu1_0_release_strip.xer5f; \ > + mv am62-mcu-m4f0_0-fw > ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f; \ > ) > } > > @@ -164,7 +164,7 @@ do_install_am64xx() { > > do_install_am62xx() { > install -d ${LEGACY_IPC_FW_DIR} > - install -m 0644 > ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu1_0_release_strip.xer5f > ${LEGACY_IPC_FW_DIR} > + install -m 0644 > ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f > ${LEGACY_IPC_FW_DIR} > # DM Firmware > install -m 0644 > ${RTOS_DM_FW_DIR}/ipc_echo_testb_mcu1_0_release_strip.xer5f > ${LEGACY_DM_FW_DIR} > } > @@ -321,7 +321,7 @@ ALTERNATIVE_TARGET[am64-main-r5f1_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_e > ALTERNATIVE_TARGET[am64-main-r5f1_1-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu2_1_release_strip.xer5f" > ALTERNATIVE_TARGET[am64-mcu-m4f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu3_0_release_strip.xer5f" > > -ALTERNATIVE_TARGET[am62-mcu-m4f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu1_0_release_strip.xer5f" > +ALTERNATIVE_TARGET[am62-mcu-m4f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f" > ALTERNATIVE_TARGET[am62xx-main-r5f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" > > ALTERNATIVE_TARGET[j7-mcu-r5f0_0-fw] = > "${base_libdir}/firmware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" > -- > 2.17.1 > -- Regards, Denys Dmytriyenko <[email protected]> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14543): https://lists.yoctoproject.org/g/meta-ti/message/14543 Mute This Topic: https://lists.yoctoproject.org/mt/89958665/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
