From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6715352290238136320 X-Received: by 2002:aa7:d68e:: with SMTP id d14mr98265312edr.253.1564435557132; Mon, 29 Jul 2019 14:25:57 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:f4c3:: with SMTP id v3ls14686531edm.11.gmail; Mon, 29 Jul 2019 14:25:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqzBvEWzAw5W8tw8kt6VRxOQjnLRyJKxxMdmlUJ4uX5Fy4eMCvEcxW0C/5Ywxymf3uQufpvv X-Received: by 2002:a50:fb86:: with SMTP id e6mr98288410edq.203.1564435556279; Mon, 29 Jul 2019 14:25:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564435556; cv=none; d=google.com; s=arc-20160816; b=Ip9Ro5lmsXt4WlXJiDE5w6YSeCHXJb8lnDKwlh32N5paucFwxy9DIeF6dyEiA0gP5C Ai/zy3nkSmfgHLGV8ICUXBWe3DgRW/nX4qBW7d9nkVxEdBKwznsmaZH3Df9hwsw578B+ r745NgHNf+/xDRoJxWS7Bmfs08JHoCaONpXYnMihBCpAbc3HBeiyJ9n5NsGuLr3DIjnZ 5mvGFX8QR8/6x7KAWDaNd9B23fx48+iK/tK4vQP0XvMsZm/JxRwUZWupxYyM9SkRFAg/ OhuwTRAmtZwxi39jZVEbBc07o9VOn1IbeOMwwhNJGZ7BDoDD7pxZTJBI0ZPs2OjNhaJ3 XSCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=uE2X9UR4UXtLC08KR0og/zFcxHaZX0tDfoUi75mDc1o=; b=wRI7UYqD0robeCEewxLxHiQRRvLNZANeS+xKG4EV/60FZ8a//g4+B0sNwfwdcfU8Xa ZzqyuN6GKG2DCPSgcMYC3h1Feo1aXUa7uoOagGqgA7mI+sROV0Ifom9xqfym2fXHXKhv t6wPphZTlgQ/o2Gz+eP77xl8WeSxzXaiMdnJzAlZOaZq4AhjW8hEzGsB8huftp4uAOl1 O6cUOXRMAwniSnoKcjC3XFc+aaMItilJhMl45V5LFmzT2HGEYILACoiDz864bYWxEBJR u8Ee0/oxB6sxU+eaGQpHNDq9OOQ74ZPpRLbeWL/jdNb7DgUGrM4O27saHMWMhW8noFUh r7Ww== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id k51si952157edd.0.2019.07.29.14.25.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Jul 2019 14:25:56 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de ([88.74.195.149]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x6TLPs6D011257 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 29 Jul 2019 23:25:55 +0200 Date: Mon, 29 Jul 2019 23:25:49 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH 0/3] Add skeleton dir option Message-ID: <20190729212549.GY14716@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <0eb0e7c4-9a8d-7b5e-cd61-770de934cd43@siemens.com> <20190723120613.10503-1-quirin.gylstorff@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190723120613.10503-1-quirin.gylstorff@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 6Kgt9CuMmb+S Hello Quirin, On Tue, Jul 23, 2019 at 02:06:09PM +0200, Quirin Gylstorff wrote: > 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. The series breaks the creation of a local apt repo cache (see https://github.com/ilbers/isar/blob/master/doc/user_manual.md#creation-of-local-apt-repo-caching-upstream-debian-packages), e.g.: bitbake -c cache_base_repo multiconfig:qemuarm-stretch:isar-image-base \ multiconfig:qemuarm64-stretch:isar-image-base \ multiconfig:qemuamd64-stretch:isar-image-base \ multiconfig:qemuarm-buster:isar-image-base Could you please have a look? With kind regards, Baurzhan.