summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-poky/conf/distro/poky-tiny.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 9c9f6f192f..2fe0d478ff 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -63,6 +63,8 @@ ENABLE_WIDEC:class-native = "true"
63# Drop native language support. This removes the 63# Drop native language support. This removes the
64# eglibc->bash->gettext->libc-posix-clang-wchar dependency. 64# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
65USE_NLS="no" 65USE_NLS="no"
66# As we don't have native language support, don't install locales into images
67IMAGE_LINGUAS = ""
66 68
67# Comment out any of the lines below to disable them in the build 69# Comment out any of the lines below to disable them in the build
68# DISTRO_FEATURES options: 70# DISTRO_FEATURES options: