From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6715352290238136320 X-Received: by 2002:adf:f884:: with SMTP id u4mr75386340wrp.264.1563883439585; Tue, 23 Jul 2019 05:03:59 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:f78b:: with SMTP id q11ls3613166wrp.10.gmail; Tue, 23 Jul 2019 05:03:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqy0fOzfbw3v2J+MAudooZMTPdsGUoN72azsN16voGj0tGr/tYljTaU8M1PjhWgC6MjpXQ0z X-Received: by 2002:adf:aac8:: with SMTP id i8mr6540131wrc.56.1563883438747; Tue, 23 Jul 2019 05:03:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563883438; cv=none; d=google.com; s=arc-20160816; b=Lmh9Uv1Vie+0ZsIuftMxeBec09UIPK0VHoTxhNbvcYeZbxR3TqXLbJYu6bSj6Quqbm FfcR67ACfgamIXA4X36x+HvYfcuelQbUdWGX75722SbR4MDiFCm93RA1+aGyoETOY8G+ 8D1e592qkMNSJC+5s52oN37eb5PWnjg9ULwW9siJDiZibm3bglfuyWxo/5sZLQo0BXgf VmgYiLIsQIDY5C8O/Dxdw0InhGrW/E1PVraTZs/cb8zZhrjnvq0/V6B+Fe2gvzdo3T6Y B3y3TF0AvCTVl4wmc0+wmAOYlanYq6J+ZuIovpcWVr+1GXqjaiLi76S76FjgCX7l/IrV 2RGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=zrsoKdm4SRCn6rBt+ryyJkHa+1R3ybVJdOtY88YdRUA=; b=yUqQnJ/L6Y++GJaTSmaZeWBuHctIVoLC8HcbSYsxapl2I8gkP1HOM8jUAsp52rYF7g hytv0NllQ36pvvIn26W2ZtHj8HIbZFtZuYJ4eoETTxejU3CMA4V3HXJNZ4fkaWpOiDNF 41434I1fV54fdkxgMdf5bnH581yZXbgz6uDZHzCG9hMsM/gQxuYaK/jHCrocYnhtPVEt UCyNPPHFy0GwcmSBTXzEiIJlSVYM7yagLEpMMRfToqF+0Oxqc9ER3F7Oh7kEWtmRr05w yPKfkJYUlgdF0Lu0Yomv2+9YLptXB028TxYDKgsI0dodzOis3eRm44W7V6h7/zZt2uf2 OLhA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id b15si1425379wmg.1.2019.07.23.05.03.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jul 2019 05:03:58 -0700 (PDT) Received-SPF: pass (google.com: domain of quirin.gylstorff@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 quirin.gylstorff@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=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 x6NC3wFE000735 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 23 Jul 2019 14:03:58 +0200 Received: from debian.ad001.siemens.net ([139.25.68.238]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x6NC3w2A013523; Tue, 23 Jul 2019 14:03:58 +0200 From: Quirin Gylstorff To: isar-user@googlegroups.com, isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 0/3] Add skeleton dir option Date: Tue, 23 Jul 2019 14:03:43 +0200 Message-Id: <20190723120347.10328-1-quirin.gylstorff@siemens.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <0eb0e7c4-9a8d-7b5e-cd61-770de934cd43@siemens.com> References: <0eb0e7c4-9a8d-7b5e-cd61-770de934cd43@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: N4L2vmD3JTj1 This patch series allows users to be generated from a skeleton directory other than /etc/skel/. To fasilitate the modification of skeleton directories move the user generation to postprocessing phase from the configuration phase. Changes from v1 after comments from Hennig Schild: - integrated examples to isar-image-base - removed debian dependencies from example-user-skel Quirin Gylstorff (3): image-account-extension: Add skeleton dir option meta-isar: Add example for user settings image-account-extension:Move configure_accounts to postprocess .../example-user-skel_0.1.bb | 20 ++++++++++++ .../recipes-core/images/isar-image-user.bb | 31 +++++++++++++++++++ meta/classes/image-account-extension.bbclass | 15 ++++++--- 3 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 meta-isar/recipes-app/example-user-skel/example-user-skel_0.1.bb create mode 100644 meta-isar/recipes-core/images/isar-image-user.bb -- 2.20.1