From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Enrico Jörns" <ejo@pengutronix.de>,
openembedded-core@lists.openembedded.org
Cc: yocto@pengutronix.de, Alexander Kanavin <alex.kanavin@gmail.com>
Subject: Re: [OE-core] [PATCH v6 0/7] Add barebox bootloader support (and testing)
Date: Wed, 18 Sep 2024 22:37:56 +0100 [thread overview]
Message-ID: <d86507587d62b184c1b111cd64519bae6dd375bb.camel@linuxfoundation.org> (raw)
In-Reply-To: <fd3fff67a52a117485497a3e4ca6f098c298dfc3.camel@pengutronix.de>
On Wed, 2024-09-18 at 13:45 +0200, Enrico Jörns wrote:
> Am Mittwoch, dem 18.09.2024 um 12:21 +0100 schrieb Richard Purdie:
> > On Wed, 2024-09-18 at 12:39 +0200, Enrico Jörns wrote:
> > > Hi Richard,
> > >
> > > Am Mittwoch, dem 18.09.2024 um 11:11 +0100 schrieb Richard
> > > Purdie:
> > > > On Thu, 2024-09-12 at 11:18 +0200, Enrico Jörns via
> > > > lists.openembedded.org wrote:
> > > > > This adds support for the barebox bootloader (and tools) to
> > > > > oe-
> > > > > core.
> > > > >
> > > > > In order to have proper testing, this extends oe-selftest to
> > > > > allow
> > > > > basic testing of bootloaders. While at it, cover both u-boot
> > > > > and
> > > > > barebox.
> > > > >
> > > > > v6:
> > > > > * replace barebox.inc by barebox.bbclass (move content of
> > > > > barebox-common.inc into .bbclass and .bb files)
> > > > > * support for UNPACKDIR
> > > > >
> > > > > Enrico Jorns (5):
> > > > > barebox: set default BAREBOX_CONFIG for qemu machines
> > > > > oeqa/utils/qemurunner: support ignoring vt100 escape
> > > > > sequences
> > > > > oeqa: support passing custom boot patterns to runqemu
> > > > > oeqa/selftest/cases: add basic u-boot test
> > > > > oeqa/selftest/cases: add basic barebox tests
> > > > >
> > > > > Marco Felsch (2):
> > > > > barebox: add initial support
> > > > > barebox-tools: add initial barebox tools support
> > > >
> > > > We had some testing capacity so I ran this through automated
> > > > testing.
> > > > The one issue that showed up so far was:
> > > >
> > > > https://valkyrie.yoctoproject.org/#/builders/29/builds/174/steps/13/logs/warnings
> > > >
> > > > which is at least easily fixed! The rest of the build is still
> > > > going.
> > >
> > > thanks for the test run and the first result.
> > >
> > > Indeed, looks easily fixable 😉
> > > Is it worth a v7 or should I wait for other results to show up?
> >
> > Most of the tests have run and there were other issues in the build
> > but
> > there was one other issue I noticed:
> >
> > https://valkyrie.yoctoproject.org/#/builders/54/builds/149/steps/14/logs/stdio
> >
> > which is a missing maintainers entry. Probably worth a v7 with
> > those
> > two things fixed.
>
> The test output says
>
> > Unable to find recipes for the following entries in
> > maintainers.inc:
> > barebox
>
> Could you give me a hint what that means? The barebox_2024.08.0.bb
> and the change in maintainers.inc
> are in the same commit. So I am unsure why it does not find the
> recipe.
It means the recipe is being skipped in the context of the QA test.
This means there is a maintainers entry but the test can't see any
recipe to match against it due to the skip.
The test is there to ensure when we delete recipes, we don't have stale
entries in the file.
Can we provide a config that makes sense for qemux86-64?
Cheers,
Richard
next prev parent reply other threads:[~2024-09-18 21:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 9:18 [PATCH v6 0/7] Add barebox bootloader support (and testing) Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 1/7] barebox: add initial support Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 2/7] barebox-tools: add initial barebox tools support Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 3/7] barebox: set default BAREBOX_CONFIG for qemu machines Enrico Jörns
2024-10-11 11:08 ` [OE-core] " Richard Purdie
2024-10-11 11:08 ` Richard Purdie
2024-10-11 11:22 ` Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 4/7] oeqa/utils/qemurunner: support ignoring vt100 escape sequences Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 5/7] oeqa: support passing custom boot patterns to runqemu Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 6/7] oeqa/selftest/cases: add basic u-boot test Enrico Jörns
2024-09-12 9:18 ` [PATCH v6 7/7] oeqa/selftest/cases: add basic barebox tests Enrico Jörns
2024-09-18 10:11 ` [OE-core] [PATCH v6 0/7] Add barebox bootloader support (and testing) Richard Purdie
2024-09-18 10:39 ` Enrico Jörns
2024-09-18 11:21 ` Richard Purdie
2024-09-18 11:45 ` Enrico Jörns
2024-09-18 21:37 ` Richard Purdie [this message]
2024-09-19 9:47 ` Enrico Jörns
2024-09-19 10:01 ` Richard Purdie
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=d86507587d62b184c1b111cd64519bae6dd375bb.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=alex.kanavin@gmail.com \
--cc=ejo@pengutronix.de \
--cc=openembedded-core@lists.openembedded.org \
--cc=yocto@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox