diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-05-03 22:09:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-04 14:49:36 -0400 |
commit | d1a82b4522d92eb2b1dd695baadaffdda9ccdca9 (patch) | |
tree | d83b7f73b39abe15f8cd76ab69a4d488bc386fab /recipes-ti/ipc | |
parent | b139963f9a473b843635c22793274545fa07b9bd (diff) | |
download | meta-ti-d1a82b4522d92eb2b1dd695baadaffdda9ccdca9.tar.gz |
ti-ipc-rtos: Add default links for rproc firmware for omapl138
By default rproc firmware default link is added as message_single.xe66
for omapl138
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_git.bb | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index 5fead3f7..e76c1e48 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -37,7 +37,7 @@ S_ipc-metadata = "${WORKDIR}/git/ipc-metadata" | |||
37 | RELEASE_TYPE = "ENG" | 37 | RELEASE_TYPE = "ENG" |
38 | RELEASE_SUFFIX = "_eng" | 38 | RELEASE_SUFFIX = "_eng" |
39 | 39 | ||
40 | PR = "${INC_PR}.r0" | 40 | PR = "${INC_PR}.r1" |
41 | 41 | ||
42 | DEPENDS_append_keystone = " ti-cgt6x-native \ | 42 | DEPENDS_append_keystone = " ti-cgt6x-native \ |
43 | gcc-arm-none-eabi-native \ | 43 | gcc-arm-none-eabi-native \ |
diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index 018634c2..112dfccc 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb | |||
@@ -87,3 +87,11 @@ pkg_postrm_${PN}-fw_omap-a15 () { | |||
87 | update-alternatives --remove dra7-ipu1-fw.xem4 ipc/ti_platforms_evmDRA7XX_ipu1/test_omx_ipu1_vayu.xem4 | 87 | update-alternatives --remove dra7-ipu1-fw.xem4 ipc/ti_platforms_evmDRA7XX_ipu1/test_omx_ipu1_vayu.xem4 |
88 | update-alternatives --remove dra7-ipu2-fw.xem4 ipc/ti_platforms_evmDRA7XX_ipu2/test_omx_ipu2_vayu.xem4 | 88 | update-alternatives --remove dra7-ipu2-fw.xem4 ipc/ti_platforms_evmDRA7XX_ipu2/test_omx_ipu2_vayu.xem4 |
89 | } | 89 | } |
90 | |||
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} | ||
93 | } | ||
94 | |||
95 | pkg_postrm_${PN}-fw_omapl138 () { | ||
96 | update-alternatives --remove rproc-dsp-fw ipc/ti_platforms_evmOMAPL138_DSP/messageq_single.xe674 | ||
97 | } | ||