All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Freihofer, Adrian" <adrian.freihofer@siemens.com>,
	 "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH v7 00/20] FIT image improvements
Date: Wed, 04 Jun 2025 08:12:25 +0100	[thread overview]
Message-ID: <016900dc0028d234f57f41a4f16a76bfe89b10b7.camel@linuxfoundation.org> (raw)
In-Reply-To: <18458D867A23466E.18429@lists.openembedded.org>

On Tue, 2025-06-03 at 15:07 +0100, Richard Purdie via lists.openembedded.org wrote:
> On Tue, 2025-06-03 at 13:35 +0000, Freihofer, Adrian wrote:
> > My conclusion is that the change requested by this discussion
> > https://lists.openembedded.org/g/openembedded-core/message/217730
> > makes the linux-yocto-fitimage.bb incompatible with bitbake world.
> > I guess that bitbake world would now fail for all build configurations,
> > not only for musl.
> > The background is that the kernel artifact (linux.bin) which gets
> > included into the Fit image is no longer built by default. It requires
> > KERNEL_CLASSES += "kernel-fit-extra-artifacts".
> > 
> > I guess that this !fixup patch is the solution:
> > 
> > diff --git a/meta/classes-recipe/kernel-fit-image.bbclass
> > b/meta/classes-recipe/kernel-fit-image.bbclass
> > index 6d80cd4bb47..d2eebb88bc2 100644
> > --- a/meta/classes-recipe/kernel-fit-image.bbclass
> > +++ b/meta/classes-recipe/kernel-fit-image.bbclass
> > @@ -7,6 +7,9 @@ UNPACKDIR = "${S}"
> > 
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > 
> > +# This bbclass requires KERNEL_CLASSES += "kernel-fit-extra-artifacts"
> > +EXCLUDE_FROM_WORLD = "1"
> > +
> >  DEPENDS += "\
> >      u-boot-tools-native dtc-native \
> > 
> > But I need to test it before sending a new version. And today I have no
> > access to my build machine.
> 
> I just saw this and it matches my other email. I also just realised
> there are mutliple other world build failures. To expedite things, I'll
> include the above change in a test build.

I an confirm this did build successfully. I'll just clean up my patch
in master-next with the above in it?

Cheers,

Richard


  parent reply	other threads:[~2025-06-04  7:12 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-03  8:23 [PATCH v7 00/20] FIT image improvements AdrianF
2025-06-03  8:23 ` [PATCH v7 01/20] devicetree: minor improvements AdrianF
2025-06-03  8:23 ` [PATCH v7 02/20] oe-selftest: add new ext dtb recipe AdrianF
2025-06-03  8:23 ` [PATCH v7 03/20] oe-selftest: fitimage: test external dtb AdrianF
2025-06-03  8:23 ` [PATCH v7 04/20] oe-selftest: fitimage: test FIT_CONF_PREFIX AdrianF
2025-06-03  8:23 ` [PATCH v7 05/20] oe-selftest: fitimage: test FIT_CONF_DEFAULT_DTB AdrianF
2025-06-03  8:23 ` [PATCH v7 06/20] kernel-signing-keys-native: refactor key generation into a new recipe AdrianF
2025-06-03  8:23 ` [PATCH v7 07/20] maintainers: add myself for kernel-signing-keys-native AdrianF
2025-06-03  8:23 ` [PATCH v7 08/20] oe-selftest: fitimage: cleanup FIT_GENERATE_KEYS AdrianF
2025-06-03  8:23 ` [PATCH v7 09/20] kernel-fitimage: refactor order in its AdrianF
2025-06-03  8:23 ` [PATCH v7 10/20] kernel-uboot.bbclass: do not require the kernel build folder AdrianF
2025-06-03  8:23 ` [PATCH v7 11/20] kernel-fit-image.bbclass: add a new FIT image implementation AdrianF
2025-12-04 14:04   ` AW: [EXT] [OE-core] " Denis OSTERLAND-HEIM
2025-12-04 15:01     ` Freihofer, Adrian
2025-12-05  6:46       ` AW: " Denis OSTERLAND-HEIM
2025-06-03  8:23 ` [PATCH v7 12/20] maintainers: add myself for linux-yocto-fitimage AdrianF
2025-06-03  8:23 ` [PATCH v7 13/20] oe-selftest: fitimage: add tests for fitimage.py AdrianF
2025-06-03  8:23 ` [PATCH v7 14/20] oe-selftest: fitimage: support new FIT recipe as well AdrianF
2025-06-03  8:23 ` [PATCH v7 15/20] oe-selftest: fitimage: run all tests for both FIT implementations AdrianF
2025-06-03  8:23 ` [PATCH v7 16/20] oe-selftest: fitimage refactor classes AdrianF
2025-06-03  8:23 ` [PATCH v7 17/20] kernel-fitimage: re-write its code in Python AdrianF
2025-06-03  8:23 ` [PATCH v7 18/20] oe-selftest: fitimage: remove kernel-fitimage tests AdrianF
2025-06-03  8:23 ` [PATCH v7 19/20] kernel.bbclass: remove support for type fitImage AdrianF
2025-06-03  8:23 ` [PATCH v7 20/20] kernel-fitimage.bbclass: remove it AdrianF
2025-06-03 10:48 ` [OE-core] [PATCH v7 00/20] FIT image improvements Richard Purdie
2025-06-03 13:35   ` Freihofer, Adrian
2025-06-03 14:07     ` Richard Purdie
     [not found]     ` <18458D867A23466E.18429@lists.openembedded.org>
2025-06-04  7:12       ` Richard Purdie [this message]
2025-06-04  7:42         ` Freihofer, Adrian
     [not found] ` <184582AE5B84DD18.18429@lists.openembedded.org>
2025-06-03 14:02   ` Richard Purdie
2025-06-04 11:13 ` Bruce Ashfield
2025-06-06 10:29 ` Francesco Dolcini
2025-06-06 14:11   ` Freihofer, Adrian
2025-06-06 15:52     ` [meta-ti] " Denys Dmytriyenko
2025-06-06 16:38       ` Freihofer, Adrian

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=016900dc0028d234f57f41a4f16a76bfe89b10b7.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=adrian.freihofer@siemens.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.