From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6467810279643152384 X-Received: by 10.25.150.66 with SMTP id y63mr571769lfd.23.1505996744339; Thu, 21 Sep 2017 05:25:44 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.228.212 with SMTP id b203ls46668wmh.5.gmail; Thu, 21 Sep 2017 05:25:43 -0700 (PDT) X-Google-Smtp-Source: AOwi7QBb0pAxF3v1RRbQOjXXStFhCRyPZB0uNwSgSkmGBHUT3GknLchgm/VnEFycjLLW3BJHc8Ot X-Received: by 10.28.8.71 with SMTP id 68mr86820wmi.24.1505996743837; Thu, 21 Sep 2017 05:25:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505996743; cv=none; d=google.com; s=arc-20160816; b=fWmMN2WI1+hXNRwEoE5cdiRBTDGJeSJjSC1ObLGlG3zy3hz7QUNzPCctxg6jzXoQbS COzaadVunQAQuGfqk1Ob6Y04gDMqKlUX5zLIS0AmxbwCiIqbUJAOWl5n7v0r92xQYGNB FIsbof1go6Kso4QK+B4cQ6vh1OwmFx1qFBFyXG1CI4dgZKXbaw7XZyYpbDAXdJOGCdRs tiCl3udClfETmsw7t52lG4Ud6JL5MYTUX3T3gc1Ph+C/XH6KS12OtFmSwYAkKPzFbGhR pKhgM8J2Niym8f4sqI/9cVCZecT54e4wZrUR53J6mFVrJv0sLVSBznjnU8G/aT9ByXaa euJQ== 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:subject:cc:to:from:date:arc-authentication-results; bh=8QbkwAX+7bTVgAK25m88IxpS8BFeUDoBqxDKiTdvtlg=; b=fe2G4GnKVU/6BwNA7KGyDtSfu2PJAqT9yQxQ5inKDjSYEu4s8pWd0LzkZAE8JuERqb 3AAfzuu7KOuv/LyCneIb63rz9KbRMjN285LUCvLFwTeD1Q77H1iPSpzf7jNRQk2yWGYy fhCuxA8BYvkRsKSie1KGoktLMqnQPwZL/Y2aFx8wPNJXeQ7K2U+1D2EwR1m06kusvkD/ J7QVu4wWQOLa9S9nP6AjaDC1ZyCoQsDIOQ/YW6FIQOZeWCKjyJwdhykd6beaGFGCFbaH kuWyj1jD6fnoqpOjDvgY/HUAPr+PY+IlclrzXRUuKgCtje/0z/buQM5omxGabfudMD7i 8gkw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id c142si421627wmh.3.2017.09.21.05.25.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Sep 2017 05:25:43 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.14 is neither permitted nor denied by domain of henning.schild@siemens.com) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.14 is neither permitted nor denied by domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id v8LCPhWV006482 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 21 Sep 2017 14:25:43 +0200 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v8LCPgGG000490; Thu, 21 Sep 2017 14:25:42 +0200 Date: Thu, 21 Sep 2017 14:25:57 +0200 From: Henning Schild To: "[ext] claudius.heine.ext@siemens.com" Cc: , Claudius Heine Subject: Re: [PATCH v2 0/2] Use fetcher for images Message-ID: <20170921142557.52a7358d@md1em3qc> In-Reply-To: <20170921111911.8133-1-claudius.heine.ext@siemens.com> References: <20170921111911.8133-1-claudius.heine.ext@siemens.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: aYgIc9xIk8i5 Looks good to me. Henning Am Thu, 21 Sep 2017 13:19:09 +0200 schrieb "[ext] claudius.heine.ext@siemens.com" : > 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(-) >