summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-05-07 15:50:05 -0300
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-05-14 18:01:40 -0300
commitd5f4edc746d21831369d5947fc3dff0346e84684 (patch)
treee2366a3a3157c7a086d89e37db1f6d40ca073d2b
parent6d66116c4221cc7a592dc12e242cc410c94284ef (diff)
distro/lmp: set IMAGE_LINGUAS to en-us by default
Support only one IMAGE_LINGUAS by default, to avoid extra packages being installed in the base images (the user can overwrite the variable via conf/local.conf if a different language package set is desired). Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-rw-r--r--conf/distro/lmp.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/lmp.conf b/conf/distro/lmp.conf
index 2b35549..133d1fd 100644
--- a/conf/distro/lmp.conf
+++ b/conf/distro/lmp.conf
@@ -4,6 +4,8 @@ require conf/distro/sota.conf.inc
DISTRO = "lmp"
DISTRO_NAME = "Linux-microPlatform"
+IMAGE_LINGUAS ?= "en-us"
+
# SOTA
OSTREE_OSNAME = "lmp"
OSTREE_INITRAMFS_IMAGE = "initramfs-ostree-osf-image"