From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6522397978051739648 X-Received: by 10.223.182.6 with SMTP id f6mr516906wre.32.1518614119227; Wed, 14 Feb 2018 05:15:19 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.163.205 with SMTP id m13ls4151650wrb.0.gmail; Wed, 14 Feb 2018 05:15:18 -0800 (PST) X-Google-Smtp-Source: AH8x225lgv6RQ9BBDmG22Sg3oSLSHCKmi7Ihp1ccm1jgYCTxYCVy0by3EuzHiyRhlPq+hkFT2L7v X-Received: by 10.223.133.101 with SMTP id 92mr501322wrh.5.1518614118847; Wed, 14 Feb 2018 05:15:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518614118; cv=none; d=google.com; s=arc-20160816; b=F2egejIJbxMSfTGJNFWjknKq2MUVqQ/VXmPUZCbn2VK0g8s7I2yd/9OkGtVvhHKbzC D4sVDpIaEbFCxtOKBGpz9rUjvs6M/Y65SgdGBdrAWBR4MpFcmIgD7jzKEGJ9b4HNxyTa dRooLM4pyHKnf7d0J7fEgVaxVGT7vw4+BB6CN3UO/RSzIhwCMq4gDtYR3lbcUE2/ONiF T9sCSW3hoi7Ood6OGu2OsWP4OZX6FlyD6pxOtblt8yRD39flOlzLtjIRWKBdN9+ALaNd 4IqxYNF1Sg3n6MqPpdNSNmrYddgYjY2jmsXxkmWtfjxU+Nmgtjx+nQoKoUYRQlQkLxmu 6D1A== 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=LKiDy3brrQAPGYxXAWTAiHWBVqVxwyKNDa2acxRdWBA=; b=CDW1YH7taIfc3E/SMGH35mSp4AGX43rL1PMj7vxsT73iQG7ERRx94Jj4duWMnNbSgR NtaalQokJoVq/EhLiaC6W/5mP/Ju3ILs8JSFGfoC1SO33/0d3In8SFq8AWDetdMu6Yo6 BYCZRu+cTbkgHJgw0xL76erFbow4Ya14u5xAtDaMNmBsLd0wtB9AOjvcaqWM+uEJHl3d J+vByrHK02twJotgIX62iqpBtC2brOcMn1JHpLjmJjcLzcPnhwdJ6xqInHnTZ9xKGhJI GUq+8x3dagn3F2xv9MdmZwWxo58b3bJb2l/03Ry2ZqxOQmhlvFQ98gDJko6uGVn1yvzm DxIg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id v8si692281wrg.2.2018.02.14.05.15.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Feb 2018 05:15:18 -0800 (PST) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w1EDFHU8001797 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 14 Feb 2018 14:15:18 +0100 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 w1EDFHOl022563; Wed, 14 Feb 2018 14:15:17 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH 0/2] Consolidate multistrap configuration generation Date: Wed, 14 Feb 2018 14:15:07 +0100 Message-Id: <20180214131509.16361-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.15.1 X-TUID: Yq8mldSKcB9l From: Claudius Heine Hi, this patchset tries to consolidate the generation of the multistrap configuration in the buildchroot and isar-image-base recipes to one. This patchsetset also represents one part of the implementation of the multi-repo support. Cheers, Claudius Claudius Heine (2): meta/classes/base: extend sys.path with lib directory centralize multistrap configuration generation .../recipes-core/images/files/multistrap.conf.in | 38 ---------- meta-isar/recipes-core/images/isar-image-base.bb | 33 ++++----- meta/classes/base.bbclass | 24 +++++++ meta/lib/isar/__init__.py | 8 +++ meta/lib/isar/multistrap.py | 80 ++++++++++++++++++++++ meta/recipes-devtools/buildchroot/buildchroot.bb | 28 +++----- .../buildchroot/files/multistrap.conf.in | 37 ---------- 7 files changed, 134 insertions(+), 114 deletions(-) delete mode 100644 meta-isar/recipes-core/images/files/multistrap.conf.in create mode 100644 meta/lib/isar/__init__.py create mode 100644 meta/lib/isar/multistrap.py delete mode 100644 meta/recipes-devtools/buildchroot/files/multistrap.conf.in -- 2.15.1