You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locale should not been coupled to device because device agnostic builds
need a base locale configuration. Move locale to new layer, add to
essential so it's included automatically in the foundation of every build
by default, and add it to the distro base layers so the dependency is
clear and tag the appropriate (renamed) variables as required in the layer
metadata.
A new layer means a new namespace for variables:
IGconf_device_locale1 -> IGconf_locale_default
IGconf_device_keyboard_keymap -> IGconf_locale_keyboard_keymap
IGconf_device_keyboard_layout -> IGconf_locale_keyboard_layout
IGconf_device_timezone -> IGconf_locale_timezone
Update distro base layers to reference the new variables when seeding
the debconf database.
Also:
Fix debconf timezone seeding
Fix debconf locales_to_be_generated seeding
Set a safe (prebuilt) locale to avoid warnings until locales are
generated on-device.
Bump applicable layer versions
0 commit comments