diff options
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos_git.bb')
| -rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index b292d677..c374bb1f 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
| @@ -122,3 +122,11 @@ pkg_postinst_${PN}-fw_omapl138 () { | |||
| 122 | pkg_postrm_${PN}-fw_omapl138 () { | 122 | pkg_postrm_${PN}-fw_omapl138 () { |
| 123 | update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 | 123 | update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 |
| 124 | } | 124 | } |
| 125 | |||
| 126 | pkg_postinst_${PN}-fw_am65xx-evm () { | ||
| 127 | update-alternatives --install /lib/firmware/am65x-mcu-r5f0-fw am65x-mcu-r5f0-fw ipc/ti_platforms_cortexR_AM65X/messageq_single.xer5f ${ALTERNATIVE_PRIORITY} | ||
| 128 | } | ||
| 129 | |||
| 130 | pkg_postrm_${PN}-fw_am65xx-evm () { | ||
| 131 | update-alternatives --remove am65x-mcu-r5f0-fw ipc/ti_platforms_cortexR_AM65X/messageq_single.xe674 | ||
| 132 | } | ||
