Commit 4d9ec332d... in oe-core/bitbake breaks various recipes in xilinx layers 
because they set SRCREV using python utility functions which are now classified 
as occurring "too late" in parsing. It seems that lines of the form SRCREV = 
"${@someFunction(...)}<mailto:$%7b@someFunction(...)%7d>" do not work reliably. 
 Specifically, in the u-boot-xlnx-dev recipe



SRCREV ?= 
${@oe.utils.conditional(<mailto:$%[email protected](>PREFERRED_PROVIDER_virtual/bootloader",
 "u-boot-xlnx-dev", "${AUTOREV}", "${SRCREV_DEFAULT}", d)}"



fails to parse if the preferred provider is not u-boot-xlnx-dev.



Joe



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5191): 
https://lists.yoctoproject.org/g/meta-xilinx/message/5191
Mute This Topic: https://lists.yoctoproject.org/mt/98068836/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to