From 0c434cce9e71425e429334ce70d679c4d6f84630 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 5 Dec 2018 07:03:22 -0500 Subject: 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 --- meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-phosphor/recipes-phosphor/images') 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 -- cgit v1.2.1