From: Paul Barker <paul@pbarker.dev>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2 2/4] meta: Support opting out of any distro features
Date: Wed, 01 Apr 2026 16:00:07 +0100 [thread overview]
Message-ID: <bce752cba2de4c73f578c9e4cc82c64b1f5cd4e0.camel@pbarker.dev> (raw)
In-Reply-To: <DHHW9Z7VY9QK.21JDBWP884LXH@bootlin.com>
[-- Attachment #1: Type: text/plain, Size: 2859 bytes --]
On Wed, 2026-04-01 at 16:40 +0200, Mathieu Dubois-Briand wrote:
> On Tue Mar 31, 2026 at 9:29 PM CEST, Paul Barker wrote:
> > Add default values to DISTRO_FEATURES using the new
> > filter_default_features() function.
> >
> > This change obsoletes the variables DISTRO_FEATURES_BACKFILL and
> > DISTRO_FEATURES_BACKFILL_CONSIDERED. Instead, all defaults are added via
> > DISTRO_FEATURES_DEFAULTS and users can opt out of any of these using
> > DISTRO_FEATURES_OPTED_OUT. Hopefully the variable naming here is easier
> > for people to understand and remember.
> >
> > Migration notes:
> >
> > - If you have previously assigned DISTRO_FEATURES without using
> > DISTRO_FEATURES_DEFAULT, you will now get the default features added
> > automatically. You will need to review these and add any features you
> > do not want to use to DISTRO_FEATURES_OPTED_OUT.
> >
> > - DISTRO_FEATURES_DEFAULT is now unused, the new variable name is
> > slighlty different to ensure that it is not accidentally used if a
> > layer hasn't been modified to adapt to the new naming.
> >
> > - If you previously set DISTRO_FEATURES_BACKFILL_CONSIDERED, use the new
> > variable DISTRO_FEATURES_OPTED_OUT instead.
> >
> > - If you previously modified DISTRO_FEATURES_BACKFILL, don't do that.
> >
> > Signed-off-by: Paul Barker <paul@pbarker.dev>
> > ---
>
> Hi Paul,
>
> I believe this is failing in some cases:
>
> ERROR: libtasn1-4.21.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-64-v3-poky-linux/libtasn1/4.21.0/temp/run.do_compile.3668072' failed with exit code 1
> ...
> > gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\--path"; \
> > if test "$?" = "0"; then \
> > mkhtml_options="$mkhtml_options --path=\"/srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-64-v3-poky-linux/libtasn1/4.21.0/build/../sources/libtasn1-4.21.0/doc/reference\""; \
> > fi; \
> > cd html && gtkdoc-mkhtml $mkhtml_options libtasn1 ../libtasn1-docs.xml
> > warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
> > compilation error: file /srv/pokybuild/yocto-worker/qemux86-world-alt/build/build/tmp/work/x86-64-v3-poky-linux/libtasn1/4.21.0/recipe-sysroot-native/usr/share/gtk-doc/data/gtk-doc.xsl line 11 element import
> > xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/3345
>
> Can you have a look at the issue?
Hi Mathieu,
Thanks for the heads up.
I saw some issues in an oe-selftest run after sending the patches, I
have a fix for that. I'll run a qemux86-world-alt build to confirm I've
also fixed the errors you saw.
Best regards,
--
Paul Barker
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
next prev parent reply other threads:[~2026-04-01 15:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 19:29 [PATCH v2 0/4] Support opt-out of any default machine and distro features Paul Barker
2026-03-31 19:29 ` [PATCH v2 1/4] oelib: utils: Support filtering default features Paul Barker
2026-03-31 19:29 ` [PATCH v2 2/4] meta: Support opting out of any distro features Paul Barker
2026-04-01 14:40 ` [OE-core] " Mathieu Dubois-Briand
2026-04-01 15:00 ` Paul Barker [this message]
2026-03-31 19:29 ` [PATCH v2 3/4] meta: Support opting out of any machine features Paul Barker
2026-03-31 19:29 ` [PATCH v2 4/4] lib: oe: Drop backfill support Paul Barker
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=bce752cba2de4c73f578c9e4cc82c64b1f5cd4e0.camel@pbarker.dev \
--to=paul@pbarker.dev \
--cc=mathieu.dubois-briand@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox