diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 20c13e6f60..d3c0a781e4 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -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"