summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf3
1 files changed, 0 insertions, 3 deletions
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"
38 38
39FULL_OPTIMIZATION = "-Os" 39FULL_OPTIMIZATION = "-Os"
40 40
41# FIXME: consider adding a new "tiny" feature
42#DISTRO_FEATURES_append = " tiny"
43
44# Distro config is evaluated after the machine config, so we have to explicitly 41# Distro config is evaluated after the machine config, so we have to explicitly
45# set the kernel provider to override a machine config. 42# set the kernel provider to override a machine config.
46PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" 43PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"