Skip to content

Commit 86cc36b

Browse files
committed
include/oel: Remove default locale configuration to avoid QA issues
The default locale and language settings were causing QA errors during package validation due to implicit runtime dependencies not being properly satisfied. By removing these defaults, the build avoids generating unnecessary locale packages and prevents related dependency inconsistencies. This change improves overall build stability and ensures QA checks pass without introducing additional dependencies. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
1 parent 3d6453f commit 86cc36b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

conf/distro/include/oel.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ UBI_VOLNAME ?= "rootfs"
165165
# space will be needed and fails badly as the fs size grows.
166166
IMAGE_ROOTFS_EXTRA_SPACE = "40960"
167167

168-
# Sane default locales for images
169-
GLIBC_GENERATE_LOCALES ?= "en_US en_US.UTF-8"
170-
IMAGE_LINGUAS ?= "en-us"
171-
172168
# Include nss-myhostname for sysvinit, so the hostname resolves. systemd
173169
# includes myhostname itself.
174170
DISTRO_EXTRA_RRECOMMENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'nss-myhostname', d)}"

0 commit comments

Comments
 (0)