]> code.ossystems Code Review - openembedded-core.git/commit
IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation
authorMichael Thalmeier <michael.thalmeier@hale.at>
Mon, 12 Oct 2020 06:41:43 +0000 (08:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Oct 2020 08:41:51 +0000 (09:41 +0100)
commit8d78b819c2ec33fce3a34254fa90864ee5fa7617
treeca60c93b34a802ef80bfe59d35052fcca28a98cf
parentbc96db2e0b5b8a9cc2c909ea70df290e03a50b94
IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation

Under some circumstances it is not desirable to create a combined locale
archive (/usr/lib/locale/locale-archive).
The new variable IMAGE_LOCALES_ARCHIVE defaults to '1', so the default
behaviour is not changed.

Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/lib/oe/package_manager/__init__.py