summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2023-10-13 19:44:39 +0530
committerRyan Eatmon <reatmon@ti.com>2023-10-17 21:58:11 -0500
commit12e860e67d5852140243b986e83c03e307d0236e (patch)
treefb03ad287b394c88723dbab136f2f1ba8b7041b8
parent7bffb013b18b9bc9b7450c726bfef0fcb6a57b1b (diff)
downloadmeta-ti-12e860e67d5852140243b986e83c03e307d0236e.tar.gz
ti-eth-fw: Reduce priority for softlinks to 5.
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb2
1 files changed, 1 insertions, 1 deletions
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}.
100ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}" 100ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}"
101ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw-sec] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}.signed" 101ALTERNATIVE_TARGET[j784s4-main-r5f0_0-fw-sec] = "${INSTALL_ETH_FW_DIR}/${ETH_FW}.signed"
102 102
103ALTERNATIVE_PRIORITY = "20" 103ALTERNATIVE_PRIORITY = "5"
104 104
105# make sure that lib/firmware, and all its contents are part of the package 105# make sure that lib/firmware, and all its contents are part of the package
106FILES:${PN} += "${nonarch_base_libdir}/firmware" 106FILES:${PN} += "${nonarch_base_libdir}/firmware"