From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6715352290238136320 X-Received: by 2002:a1c:d108:: with SMTP id i8mr72254644wmg.28.1563883584686; Tue, 23 Jul 2019 05:06:24 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:9321:: with SMTP id 30ls12763663wro.1.gmail; Tue, 23 Jul 2019 05:06:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqzaNsINjbDH1qQMLAXJx8eAvA0I+UAhswIZzA4CohXvY1btJlEqtTWXXovH+lzVMu0Bjb+d X-Received: by 2002:adf:e552:: with SMTP id z18mr83301566wrm.45.1563883584307; Tue, 23 Jul 2019 05:06:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563883584; cv=none; d=google.com; s=arc-20160816; b=Xq27Dqe6FLaSqUXUKBM2R8uYlM7sErGcV+7mElXq7l4vVK/JlAU+XLZGcUanV1IFfG Vvc+vZcWUguZBSn390rZXF4zjpJessSx34bJsRGTSciXQf3MOKJQUIPwIeKMgFEUUi5y NotAbEIRp/dGC1qDEWw0YHufas+T63+xPCZ0QVT8jv1oVQAq9FXNdSMXM7Lyht6y78bI zEE2oWxlguTVnWnzHk95LHuvOILsJQ8xrsxnJtugPyLxsiB3BZlUoSDDnafZqLcz2kMK WDAOeFAXdCvBnsR/0qib0EjmV46IEW9U+ByYnk2YVqE/bll634+RZVFmtoEkjnfZR/hW RPcA== 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=tyKEarMvcmAlojZyn1zc0/YEM6UP5vs8r41riI0m6UHePCmMIFOPlH/3AOPUDqORDd 8JXQ/GSPZ+8lqitYEun0SWi55uPp/QhFnQXSjlZ2TK3pjtGdi6VldRH/20OSftH9F/cK 45hXxv47+2X3bJXudp9gM2F/gGvgaCFI6LlRQlqz/ZYYAS6doMqZKhb+lKTr/MHwnQXI cxlITqKEm67PWCMyBrVLT9spbmadR/QEXkjNWVMTe5GNQ5r5e/9Vq/1ovpQF8hUdD4o6 X5/iwMsz8RAiAmSlGi9iPcdutxmydK1norVbB1CwJ5y983LoZNlwuFXHfp9IXk7/u0J9 n+CQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 194.138.37.40 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 gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id f13si2361833wmc.3.2019.07.23.05.06.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jul 2019 05:06:24 -0700 (PDT) Received-SPF: pass (google.com: domain of quirin.gylstorff@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 quirin.gylstorff@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=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 x6NC6OFV031459 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 23 Jul 2019 14:06:24 +0200 Received: from debian.ad001.siemens.net ([139.25.68.238]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x6NC6NdY017550; Tue, 23 Jul 2019 14:06:23 +0200 From: Quirin Gylstorff To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 0/3] Add skeleton dir option Date: Tue, 23 Jul 2019 14:06:09 +0200 Message-Id: <20190723120613.10503-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: WPRL8ViytE1J 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