From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6524973730788016128 X-Received: by 10.223.175.42 with SMTP id z39mr138129wrc.21.1519287647403; Thu, 22 Feb 2018 00:20:47 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.223.187.9 with SMTP id r9ls944495wrg.4.gmail; Thu, 22 Feb 2018 00:20:46 -0800 (PST) X-Google-Smtp-Source: AH8x224adn9cKhSQofTnW2CLhO7OUAzwRveE0XYZnVZoCDf+ncX3Jqn0l9k/SFvXeyDZhAKVMPG/ X-Received: by 10.223.169.234 with SMTP id b97mr527527wrd.8.1519287646930; Thu, 22 Feb 2018 00:20:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519287646; cv=none; d=google.com; s=arc-20160816; b=QFGzKEo9B3HDC4iDGkPcvIFoYSNDA93dqWBLCUmmTUToqDYGdoCnpH7WG18yfa4iU9 +zN1xvC3uagXRdnzxuAK9vf6j/xH21cby3g9axa9E43juTItFv4fA+5mmfLdZmxVsIv/ CLO+HU+aLmm2tH2AE946zV4Yc9x+VqnGdzOOulvPVSRz6HOT0/p0QuH+o9LGFk9usKRa A7fRaUxPdesGz40Z3qafAXh74FpcC1m0jo6ZFDSKfvSXp/EEM3meOyu0o5YDnyQcoz8/ 2ckBBLOTiDKgUmMsE3o9f6CPxUsOQiico8/kJgOjq5Th5eMVwEuNCsgtiUWs21G5YGb/ 5zHA== 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=9uL5Ec926v+sqozNn9fRJNagPULLY7wKSFfbZKmiBKs=; b=Rwx3wESxRop/rglfyptPdQdev9u/jyQsRhh4yGDRV0Y+xliBaIgZZkL/+LTF6Ha+jM oV6J+1PpquWtoP6+vfGIr0dc+rab3rJf5Oi2v2yPhNJWqeFvHelyXIRtCfFK1Kx7XWpk rovb3ifxhC52p1h+canOWiPEOsdb3v7wJiI7LQUXReMfn0buxYOa7y9c2whNKfgQeFdg 9+SZqpSjp2ec2Q0NhRZV/w10PothQEwz2wdt8dsPLTdQnjf0qgUotgtfDY85T6xdeoVi NDktMxeXamtL5rFYNc3HUqGR4+iRpyrQqTx+XdDwztl3nxTGuyBYgGZeXmp213fZ+dKo xU9g== 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 a72si234361wme.1.2018.02.22.00.20.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Feb 2018 00:20:46 -0800 (PST) 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 w1M8KgkY011613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 22 Feb 2018 09:20:44 +0100 Subject: Re: [PATCH 0/5] Debootstrap integration To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20180221115003.11163-1-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: Date: Thu, 22 Feb 2018 11:20:37 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180221115003.11163-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: 0UlpDuuu1WhS > this patchset contains the change from multistrap to debootstrap. > > There are a view points left on the TODO list, but I think its now at a > good state to start the discussion about this. > > Here is the TODO list: > > TODO: > - Move "DISTRO_APT_SOURCE" and "DISTRO_COMPONENTS" to source list > - requires some parsing of the source.list format > - Implement mirror support > - requires some parsing of the source.list format as well > - propose handling it similar to how PREMIRRORS is done in oe[1] > - Implement sharing of apt database: > - bind mount local apt index (/var/lib/apt) > - ro mount is not possible since it needs to update the isar-apt repo > maybe forbid writing to non-local indexies some other way.(ideas?) > - bind mount rw local apt package cache (/var/cache/apt) > - some care must be taken that no recipe calls 'apt clean' before > that is umounted. > > [1] https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-PREMIRRORS > Please rebase it on current next. I can't apply this series so can't test it. 'next' branch was updated the day before your contribution. @all: please always rebase your contributions on the latest next. I will not apply anything until I'm able to apply and test. Alex