Builds for ARAGO_BRAND=mainline are failing for the following machines: - dra7xx-evm - am57xx-evm - am437x-evm
This is beause the above machine configurations include files in their KERNEL_DEVICETREE variable that do not exist upstream. Therefore the image creation task fails when it tries to copy device tree files that do not exist. This series of patches use '@oe.utils.conditional' to avoid adding those device tree files to KERNEL_DEVICETREE when ARAGO_BRAND=mainline. Thus the image create task is then able to complete successfully regardless of which kernel recipe is being used. Drew Fustini (3): conf: am57xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline conf: dra7xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline conf: am43: avoid missing dtb files when ARAGO_BRAND=mainline conf/machine/am57xx-evm.conf | 6 +++--- conf/machine/dra7xx-evm.conf | 2 +- conf/machine/include/ti43x.inc | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14868): https://lists.yoctoproject.org/g/meta-ti/message/14868 Mute This Topic: https://lists.yoctoproject.org/mt/92158565/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
