All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds
@ 2022-07-04  3:06 Drew Fustini
  2022-07-04  3:06 ` [PATCH dunfell 1/3] conf: am57xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline Drew Fustini
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Drew Fustini @ 2022-07-04  3:06 UTC (permalink / raw)
  To: meta-ti, Ryan Eatmon, Denys Dmytriyenko; +Cc: Drew Fustini

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-07-20 22:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04  3:06 [PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds Drew Fustini
2022-07-04  3:06 ` [PATCH dunfell 1/3] conf: am57xx-evm: avoid missing dtb files when ARAGO_BRAND=mainline Drew Fustini
2022-07-04  3:06 ` [PATCH dunfell 2/3] conf: dra7xx-evm: " Drew Fustini
2022-07-04  3:06 ` [PATCH dunfell 3/3] conf: am43: " Drew Fustini
2022-07-19  3:18 ` [meta-ti] [PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds Denys Dmytriyenko
2022-07-19 13:22   ` Nishanth Menon
2022-07-19 19:51     ` Denys Dmytriyenko
2022-07-19 20:15       ` Andrew Davis
2022-07-19 20:34         ` Denys Dmytriyenko
2022-07-20 20:45       ` Drew Fustini
2022-07-20 22:37         ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.