From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6558749580291211264 X-Received: by 2002:a2e:2419:: with SMTP id k25-v6mr884402ljk.40.1527596071199; Tue, 29 May 2018 05:14:31 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:2f03:: with SMTP id v3-v6ls3747068ljv.2.gmail; Tue, 29 May 2018 05:14:30 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJBaW1IYrkpFDpvjJt7zsXwIec0DkAeRMkiJkXC+OyvmtHPe4UDU4tZfArph6X+O1L8Ietp X-Received: by 2002:a2e:980a:: with SMTP id a10-v6mr907057ljj.26.1527596070778; Tue, 29 May 2018 05:14:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527596070; cv=none; d=google.com; s=arc-20160816; b=dohHnJHkcxvj3XRNo1VGvBUTrh9AMHlGCamIbOHUPzfRAbCjf/u1/dOSaWBDUg1YiS kU47kyKfvcYba8g4vzBT5tvMMBPo4o0pcwA6RYUYkYG6DkYgO6BJuigisZ0RVZgyulvA oSqXgurPetl65BKyfhotVP8euhUU3S84Y4XdLwgAw8wei5siNkZjeP9A29SuJJu0PXR6 hQAHuxlYkZ/pI8d2//DJ7iD761aZw/PWetaSLBKbbGiCKlzxaXlBs7UaZHJQXKALVRk4 5KGfBlmeMa9cN/i4g/kV4I1J/pZNkAvxW3KdGwWS7lsno4rymVZSBdcU2OYXn1F1ytJg +dkA== 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=qB29YTgYKoaqltQGYz92OiPe1C+32PqC08tlxLdBzzQ=; b=iwpnAdgsZiknUvGeYddgmFECKEb2suP8ZUcF9gBG4cMwbSw7tCCUO0wHaovuFJ/W7h vSAcb51rBn0j5D/cvoaRue1kmRFuYaAbtKGDz+Ep4MtGh3o/4ddvCHM25HDmC4cVoIAc rC/bihrJRPwsgm9U/YlzedkSDVCYHokd2FzrwychkbiPWGrk8aQFusNwxorlDLkz6fHz 8P1LjYcExo5Cb9Fv4O4evppr2XLEWjk12gxVpfdyIM2kKoK6Vttx3Bv5jH50uIMuRI6i w1+zXq5I2JOCLDxb2U0WlpB9b9/teag4bEQMo3rZOkyFBwHGve5PpSM4nIcKyQOekLr0 aTNw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id z203-v6si49178lff.3.2018.05.29.05.14.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 May 2018 05:14:30 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id w4TCETk7030786 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 29 May 2018 14:14:29 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.69]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w4TCET90025126; Tue, 29 May 2018 14:14:29 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v5 0/4] One-shot configuration packages Date: Tue, 29 May 2018 14:14:21 +0200 Message-Id: <20180529121425.8783-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.17.0 X-TUID: khsVQroRnrYt From: Claudius Heine Hi, here is the new version of this patchset. I renamed the variable and added some documentation. Hopefully this is now less confusing. Thanks, Claudius Changes from v4: - added documentation - renamed `IMAGE_CFG_PACKAGE` to `IMAGE_TRANSIENT_PACKAGES` Changes from v3: - Purge one-shot packages in reverse order Changes from v2: - Install one-shot package with a loop - Rename '-y' apt parameter to '--yes' - Move isar-cfg-localepurge files from /usr/local/etc to /usr/lib/ Changes from v1: - rebased to current next - removed locale.nopurge setup in isar-bootstrap Claudius Heine (4): isar-bootstrap|configscript: implement one transient packages meta/isar-cfg-localepurge: added locale purge recipe meta-isar/isar-image-base: switch use isar-cfg-localepurge doc: added description of `IMAGE_TRANSIENT_PACKAGES` doc/user_manual.md | 16 ++++++++++ .../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 | 32 ++++++++++++++++--- .../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 +++++++++++ 11 files changed, 110 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