On 2/17/26 10:10 AM, Ryan Eatmon via lists.yoctoproject.org wrote:
The += setting was overriding the weak ?= assignment of IMAGE_BOOT_FILES
in k3.inc. This resulted in nothing going into the boot partition of the
Could the weak assignment in k3.inc be changed to a +=? Seems like that
would have the same effect and prevent any future issues like this.
Andrew
wic image. Change to :append to force this to occur after all other
settings of IMAGE_BOOT_FILES in the conf files have processed.
Signed-off-by: Ryan Eatmon <[email protected]>
---
v2: Fix spelling error in commit message.
meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc
b/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc
index 9d3cc612..475234a1 100644
--- a/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-core-initramfs.inc
@@ -20,4 +20,4 @@ do_image_wic[depends] += "${@
'${TI_CORE_INITRAMFS_IMAGE}:do_image_complete' if
TI_WKS_INITRAMFS ?= "${@ ',initrd=${TI_CORE_INITRAMFS_IMAGE_FILE}' if d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
-IMAGE_BOOT_FILES += "${@ '${TI_CORE_INITRAMFS_IMAGE_FILE}' if d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
+IMAGE_BOOT_FILES:append = " ${@ '${TI_CORE_INITRAMFS_IMAGE_FILE}' if
d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19528):
https://lists.yoctoproject.org/g/meta-ti/message/19528
Mute This Topic: https://lists.yoctoproject.org/mt/117859038/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-