From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6520117827443097600 X-Received: by 10.28.50.4 with SMTP id y4mr56965wmy.1.1518083230302; Thu, 08 Feb 2018 01:47:10 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.141.4 with SMTP id p4ls895264wmd.12.canary-gmail; Thu, 08 Feb 2018 01:47:09 -0800 (PST) X-Google-Smtp-Source: AH8x224HSPb6LF12g7JVXUL76cWog1f6P5Eab0RdZ9wGQvvB5u6sXU6/gsqYhnNyf29JOvRvtxkk X-Received: by 10.28.190.2 with SMTP id o2mr59173wmf.2.1518083229690; Thu, 08 Feb 2018 01:47:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518083229; cv=none; d=google.com; s=arc-20160816; b=yTHOuMu8VZO01KgqkzWWNuOsA9E7e4GTieZuPWcmZ58codVHLtZcG7uQGgTHsDxkjP d21sIkaaA7t1Rk4OKKCXaLR7JvirmIl3qlnrF+DPQ0m/an5XRo8fkBabIcqS4xEP6/ye HflNiYirhWnVySPedisugijzHxMk9jzYLX1hDHUFdzJauhhF+F7P9LZUkofjpXdcLcQN JLWWX8B95+Q1y7Omwcm48kI/FCsFqjLwubxK4xz3odLzNKoizBF+eQriCme2kLnd+2DH WT8PuQNlx73imwIB7vW+SR6VammvuWKBxHpHMUU3I4fd86Ncvy0Uicdsq0Zz4+h+6H1Y okOg== 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=FGk5r+YhzerU/ePdAXAnYDtbzYSPOLce3p7jhmKo2Dg=; b=cThUqnc+hMLxj5ugtOdio5tedurAo0WefL9NEHtm2rt37pDJip57yJA2TMFXoTUFdL jvFWlOyGNAM6irh4ePLDEyUWaFIysqzgiWKcGn7DAJc3airUnoLEBR4ijLX1jpubfcd6 AjhBbvIK4V8/zTYP93e++BRAVJQNCQ1BZ83hRFZ9kNPYbawwx+9p/7mRAsrc9ESU82H5 +FBb4ZoSfjKG9cuoCvDaCMux7Iv2WtchgGepvU6I8elTQug2A3I5UVuaUAmO7uIIh19v bx4TjoP3VnoH+i2jXsjJl0f/iqHsRUfCaxPTS5k7cvkttIaVk8kLXED/hy1g5Vqxt0MH hgRQ== 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 e14si933554wmg.0.2018.02.08.01.47.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 01:47:09 -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 w189l8ZZ029951 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 8 Feb 2018 10:47:09 +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 w189l8mm011113; Thu, 8 Feb 2018 10:47:08 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [RFC PATCH 0/1] Multi-Repo and apt preferences support Date: Thu, 8 Feb 2018 10:46:52 +0100 Message-Id: <20180208094653.1819-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.15.1 X-TUID: Nvex7KUCQfpF From: Claudius Heine Hi, Here is a small, patch to continue the discussion about how to implement multi-repo support. This patch contains just conversion of the isar-image-base recipe to one that can support adding repositories from other layers. It also allows to add apt-preferences from other layers. I just converted debian stretch to this new format. Comments are welcome, since this is an RFC :) Cheers, Claudius Claudius Heine (1): RFC-PATCH: partial implementation for support of repos from other layers meta-isar/conf/distro/debian-stretch.conf | 6 +- meta-isar/conf/distro/stretch.list | 3 + .../recipes-core/images/files/multistrap.conf.in | 38 ------ meta-isar/recipes-core/images/isar-image-base.bb | 134 +++++++++++++++++---- 4 files changed, 117 insertions(+), 64 deletions(-) create mode 100644 meta-isar/conf/distro/stretch.list delete mode 100644 meta-isar/recipes-core/images/files/multistrap.conf.in -- 2.15.1