[meta-ti] [PATCH] ti-ipc-rtos: fix omapl138 update-alternatives missing parameter

Denys Dmytriyenko denys at ti.com
Mon May 8 17:27:27 PDT 2017


Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-ti/ipc/ti-ipc-rtos_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 112dfcc..01ef7a0 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 () {
 }
 
 pkg_postinst_${PN}-fw_omapl138 () {
-  update-alternatives --install /lib/firmware/rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 ${ALTERNATIVE_PRIORITY}
+  update-alternatives --install /lib/firmware/rproc-dsp-fw rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 ${ALTERNATIVE_PRIORITY}
 }
 
 pkg_postrm_${PN}-fw_omapl138 () {
-- 
2.7.4



More information about the meta-ti mailing list