From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: OE Core mailing list <openembedded-core@lists.openembedded.org>
Subject: should a vendor layer override the base "u-boot" recipe?
Date: Tue, 20 Jan 2026 08:37:00 -0500 (EST) [thread overview]
Message-ID: <b0c4382a-24aa-d421-c4b3-6b30e4309cfd@crashcourse.ca> (raw)
sort of a policy question but i'm working with a vendor layer from
STMicroelectronics ("ST"), and that layer provides ST's version of
u-boot -- a recipe named "u-boot-stm32mp". fair enough, and they also
have an include file that makes that recipe the preferred provider:
PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-stm32mp"
so, ideally, someone would not define their recipes to refer to u-boot
explicitly, but to virtual/bootloader.
but i decided to build the "base" (OE) u-boot recipe just as a
baseline, and ran:
$ bitbake u-boot
and was surprised that nothing further was done, and i noticed that it
tried to build ST's recipe, and then i noticed this:
PREFERRED_PROVIDER_u-boot ??= "u-boot-stm32mp"
is that normal behaviour from a vendor? does that not mean i can't
even try to build OE's version of u-boot because ST's setting above
will hijack the recipe name?
is this considered normal vendor behaviour?
rday
next reply other threads:[~2026-01-20 13:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 13:37 Robert P. J. Day [this message]
2026-01-20 14:29 ` [OE-core] should a vendor layer override the base "u-boot" recipe? Quentin Schulz
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=b0c4382a-24aa-d421-c4b3-6b30e4309cfd@crashcourse.ca \
--to=rpjday@crashcourse.ca \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox