diff options
author | Andrew Davis <afd@ti.com> | 2025-05-02 16:25:05 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:07:36 -0500 |
commit | 9ce7ae37b9539dc455e1fcb48c8d163433411301 (patch) | |
tree | d0ed61a94eef1d06f9f48043247ed8bb696453eb | |
parent | 6d538d31c302d09f7bb0b7e02a59d3d046a33945 (diff) | |
download | meta-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.bb | 18 |
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" | |||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a" | 4 | LIC_FILES_CHKSUM = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "k3" | 6 | COMPATIBLE_MACHINE = "j721e|j7200|j784s4" |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 9 | ||
@@ -22,15 +22,7 @@ inherit ti-secdev | |||
22 | PLAT_SFX = "" | 22 | PLAT_SFX = "" |
23 | PLAT_SFX:j721e = "j721e" | 23 | PLAT_SFX:j721e = "j721e" |
24 | PLAT_SFX:j7200 = "j7200" | 24 | PLAT_SFX:j7200 = "j7200" |
25 | PLAT_SFX:j721s2 = "j721s2" | ||
26 | PLAT_SFX:j784s4 = "j784s4" | 25 | PLAT_SFX:j784s4 = "j784s4" |
27 | PLAT_SFX:j722s = "j722s" | ||
28 | PLAT_SFX:j742s2 = "j742s2" | ||
29 | PLAT_SFX:am65xx = "am65xx" | ||
30 | PLAT_SFX:am64xx = "am64xx" | ||
31 | PLAT_SFX:am62xx = "am62xx" | ||
32 | PLAT_SFX:am62pxx = "am62pxx" | ||
33 | PLAT_SFX:am62axx = "am62axx" | ||
34 | 26 | ||
35 | ETH_FW_DIR = "ti-eth/${PLAT_SFX}" | 27 | ETH_FW_DIR = "ti-eth/${PLAT_SFX}" |
36 | 28 | ||
@@ -41,15 +33,7 @@ ETH_FW = "app_remoteswitchcfg_server_strip.xer5f" | |||
41 | ETH_FW_LIST = "" | 33 | ETH_FW_LIST = "" |
42 | ETH_FW_LIST:j721e = "${ETH_FW}" | 34 | ETH_FW_LIST:j721e = "${ETH_FW}" |
43 | ETH_FW_LIST:j7200 = "${ETH_FW}" | 35 | ETH_FW_LIST:j7200 = "${ETH_FW}" |
44 | ETH_FW_LIST:j721s2 = "" | ||
45 | ETH_FW_LIST:j784s4 = "${ETH_FW}" | 36 | ETH_FW_LIST:j784s4 = "${ETH_FW}" |
46 | ETH_FW_LIST:j722s = "" | ||
47 | ETH_FW_LIST:j742s2 = "" | ||
48 | ETH_FW_LIST:am65xx = "" | ||
49 | ETH_FW_LIST:am64xx = "" | ||
50 | ETH_FW_LIST:am62xx = "" | ||
51 | ETH_FW_LIST:am62pxx = "" | ||
52 | ETH_FW_LIST:am62axx = "" | ||
53 | 37 | ||
54 | do_install() { | 38 | do_install() { |
55 | # ETH firmware | 39 | # ETH firmware |