diff mbox series

[meta-ti,master/kirkstone,v2,2/2] ti-eth-fw: Reduce priority for softlinks to 5.

Message ID 20231013141439.38381-3-a-limaye@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series None | expand

Commit Message

Aniket Limaye Oct. 13, 2023, 2:14 p.m. UTC
Makes ti-ipc firmware as default for main-r5f0_0 firmware softlink
The ti-eth-fw binaries are tested at the SDK level and should be
made default only at that level

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
 meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb b/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
index 970bfa0a..e1d442d3 100644
--- a/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb
@@ -100,7 +100,7 @@  ALTERNATIVE_TARGET[j7200-main-r5f0_0-fw-sec] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}.
 ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw]     = "${INSTALL_ETH_FW_DIR}/${ETH_FW}"
 ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw-sec] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}.signed"
 
-ALTERNATIVE_PRIORITY = "20"
+ALTERNATIVE_PRIORITY = "5"
 
 # make sure that lib/firmware, and all its contents are part of the package
 FILES:${PN} += "${nonarch_base_libdir}/firmware"