summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index f65d2dabf3..728d161d59 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -122,3 +122,7 @@ SKIP_RECIPE[core-image-weston] = "not buildable with poky-tiny"
122 122
123# Disable python usage in opkg-utils since it won't build with tiny config 123# Disable python usage in opkg-utils since it won't build with tiny config
124PACKAGECONFIG:remove:pn-opkg-utils = "python" 124PACKAGECONFIG:remove:pn-opkg-utils = "python"
125
126# If shadow-base is brought into the image, logins will fail because it
127# doesn't have the heuristics to work when CONFIG_MULTIUSER is unset.
128PACKAGE_EXCLUDE:poky-tiny = "shadow-base"