From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6467810279643152384 X-Received: by 10.46.17.18 with SMTP id f18mr844190lje.41.1505992760553; Thu, 21 Sep 2017 04:19:20 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.93.193 with SMTP id v62ls714253lje.7.gmail; Thu, 21 Sep 2017 04:19:20 -0700 (PDT) X-Google-Smtp-Source: AOwi7QAfGKJQcBdgUA0kMbYKbD/8lZT1kXvEEdCmbhtaVtEYy1OH06iw8XhXrXC4sAcwqBksUyrS X-Received: by 10.25.205.75 with SMTP id d72mr515030lfg.19.1505992760126; Thu, 21 Sep 2017 04:19:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505992760; cv=none; d=google.com; s=arc-20160816; b=06YDeEJcpwu3fJJu1s99hWC5eJJSAOvNUSwOifdSTdpUDbUxL4KA9d75776bnukNJx DPEGbkkrmdZi6LuHNhJ9qgQbwe2ZrCD/eBcoHIfz6b3Tf4KNZibr39tj7shMfrCX6ttd ES3BqZYBd7fb8zA21t/jTMd6ljz7o7OGbNC7bYCLVhuVqpayth0ChgIlypgOzr6xPZyq B/gBoLYFCxN0BCsd8PtK0COljSFXgEUGgoewOgrELI87BMVXdEqJDtXHLtQl8CMSHqzp I2CS/ciKVTDTHOykKWn/dHjg/NT/7W1N/yq3WUx2wRlkd0riuoFSzawLY7wxNXmyFenL RGQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=AjRKlC5oxZvBkfZH8/b7pmMCF8U3kRSJVpWI+yUP528=; b=Z+9gactwY6KLDQic/Pb9ApZ9PHxO5cnwg1/yW04Ib476X/4pJV3YiK3Qz7pXIXp1fk eEVgcLYbrGAdni6IvMijdCtyv69sxYzGLym8xXTWGNKR6UB2f/Ceb6nnplni0BERCWvN k5CixBP+6mN7Cyves60/zMdrpyr8jNhMdeqSL2WnuuPA31CoQQAhFoEILPMIYC6g4j5P 7V9jIMF/8WCKD2sclycU0NkYlL7WmJv08duh8Bt31yCKCwHqzwrzLhfJwvmrZBBwB8lb 0rUGHs5O1aDg+OP43N7a9GsCS1ZmR37qr/I3r6uTVQVoA3P09Hk4Z1J/dC+u/89Ai+7O LKdQ== 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 claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id 191si105789wmn.2.2017.09.21.04.19.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Sep 2017 04:19:20 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.14 is neither permitted nor denied by domain of claudius.heine.ext@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 claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id v8LBJJjX003973 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 21 Sep 2017 13:19:19 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.68.223]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id v8LBJIv1024918; Thu, 21 Sep 2017 13:19:18 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 0/2] Use fetcher for images Date: Thu, 21 Sep 2017 13:19:09 +0200 Message-Id: <20170921111911.8133-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.14.1 X-TUID: AdoX4kgmDcXy 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(-) -- 2.14.1