public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Last fixes for locales
@ 2018-05-15 15:30 Alexander Smirnov
  2018-05-15 15:30 ` [PATCH 1/2] isar-bootsrtap: Setup locale Alexander Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexander Smirnov @ 2018-05-15 15:30 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Hi all,

for today there are two locale problems in Isar:

1. During application's build the following is in log:

  /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 

2. Log for isar-bootstrap contains messages like:

  perl: warning: Please check that your locale settings: 
      LANGUAGE = (unset), 
      LC_ALL = (unset), 
      LANG = "en_IN.ISO8859-1" 

This series does the following:
1. Moves locale settings from configscripts to isar-bootstrap.
2. Generate en_US.UTF-8 locale as the default one.

Now I haven't observed any locale-related messages.

Alex


Alexander Smirnov (2):
  isar-bootsrtap: Setup locale
  isar-bootstrap: Generate en_US.UTF-8 locale

 .../images/files/debian-configscript.sh            | 22 --------------------
 .../images/files/raspbian-configscript.sh          | 22 --------------------
 meta/recipes-core/isar-bootstrap/files/locale      |  4 ++++
 .../isar-bootstrap/files/locale.nopurge            | 10 +++++++++
 meta/recipes-core/isar-bootstrap/isar-bootstrap.bb | 16 +++++++++++++--
 .../buildchroot/files/configscript.sh              | 24 +---------------------
 6 files changed, 29 insertions(+), 69 deletions(-)
 create mode 100644 meta/recipes-core/isar-bootstrap/files/locale
 create mode 100644 meta/recipes-core/isar-bootstrap/files/locale.nopurge

-- 
2.1.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-23 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-15 15:30 [PATCH 0/2] Last fixes for locales Alexander Smirnov
2018-05-15 15:30 ` [PATCH 1/2] isar-bootsrtap: Setup locale Alexander Smirnov
2018-05-22  8:04   ` Claudius Heine
2018-05-15 15:30 ` [PATCH 2/2] isar-bootstrap: Generate en_US.UTF-8 locale Alexander Smirnov
2018-05-23 13:18 ` [PATCH 0/2] Last fixes for locales Claudius Heine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox