From: Denys Dmytriyenko <denis@denix.org>
To: Drew Fustini <dfustini@baylibre.com>
Cc: meta-ti@lists.yoctoproject.org, Ryan Eatmon <reatmon@ti.com>
Subject: Re: [meta-ti] [PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds
Date: Mon, 18 Jul 2022 23:18:41 -0400 [thread overview]
Message-ID: <20220719031841.GY18692@denix.org> (raw)
In-Reply-To: <20220704030607.2292135-1-dfustini@baylibre.com>
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
next prev parent reply other threads:[~2022-07-19 3:18 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Denys Dmytriyenko [this message]
2022-07-19 13:22 ` [meta-ti] [PATCH dunfell 0/3] fix ARAGO_BRAND=mainline builds 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220719031841.GY18692@denix.org \
--to=denis@denix.org \
--cc=dfustini@baylibre.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.