On 2/7/2023 17:42, Andrew Davis wrote:
Using a table makes it easier to see what firmware is included with
each machine build. It also helps prevent errors here.

I like the table. It makes it clearer to see what is available on which platform. Nice change.

Since the same functions run across machines we now sign all the firmware
without needing to add a new signing function for each new machine.

Another fix is that we install the DM firmware to the deploy directory
for all machines that use need it. This was added for J7x machines
but missed for AM62x.

Signed-off-by: Andrew Davis <[email protected]>
---

*snip*

+
+ETH_FW_LIST = ""
+ETH_FW_LIST:am65xx = ""
+ETH_FW_LIST:j721e =  "${ETH_FW}"
+ETH_FW_LIST:j7200 =  "${ETH_FW}"
+ETH_FW_LIST:j721s2 = "${ETH_FW}"

j721s2 does not have the ETH_FW, so this line is incorrect. The lines that likely made you think it did are commented out in the current version of the file.


+ETH_FW_LIST:am64xx = ""
+ETH_FW_LIST:am62xx = ""
+ETH_FW_LIST:j784s4 = "${ETH_FW}"


--
Ryan Eatmon                [email protected]
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15769): 
https://lists.yoctoproject.org/g/meta-ti/message/15769
Mute This Topic: https://lists.yoctoproject.org/mt/96819777/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to