summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-ipc-rtos_git.bb
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2018-08-22 23:34:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-08-23 16:57:03 +0000
commita43d68906a692d9027942e2d3acc05c8d0080fcb (patch)
tree692d0642e181a37a9e6b588217dc0e96fd1ff288 /recipes-ti/ipc/ti-ipc-rtos_git.bb
parentba53f6a76f558ca2ed3fc51efad7dc3181a42697 (diff)
downloadmeta-ti-a43d68906a692d9027942e2d3acc05c8d0080fcb.tar.gz
ti-ipc: Update to new version 3.50
Add AM65XX platform support Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-ipc-rtos_git.bb')
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb8
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 () {
122pkg_postrm_${PN}-fw_omapl138 () { 122pkg_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
126pkg_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
130pkg_postrm_${PN}-fw_am65xx-evm () {
131 update-alternatives --remove am65x-mcu-r5f0-fw ipc/ti_platforms_cortexR_AM65X/messageq_single.xe674
132}