From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6788114222392803328 X-Received: by 2002:a2e:b536:: with SMTP id z22mr3231164ljm.259.1583364356463; Wed, 04 Mar 2020 15:25:56 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:6c13:: with SMTP id h19ls51062ljc.7.gmail; Wed, 04 Mar 2020 15:25:55 -0800 (PST) X-Google-Smtp-Source: ADFU+vth14Q0+n7JZ2+ZQlujAf/RLBrTNU9poHWuKZo4e7Qp5ZBen3Vqzzv6B72wWMvCYImFEqrc X-Received: by 2002:a05:651c:555:: with SMTP id q21mr3285360ljp.241.1583364355203; Wed, 04 Mar 2020 15:25:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583364355; cv=none; d=google.com; s=arc-20160816; b=XXAjF/sVnXdgsJRL9bjIZaNqHzccPYY6trFkJqvsue5S8ZUprOVxJh95GpJJVwHsdM I1jZ8oJOUbuKJIh/c+ZUfDgWFM8nuH8c1cE6wuTdLPsEQcHJOP7tT2FUrfPJeh5L5ozN 911esB4+WHZIB762Fg9bzZ13qC+5ej0OLhcTWXEmPhY34Dx1fyxqX9HglGj/Dn0F4G6i zeAwOWTdqGvMFJfFkNv8NZzjrczG0iQ3EgI4HKelpBeva/4js2ECMDDz7LtoaQJNQYRl xp1l9I6Ok8W1U13akTDaOOfhTtqQjdR0QzEJPNqIbXqRbMQqiq5togdxoM4giIAltRzg GnNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=LHCGi19iICf0norfP3aESL+eyGUaR2jSa3X+yIMgBF8=; b=neT88QSYLlN8dlH0AsJKbDO5vgMyvLTlaRxEPQc2pVzeCNgWCNLB19eEZ2PdQwLn82 yVixunaV3ioYb23nfR9awYNxkEkorFUKWpDRcQCYnUjXUvEkJfv5X3h0xwqBfmNYv5gg veeCVP5VqpFxh6uXZv5pe9rjXtaBGL6zf8eOoyXAKeh7h7NrLbazZizQRJzArSemb7ML jew+W8IZLdKsgUoO0ggfs59jIYSny83kxt2kLcB2A++gjtlqBfxM3NcT5ACnIJlaP92x MzIE4NvkhYgW6SfBaNGtb7YC+HBaPaEjhsRaemLpsLrCW8+Tm8bJF2FZTNTDP+KsET2w IiZg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id o24si232866lji.4.2020.03.04.15.25.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 04 Mar 2020 15:25:54 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-084-061-174-236.084.061.pools.vodafone-ip.de [84.61.174.236]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 024NPgnE004546 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 5 Mar 2020 00:25:52 +0100 Date: Thu, 5 Mar 2020 00:25:37 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCHv4 00/26] base-apt-rework Message-ID: <20200304232537.rdhqt4udjhyadz25@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200131143000.14873-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200131143000.14873-1-henning.schild@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: dZXvh2fQ4YyZ Hello Henning, On Fri, Jan 31, 2020 at 03:29:34PM +0100, Henning Schild wrote: > Rebased/merged onto current next and added p26. The custom kernel caching > that was missing in v2 is not required on next anymore. Thanks for the series. Took some time, since I had CI failures before the machine was made public, sorry for the delay. Two issues: 1. [PATCHv4 01/26] repository: new class to deal with repos On Mon, Nov 25, 2019 at 01:03:50PM +0100, Henning Schild wrote: > > I suggest to keep modifying distributions.in and avoid hard-coding > > architectures and components that are specific to the current Debian. > > Same comment as before. As far as i know this is not a visible > interface and was never meant to be changed by i.e. a layer. > Distributing the code over multiple files, with just one place that > uses it, is a layer of abstraction that just makes the code less > readable. Adding riscv64 should not require editing a bbclass. Currently, the code and the configuration are separated. I don't see why we should break that and suggest to keep it that way. I'll send a reworked patch. 2. [PATCHv4 08/26] meta: split all apt-get invocations into download and execution On Fri, Jan 31, 2020 at 03:29:42PM +0100, Henning Schild wrote: ... > diff --git a/meta/recipes-devtools/buildchroot/files/deps.sh b/meta/recipes-devtools/buildchroot/files/deps.sh ... > +if [ "$3" != "-download-only" ]; then ... > +if [ "$3" = "--download-only" ]; then In v1, both had two dashes. I assume "--download-only" is the intended one? What is your plan regarding "command not found"? With kind regards, Baurzhan.