summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-01-04 18:52:36 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-01-04 23:37:39 +0300
commit5ab1c50221c3a7e83b7b98c67772f6bf43e31e19 (patch)
treeb164d09696f6f5f19b0bcde2119949055f27f9a3
parent1f3d91dfb302d26e4c213defe0ad548e6cc9faa9 (diff)
downloadopenbmc-5ab1c50221c3a7e83b7b98c67772f6bf43e31e19.tar.xz
meta-facebook: add tmux to all images
Bletchley PE requested we add tmux to the images. In order for tmux to work we also need to generate the en-us locale because tmux requires UTF-8 locale information. Add this to all our images as well (it is disabled in meta-phosphor to save space). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I40b92ea975b64e364003d542d71cb0103df34cfe
-rw-r--r--meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc b/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
index 17cc928ef5..b26611ae15 100644
--- a/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
+++ b/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
@@ -5,8 +5,11 @@ OBMC_IMAGE_EXTRA_INSTALL:append = "\
bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2 libtss2-tcti-device', '', d), \
'', d)} \
curl \
+ tmux \
"
+IMAGE_LINGUAS="en-us"
+
OBMC_IMAGE_EXTRA_INSTALL:append:mf-fb-secondary-emmc = " emmc-init"
include recipes-phosphor/images/fb-${MACHINE}-phosphor-image.inc