summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-05-02 16:25:05 -0500
committerRyan Eatmon <reatmon@ti.com>2025-05-13 11:07:36 -0500
commit9ce7ae37b9539dc455e1fcb48c8d163433411301 (patch)
treed0ed61a94eef1d06f9f48043247ed8bb696453eb
parent6d538d31c302d09f7bb0b7e02a59d3d046a33945 (diff)
downloadmeta-ti-9ce7ae37b9539dc455e1fcb48c8d163433411301.tar.gz
ti-eth-fw: Only include information for supported machines
These other machines are not compatible with this recipe, no need to setup definitions for these. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb18
1 files changed, 1 insertions, 17 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 cf9566dc..e4b6d1de 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
@@ -3,7 +3,7 @@ SUMMARY = "TI Ethernet prebuilt binary firmware images"
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a" 4LIC_FILES_CHKSUM = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a"
5 5
6COMPATIBLE_MACHINE = "k3" 6COMPATIBLE_MACHINE = "j721e|j7200|j784s4"
7 7
8PACKAGE_ARCH = "${MACHINE_ARCH}" 8PACKAGE_ARCH = "${MACHINE_ARCH}"
9 9
@@ -22,15 +22,7 @@ inherit ti-secdev
22PLAT_SFX = "" 22PLAT_SFX = ""
23PLAT_SFX:j721e = "j721e" 23PLAT_SFX:j721e = "j721e"
24PLAT_SFX:j7200 = "j7200" 24PLAT_SFX:j7200 = "j7200"
25PLAT_SFX:j721s2 = "j721s2"
26PLAT_SFX:j784s4 = "j784s4" 25PLAT_SFX:j784s4 = "j784s4"
27PLAT_SFX:j722s = "j722s"
28PLAT_SFX:j742s2 = "j742s2"
29PLAT_SFX:am65xx = "am65xx"
30PLAT_SFX:am64xx = "am64xx"
31PLAT_SFX:am62xx = "am62xx"
32PLAT_SFX:am62pxx = "am62pxx"
33PLAT_SFX:am62axx = "am62axx"
34 26
35ETH_FW_DIR = "ti-eth/${PLAT_SFX}" 27ETH_FW_DIR = "ti-eth/${PLAT_SFX}"
36 28
@@ -41,15 +33,7 @@ ETH_FW = "app_remoteswitchcfg_server_strip.xer5f"
41ETH_FW_LIST = "" 33ETH_FW_LIST = ""
42ETH_FW_LIST:j721e = "${ETH_FW}" 34ETH_FW_LIST:j721e = "${ETH_FW}"
43ETH_FW_LIST:j7200 = "${ETH_FW}" 35ETH_FW_LIST:j7200 = "${ETH_FW}"
44ETH_FW_LIST:j721s2 = ""
45ETH_FW_LIST:j784s4 = "${ETH_FW}" 36ETH_FW_LIST:j784s4 = "${ETH_FW}"
46ETH_FW_LIST:j722s = ""
47ETH_FW_LIST:j742s2 = ""
48ETH_FW_LIST:am65xx = ""
49ETH_FW_LIST:am64xx = ""
50ETH_FW_LIST:am62xx = ""
51ETH_FW_LIST:am62pxx = ""
52ETH_FW_LIST:am62axx = ""
53 37
54do_install() { 38do_install() {
55 # ETH firmware 39 # ETH firmware