diff options
author | Sam Nelson <sam.nelson@ti.com> | 2019-03-05 07:03:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-05 01:11:10 +0000 |
commit | 642323098da0e433f1d42451c94b5ad549358bae (patch) | |
tree | a2f7195e3f46c6a1674915d3acfa7c01b57feef8 /recipes-ti/ipc | |
parent | 1af571163762516fe1bfb0bd6760020b651667db (diff) | |
download | meta-ti-642323098da0e433f1d42451c94b5ad549358bae.tar.gz |
ti-ipc: Update firmware image names
The firmware names expected by driver is changed
am65x-mcu-r5f0-fw -> am65x-mcu-r5f0_0-fw
am65x-mcu-r5f1-fw -> am65x-mcu-r5f0_1-fw
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index a276f22e..7f1cae0f 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -131,11 +131,11 @@ pkg_postrm_${PN}-fw_omapl138 () { | |||
131 | } | 131 | } |
132 | 132 | ||
133 | pkg_postinst_${PN}-fw_am65xx-evm () { | 133 | pkg_postinst_${PN}-fw_am65xx-evm () { |
134 | update-alternatives --install /lib/firmware/am65x-mcu-r5f0-fw am65x-mcu-r5f0-fw ipc/ti_platforms_cortexR_AM65X_R5F0/messageq_single.xer5f ${ALTERNATIVE_PRIORITY} | 134 | update-alternatives --install /lib/firmware/am65x-mcu-r5f0_0-fw am65x-mcu-r5f0_0-fw ipc/ti_platforms_cortexR_AM65X_R5F0/messageq_single.xer5f ${ALTERNATIVE_PRIORITY} |
135 | update-alternatives --install /lib/firmware/am65x-mcu-r5f1-fw am65x-mcu-r5f1-fw ipc/ti_platforms_cortexR_AM65X_R5F1/messageq_single.xer5f ${ALTERNATIVE_PRIORITY} | 135 | update-alternatives --install /lib/firmware/am65x-mcu-r5f0_1-fw am65x-mcu-r5f0_1-fw ipc/ti_platforms_cortexR_AM65X_R5F1/messageq_single.xer5f ${ALTERNATIVE_PRIORITY} |
136 | } | 136 | } |
137 | 137 | ||
138 | pkg_postrm_${PN}-fw_am65xx-evm () { | 138 | pkg_postrm_${PN}-fw_am65xx-evm () { |
139 | update-alternatives --remove am65x-mcu-r5f0-fw ipc/ti_platforms_cortexR_AM65X_R5F0/messageq_single.xer5f | 139 | update-alternatives --remove am65x-mcu-r5f0_0-fw ipc/ti_platforms_cortexR_AM65X_R5F0/messageq_single.xer5f |
140 | update-alternatives --remove am65x-mcu-r5f1-fw ipc/ti_platforms_cortexR_AM65X_R5F1/messageq_single.xer5f | 140 | update-alternatives --remove am65x-mcu-r5f0_1-fw ipc/ti_platforms_cortexR_AM65X_R5F1/messageq_single.xer5f |
141 | } | 141 | } |