On 2/9/2023 12:11, Andrew Davis wrote:
On 2/9/23 7:29 AM, Ryan Eatmon wrote:
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.
Ah, looks like the commented out line did get me here.
Better question is why my build testing didn't catch that,
have to check on that..
Anyway, could you fix this locally? Or I can send a delta
fix patch, or just respin the whole series, up to you.
I can fix it locally. If this is the only issue, then I have no
problems fixing it.
Andrew
+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 (#15788):
https://lists.yoctoproject.org/g/meta-ti/message/15788
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]]
-=-=-=-=-=-=-=-=-=-=-=-