I was thinking that instead of keying off of ARAGO_BRAND=mainline, which 
is very specific to Arago distro, long term we should instead key off of 
PREFERRED_PROVIDER_virtual/kernel=linux-ti-mainline, that is specific to 
meta-ti... Thoughts?


On Sun, Jul 03, 2022 at 08:06:06PM -0700, Drew Fustini wrote:
> 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 (#14879): 
https://lists.yoctoproject.org/g/meta-ti/message/14879
Mute This Topic: https://lists.yoctoproject.org/mt/92158565/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