diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-05-09 06:27:27 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-08 21:04:01 -0400 |
commit | 952104c9032b409cbeb2c16c28e17462efa016fe (patch) | |
tree | 093b6895b036ebca70262e9dcc9ac006791483e8 /recipes-ti/ipc/ti-ipc-rtos_git.bb | |
parent | 56682bad7eed3e3d044abdea0fe85cbed0fd38ac (diff) | |
download | meta-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/ti-ipc-rtos_git.bb')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 2 |
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 | ||
91 | pkg_postinst_${PN}-fw_omapl138 () { | 91 | pkg_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 | ||
95 | pkg_postrm_${PN}-fw_omapl138 () { | 95 | pkg_postrm_${PN}-fw_omapl138 () { |