summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-05 07:03:22 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-10 10:32:43 -0500
commit0c434cce9e71425e429334ce70d679c4d6f84630 (patch)
tree56607cd6a1fe0cdc2053739a64b17f1db536828d /meta-phosphor
parent834d86caaa21c20f5c3e155a1830fd2f843db98c (diff)
downloadtalos-openbmc-0c434cce9e71425e429334ce70d679c4d6f84630.tar.gz
talos-openbmc-0c434cce9e71425e429334ce70d679c4d6f84630.zip
obmc-phosphor-image: Don't install any locales
Don't install any locales in an obmc-phosphor-image. The defaults probably meet most requirements at present and this saves ~128K with an xz compressed squashfs. Remove locale setting from distro configuration. The defaults are fine and this also allows the user to override. (From meta-phosphor rev: c2207adeb8ecfa1add3868eafc1f0d94d2e503d7) Change-Id: I2bd5eb4225cfd8f0024b14afc415c0c1bd166484 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 8be3b7442..9cb9f861e 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -78,8 +78,6 @@ DISTRO_NAME = "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
DISTRO_VERSION = "0.1.0"
TARGET_VENDOR="-openbmc"
-IMAGE_LINGUAS = "en-us"
-
VIRTUAL-RUNTIME_keymaps = ""
# Phosphor OpenBMC uses systemd and udev
diff --git a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb
index 8e481a1bd..c13a13237 100644
--- a/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb
+++ b/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb
@@ -1,3 +1,5 @@
DESCRIPTION = "Image with Phosphor, an OpenBMC framework."
+IMAGE_LINGUAS = ""
+
inherit obmc-phosphor-image
OpenPOWER on IntegriCloud