On 3/4/2022 1:25 PM, Ryan Eatmon wrote:
diff --git a/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb b/recipes-bsp/prueth-fw/prueth-fw.bb
similarity index 88%
rename from recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
rename to recipes-bsp/prueth-fw/prueth-fw.bb
index f7336fb1..e41bb3c0 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw.bb
@@ -2,6 +2,9 @@ SUMMARY = "PRU Ethernet firmware for AM57xx, AM437x and AM335x"
  require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+PV = "${PRUETH_FW_AM335X_VERSION}"
+PV = "${PRUETH_FW_AM437X_VERSION}"
+PV = "${PRUETH_FW_AM57XX_VERSION}"
  PR = "${INC_PR}.0"

I think you need to uniquify the PV variable for each platform.  Right now you are just resetting each time and not overriding it.

PV_am335x-evm = "${PRUETH_FW_AM335X_VERSION}"
etc...

Thanks for the quick review,
Does this work instead? PV_ti-soc?

The FW version for each platform could be different as the mentioned commit in commitmessage points to updating the firmware only for am57xx but not for am335x/am437x.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14499): 
https://lists.yoctoproject.org/g/meta-ti/message/14499
Mute This Topic: https://lists.yoctoproject.org/mt/89556387/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to