public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Paul Barker" <paul@pbarker.dev>,
	<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:40:20 +0200	[thread overview]
Message-ID: <DHHW9Z7VY9QK.21JDBWP884LXH@bootlin.com> (raw)
In-Reply-To: <20260331-default-features-v2-2-f73b43d8bd57@pbarker.dev>

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?

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2026-04-01 14:40 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   ` Mathieu Dubois-Briand [this message]
2026-04-01 15:00     ` [OE-core] " Paul Barker
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=DHHW9Z7VY9QK.21JDBWP884LXH@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul@pbarker.dev \
    /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