From: Paul Barker <paul@pbarker.dev>
To: poky@lists.yoctoproject.org
Cc: Paul Barker <paul@pbarker.dev>
Subject: [PATCH 4/4] poky-tiny: Simplify distro features
Date: Fri, 03 Apr 2026 10:12:05 +0100 [thread overview]
Message-ID: <20260403-default-features-2-v1-4-6e12ee3fbe44@pbarker.dev> (raw)
In-Reply-To: <20260403-default-features-2-v1-0-6e12ee3fbe44@pbarker.dev>
We can just set DISTRO_FEATURES directly for poky-tiny, it's easy for
users to append to this as needed.
This change also removes "\${DISTRO_FEATURES_USBGADGET}" and
"\${DISTRO_FEATURES_WIFI}" from the distro features, which were present
accidentally as those variables were unset.
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
meta-poky/conf/distro/poky-tiny.conf | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index be28940dd90e..0d8b570ede46 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -60,21 +60,10 @@ USE_NLS = "no"
# As we don't have native language support, don't install locales into images
IMAGE_LINGUAS = ""
-# Comment out any of the lines below to disable them in the build
-# DISTRO_FEATURES options:
-# alsa bluetooth ext2 pcmcia usbgadget usbhost wifi nfs zeroconf pci
-DISTRO_FEATURES_TINY = "pci ldconfig ptest multiarch"
-DISTRO_FEATURES_NET = "ipv4 ipv6"
-DISTRO_FEATURES_USB = "usbhost"
-#DISTRO_FEATURES_USBGADGET = "usbgadget"
-#DISTRO_FEATURES_WIFI = "wifi"
-
DISTRO_FEATURES_OPTED_OUT = "*"
-DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
- ${DISTRO_FEATURES_NET} \
- ${DISTRO_FEATURES_USB} \
- ${DISTRO_FEATURES_USBGADGET} \
- ${DISTRO_FEATURES_WIFI} \
+DISTRO_FEATURES = "pci ldconfig ptest multiarch \
+ ipv4 ipv6 \
+ usbhost \
"
DISTRO_FEATURES:class-native = "${POKY_DEFAULT_DISTRO_FEATURES}"
--
2.43.0
prev parent reply other threads:[~2026-04-03 9:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 9:12 [PATCH 0/4] Adapt poky & poky-tiny for default distro features changes Paul Barker
2026-04-03 9:12 ` [PATCH 1/4] poky: Drop use of DISTRO_FEATURES_DEFAULT Paul Barker
2026-04-03 9:12 ` [PATCH 2/4] poky-tiny: " Paul Barker
2026-04-03 9:12 ` [PATCH 3/4] poky-tiny: Opt out of all default distro features Paul Barker
2026-04-03 9:12 ` Paul Barker [this message]
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=20260403-default-features-2-v1-4-6e12ee3fbe44@pbarker.dev \
--to=paul@pbarker.dev \
--cc=poky@lists.yoctoproject.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