summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky-tiny.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 411347a650..6fa4c903ae 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -55,6 +55,11 @@ ENABLE_WIDEC="false"
55# eglibc->bash->gettext->libc-posix-clang-wchar dependency. 55# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
56USE_NLS="no" 56USE_NLS="no"
57 57
58# -dev packages require pkgconfig, but it pulls in glib->dbus->shadow
59# which breaks with tiny's minimal libc.
60# -dev packages are not currently supported on poky-tiny.
61ASSUME_PROVIDED += "pkgconfig$"
62
58# Reconfigure eglibc for a smaller installation 63# Reconfigure eglibc for a smaller installation
59# Comment out any of the lines below to disable them in the build 64# Comment out any of the lines below to disable them in the build
60DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" 65DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"