summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-05-09 06:27:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-08 21:02:56 -0400
commitd775366e4c4cd9165016a019a210269f5e4b6cc8 (patch)
tree985fc926de63bd65dc063a0f4a542e85ad9789d5
parent3e0e6f1e77845b0da22dad06481402fb4c6d622f (diff)
downloadmeta-ti-d775366e4c4cd9165016a019a210269f5e4b6cc8.tar.gz
ti-ipc-rtos: fix omapl138 update-alternatives missing parameterti2017.01-rc3
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ti-ipc-rtos_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 112dfccc..01ef7a00 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -89,7 +89,7 @@ pkg_postrm_${PN}-fw_omap-a15 () {
89} 89}
90 90
91pkg_postinst_${PN}-fw_omapl138 () { 91pkg_postinst_${PN}-fw_omapl138 () {
92 update-alternatives --install /lib/firmware/rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 ${ALTERNATIVE_PRIORITY} 92 update-alternatives --install /lib/firmware/rproc-dsp-fw rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 ${ALTERNATIVE_PRIORITY}
93} 93}
94 94
95pkg_postrm_${PN}-fw_omapl138 () { 95pkg_postrm_${PN}-fw_omapl138 () {