From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6555830666749018112 X-Received: by 2002:a1c:47d8:: with SMTP id m85-v6mr1496063wmi.28.1526398273128; Tue, 15 May 2018 08:31:13 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:ab57:: with SMTP id r23-v6ls147709wrc.3.gmail; Tue, 15 May 2018 08:31:12 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqOErbwM1GC+c4MMcieACY6RUIyKQ73f8+MqGef72p/uU8S7CWIDWnj9Yc9X/tXhaRf2OAq X-Received: by 2002:adf:d0c2:: with SMTP id z2-v6mr1203863wrh.17.1526398272640; Tue, 15 May 2018 08:31:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526398272; cv=none; d=google.com; s=arc-20160816; b=CjT2W5Aps8FrsSmbZD4s+iex7jlIFMMlIe6a3FMrxoHcHNMF/jskN4a8qQwwTGg5Lr dEbGkLdcQP0hAmGlj3gCNuFG5xhEF5jPRZU7vsR1HoPux6QINGAR1O4sRDOv14dhp91z LRoKovPcV2udKl2F+Q2toO7Ww1IsFgjLm2fBb1SS9fOrfG6Cve2LRPFC+ak+VaHv1eSt H/20yIT+Du7EHSomsQebplh3et3aXPyw+vNuupxBpW5jlKHM8GI114cki4PWEOjqp/E+ rcDeLnpvjc0F47DPfuMlRbZGR9sVe8xrtS9+IZcFgKIcpj15ul2tQrtJw8152chFAov6 f2hA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=V/fua/qRlajyI5Ok91JwJoBhFPI9k3Vw1ORZfBHQKVI=; b=mFDxqM8dHWVyQ5Chc0DNjS/ysRwMC0uyA7tlpWHtTwm9uTSWOpm3mzAFlCtfZ1g7iZ vN1C8TR9E9qKMlz+S5u876F2pnFBJ+RWdcdMJGVLoudAICmRxVwmXFem83CuWZnZ3oiw GDKWrI5L/FRpah7j5Yezy038TjPHMIZmSc68sg93xwc32kB03pKbnP4zo2ZRwY/VMW2t h9+q0MOC/ndD0Va/l8fzhRNVRqnNARKfqRh7gOGuqoNDgyDueKLtebsQLpDf7V06t6NG c9utzkS+B+mExwfGOwpJCHEW5IcRbGClzsdeFHD2zP5nZx/ejLcJtPx3/BQXijjR8gts XPtw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id y144-v6si397520wmd.3.2018.05.15.08.31.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 May 2018 08:31:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from localhost.localdomain ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w4FFUxU4014991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 15 May 2018 17:31:04 +0200 From: Alexander Smirnov To: isar-users@googlegroups.com Cc: Alexander Smirnov Subject: [PATCH 0/2] Last fixes for locales Date: Tue, 15 May 2018 18:30:50 +0300 Message-Id: <20180515153052.4946-1-asmirnov@ilbers.de> X-Mailer: git-send-email 2.9.5 X-TUID: FbBc4PniryVi 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