From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6467810279643152384 X-Received: by 10.25.74.88 with SMTP id x85mr480589lfa.27.1506342781798; Mon, 25 Sep 2017 05:33:01 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.93.193 with SMTP id v62ls2336602lje.7.gmail; Mon, 25 Sep 2017 05:33:01 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDuUP7a9YoP6QG3n4gQvDycW04t6wANYya2c4MfRCYk5FlDJu9sGndBK2WxIxMcjMn5nmPl X-Received: by 10.25.193.142 with SMTP id r136mr548579lff.25.1506342781295; Mon, 25 Sep 2017 05:33:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1506342781; cv=none; d=google.com; s=arc-20160816; b=h7Sff05ebWPLyFy6O0avC3BGgCINNU6+D8RhL3XsZcE/J4YA/CmWL/z1eor4oeIJII rdCkAnltub4FU72gJ4XEi0OGs8pDQ0veT8pTt2FxJRt7h/IcCpcNE9SsShMzgpwuYf4a agDwtmCQHAEVwltu6U9hjg50kpg+W4IfrhkSr0ZRgad3VI/R3gKQLXyD1E9n8NDDFlUM ojKshYjKr6r5GOyMTSPDKG6rtaUNvpHRqUMwkE3hd6sLbjDFaY+kNtWrdHFsbMwgaXf9 5A45iF6jP/0XmNZTXinbtKG1ox8Une1WOy/CBgWAUrZN3QuFk9tWMdKD5LUP6syKszw5 Ledg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=sTnk1a00UnJmjWjx9tm+2NrV4+9p/FhYPNapEcDxL8A=; b=BckNtZN1ZBnhKe4iGIPl21WQUkKs/wfXCjnKiBuQZvJvyqRda+lbc9CRvc9jwKCqpv ++sbvNfX/hKnKhDBCMLXyZfFY3w4YARW6KRMYanLtt4DZzsy0PqQurOIVgTIT3Zh/jd6 n5jHolbiV3xH1Ri4sUhsEj8c42A9GMcfIKUNniE8zazExF+xvGJ7PX9Ov4G4256/dQT1 H8hdWVrX+TRxKnAEBhy5vS7X3hectVeUywGNunIeAvKvJdsXsoP7Ko9ZnoSDWlfhsThK kdJ876BKhhRNDUlTe3Dh8EBn5CUnK+tUYxYl8wjNN20J8Kz9nf5bcxeY6YDKDJkHdGot GXWA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id b62si363118wmd.3.2017.09.25.05.33.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Sep 2017 05:33:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id v8PCWuxV002475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 25 Sep 2017 14:32:58 +0200 Subject: Re: [PATCH v2 0/2] Use fetcher for images To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20170921111911.8133-1-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: Date: Mon, 25 Sep 2017 15:32:51 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170921111911.8133-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: PiAs5IY4DPg+ On 09/21/2017 02:19 PM, claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Hi, > > I splitted those patches up. > > Now the first patch addresses the 'install -d' style issue and the second is the main patch that changes the tasks to use the bitbake fetchers. > > Cheers, > Claudius > > Claudius Heine (2): > isar-image-base & buildchroot: create hooks_multistrap dir with bb > flag > meta-isar/isar-image-base and meta/buildchroot: Use fetcher for files > > meta-isar/recipes-core/images/isar-image-base.bb | 41 +++++++++++++----------- > meta/recipes-devtools/buildchroot/buildchroot.bb | 34 +++++++++++--------- > 2 files changed, 40 insertions(+), 35 deletions(-) > Applied to next, thanks.