summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc
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:04:01 -0400
commit952104c9032b409cbeb2c16c28e17462efa016fe (patch)
tree093b6895b036ebca70262e9dcc9ac006791483e8 /recipes-ti/ipc
parent56682bad7eed3e3d044abdea0fe85cbed0fd38ac (diff)
downloadmeta-ti-952104c9032b409cbeb2c16c28e17462efa016fe.tar.gz
ti-ipc-rtos: fix omapl138 update-alternatives missing parameter
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-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 () {