poky-tiny: Drop obsolete/broken comment

The comment is obsolete and contains old override syntax, drop it.

(From meta-yocto rev: f6aee8290359404d9d782313ffb213b5f6c28a55)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-03-29 15:35:17 +00:00
parent 6a79d6f9eb
commit 382bf579ad

View File

@ -38,9 +38,6 @@ TCLIBC = "musl"
FULL_OPTIMIZATION = "-Os"
# FIXME: consider adding a new "tiny" feature
#DISTRO_FEATURES_append = " tiny"
# Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"