diff mbox series

poky-tiny.conf: Remove the usbhost distro feature

Message ID 20260407210320.697546-1-pkj@axis.com (mailing list archive)
State New
Headers show
Series poky-tiny.conf: Remove the usbhost distro feature | expand

Commit Message

Peter Kjellerstedt April 7, 2026, 9:03 p.m. UTC
It has been removed from OE-Core (see commit
a791ca692d08eae1953b6e699562fb0c9e27df7a in openembedded-core).

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-poky/conf/distro/poky-tiny.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 0d8b570..c0c5fe7 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -63,7 +63,6 @@  IMAGE_LINGUAS = ""
 DISTRO_FEATURES_OPTED_OUT = "*"
 DISTRO_FEATURES = "pci ldconfig ptest multiarch \
                    ipv4 ipv6 \
-                   usbhost \
                   "
 
 DISTRO_FEATURES:class-native = "${POKY_DEFAULT_DISTRO_FEATURES}"