From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6558749580291211264 X-Received: by 2002:a1c:3f44:: with SMTP id m65-v6mr485194wma.16.1527081174926; Wed, 23 May 2018 06:12:54 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:f512:: with SMTP id t18-v6ls2870785wmh.10.gmail; Wed, 23 May 2018 06:12:54 -0700 (PDT) X-Google-Smtp-Source: AB8JxZru3GEEjNK1PshKfQSFXzcMc9tQUG2n1NAPvqFMS4UEwepCzSen031eVXc3dQdk/F6+7cEd X-Received: by 2002:a1c:ca04:: with SMTP id a4-v6mr553775wmg.21.1527081174426; Wed, 23 May 2018 06:12:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527081174; cv=none; d=google.com; s=arc-20160816; b=X1zvAiGo7NfkuzX/dtzI6yVwCDi458HSBgwnGqjYhAUZlUdufV1poMAIYgolRQrW2w nL9oKIOcgtd6O+UwzorNesH6nspC0Fq5C3LRQ2drGwoTNd/G1ZvQKqa+mFZx5M3dbB4G G5kPteiCARDPWlYATF7GzcpydwbeRQmHm0XgFHr7zWW4lpjRBjJvD9jAtITmTZcscUW3 4Ay1alJv5TBIJ12QleY+OH4uVkYGBfpZR1G4oEQPntplnNLH13/BpBeECooR3jagXxgs PJ01b844DNhqzI0RMzrHuI+rYEdirFv3pqUsUSfhMN+rxnFrxbB6hdMYV6q63Dqzck8m lt+g== 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=3ITTdEJdzlyDH3fRL47RdWESdCrPXmk0bRHhKkfP+aw=; b=FdvgI7GaPH5sYsLDqfyQFsM8g1okHf5Mtflv3rzdD9CdOtxW6Ox0BQVhg856Y+Y2aA staA7lxuPtJm7t+yhaSTgJpiogaYjpjEyez2xAX9vX1Gfng0TF/EVBBfkKxxzcaMmoSb GaswfkPWDQrhbbR3qehdHS86sOEJ+OmwIzjKRQivd6AdL6ZlhxbtkO26sw8xiqJgobHG nNnLanJVeuG/dQ9svvoFMS5IG6bUYoEtctwGEi+4mGqn2zgfxReprYqKy86xqWNM4Km3 Hy2EC+/xq7CGtfEEzclo3hLt5E2K9zCKsi7DMRvtzyPXeY80z2E/x1Ls6zx0moHqlxpq 2pzA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id y17-v6si605982wrb.2.2018.05.23.06.12.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 May 2018 06:12:54 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w4NDCrJa017031 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 23 May 2018 15:12:53 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.69]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id w4NDCrOq024625; Wed, 23 May 2018 15:12:53 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 0/3] One-shot configuration packages Date: Wed, 23 May 2018 15:12:45 +0200 Message-Id: <20180523131248.31907-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.17.0 X-TUID: Yt1lunJtKJYd From: Claudius Heine Hi, here is the rebased patchset that removes the issue with the global localepurge configuration as well. Claudius Changes from v1: - rebased to current next - removed locale.nopurge setup in isar-bootstrap 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 | 9 ------ .../images/files/raspbian-configscript.sh | 8 ----- .../recipes-core/images/isar-image-base.bb | 6 ++-- meta/classes/isar-bootstrap-helper.bbclass | 23 +++++++++++--- .../isar-bootstrap/files/locale.nopurge | 10 ------- .../isar-bootstrap/isar-bootstrap.bb | 4 +-- .../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 ++++++++++++ 10 files changed, 85 insertions(+), 37 deletions(-) delete mode 100644 meta/recipes-core/isar-bootstrap/files/locale.nopurge 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 -- 2.17.0