From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6558749580291211264 X-Received: by 2002:a50:9959:: with SMTP id l25-v6mr1923680edb.4.1527080182001; Wed, 23 May 2018 05:56:22 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:c9c2:: with SMTP id c2-v6ls10778775edi.4.gmail; Wed, 23 May 2018 05:56:21 -0700 (PDT) X-Google-Smtp-Source: AB8JxZptwczyWGj9eSkPKI/Wzf5i+2hcDUr98mnwx2hH9frRjX3CUDaeZR/JBmhoIfBUl+LdY4B0 X-Received: by 2002:a50:a8e3:: with SMTP id k90-v6mr347670edc.10.1527080181541; Wed, 23 May 2018 05:56:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527080181; cv=none; d=google.com; s=arc-20160816; b=Qfx7TTkMCqbEUrXn7+oV4lSW0QQ3TUuCMoLiJ+gWqtVGNHGLr+2DRhsaoFVsSJDiGo NpLy01Ar1+epcBTGQXU0eNjQCH2aeBnUrasj1fIP9m3Yt3aY9t5Dq2K+cmEIu3xpbefK y74oLwfNGGTQ53EUomenuTWfrYkFL2aPyzTS/UCrevEV+P1aUgctV4KyXPF0ktooPVCL oId48AlQfGghu5JCuMgOUeVJk+XzZQBZdItv+GYPEf4GR3lbsCLcoJSWZaOPe6NW/p2F 09u8UJ2oIhq2RnedxV1CpqgoileVudU2SLxMVCGf6EQxE9gx5oOO7Wq1mkYgHzDTe0Rl wEsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:references:cc:to:from:subject :arc-authentication-results; bh=88efexuX0JDpFxHaZw36T6XHsEeo/2UEX2d1S9G19cE=; b=YNZCr9WftbjpebIDSFuIQ891D8zfMTINDzfuRq4bBdu4VPMpQTsP4gX+EVgMmXcxRu pY8Zly66CdZPUBeO08k+QzDNAm2UsQbEH07lmmaewitSspEOJC/IOK1l4rRwfE8myMEB kE8/7Ob8EU7Tm0gth5Hmp19mrnQD7ZvRfWklT4YQepNiFjRCrvfjg1YMeW/HQhDHJGRu EqeuG5EU0PrSpw4zusyopdZNZDpbhLiYnVyGq6bBMQKuspZeahJrI9Cw2dMmqVMPSjAy q5y2BPz5iRxz79xJpsmRNvWP4KNQqzIyIOTtXkDf9cGDT1lPmsxyVkwFKLzBmeo7yARh lALQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id z11-v6si614746edh.4.2018.05.23.05.56.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 May 2018 05:56:21 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id w4NCuKUa008073 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 23 May 2018 14:56:20 +0200 Received: from [139.25.69.69] (linux-ses-ext02.ppmd.siemens.net [139.25.69.69]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w4NCuKF3019917; Wed, 23 May 2018 14:56:20 +0200 Subject: Re: [PATCH 0/3] One-shot configuration packages From: Claudius Heine To: isar-users@googlegroups.com Cc: Claudius Heine References: <20180523121800.30900-1-claudius.heine.ext@siemens.com> Message-ID: Date: Wed, 23 May 2018 14:56:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180523121800.30900-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 4TE/rYABk46O Hi. I apparently need to do a v2 for this, since Alex 'Last fixes for locales' patchset was on the fast lane and has gone to next and simultaneously to master without any time to review it. Claudius On 2018-05-23 14:17, [ext] claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Hi, > > here is my implementation of one-shot packages. > > I also implemented a packages that does the localepurge step. > > Claudius > > Claudius Heine (3): > isar-bootstrap|configscript: implement one shot config option > meta/isar-cfg-localepurge: added locale purge recipe > meta-isar/isar-image-base: switch use isar-cfg-localepurge > > .../images/files/debian-configscript.sh | 31 ------------------- > .../images/files/raspbian-configscript.sh | 30 ------------------ > .../recipes-core/images/isar-image-base.bb | 6 ++-- > meta/classes/isar-bootstrap-helper.bbclass | 23 +++++++++++--- > .../isar-cfg-localepurge/files/locale.debconf | 12 +++++++ > .../isar-cfg-localepurge/files/locale.gen | 1 + > .../isar-cfg-localepurge/files/postinst | 30 ++++++++++++++++++ > .../isar-cfg-localepurge.bb | 19 ++++++++++++ > 8 files changed, 84 insertions(+), 68 deletions(-) > create mode 100644 meta/recipes-support/isar-cfg-localepurge/files/locale.debconf > create mode 100644 meta/recipes-support/isar-cfg-localepurge/files/locale.gen > create mode 100644 meta/recipes-support/isar-cfg-localepurge/files/postinst > create mode 100644 meta/recipes-support/isar-cfg-localepurge/isar-cfg-localepurge.bb > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de