From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6463342265335021568 X-Received: by 10.28.133.68 with SMTP id h65mr260935wmd.1.1504887142101; Fri, 08 Sep 2017 09:12:22 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.87.82 with SMTP id r18ls5613ljd.52.gmail; Fri, 08 Sep 2017 09:12:21 -0700 (PDT) X-Google-Smtp-Source: AOwi7QA3R54lBtWyktbcv0Ye7GDv2uQI4uNxCXnRbPoyMdJ+RAJKrwBuPjePpgDsi49/18Xupz23 X-Received: by 10.25.78.19 with SMTP id c19mr255774lfb.8.1504887141533; Fri, 08 Sep 2017 09:12:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1504887141; cv=none; d=google.com; s=arc-20160816; b=UdSQwHsPCwo0Soz5Trcs1E2+WhGgMRH5SRz1GM6D1qSYi/kBjCnitDrBhh4iTkBRFY mV8ePL1k3Mx06dje3EHDSOrMN+tWVotwIn/7FTdn1QPqF3P2eAwHi5G3k2U/hHqco5rN Yw69qdbio7fT5+j66mfJ/zyWBHomvNmQSDFtofhMGTaZkGpsyI667rScXEMq/dWj9KYj O5PamViQriZORpRDz7X0tDOo7D6n8SUsrA+7aq1TPs7e5eFHJK6F3eroMZGfsqVlC6RR UkFjWYQMhpK/4BFb0Jx/UsaTrk5+4GGabt1Fx2/8Y2Bkf+tS9N7yGaOwvL+j7ot/O8pm ERcQ== 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:references:cc:to:from:subject :arc-authentication-results; bh=bfGvvwPmqLJnLfI+U83VMYVWXxXqIANm/Gx4MtvEkMg=; b=h2Z9Yk3fRWxTAoE4ALol4OH3+o9twyKRnLfqFn2dZ9bq0gE45y0xKr9JQKAiKUuC01 Ao/xabz71P0OzfZ85qYx5dlvthI+0ky95xQlgfR0dP9Lvj8yOVarZlWYnSN8JXgOB8q0 VwI6zpPJTfabyywSYEg7PqQ+WyAZ+g/EfqXe+uuAERgkvJo09dAaJQUFLAccJLub4AqY IXl7/yI5rrfIRpAfTUpSrd7snGFLqtqdk8o1FIM1MVB9vCOe68V3b1zhvElXOKXpk8QW CEcSrTwrrZfnNs99HM55CDkm5quFRH6H0Zo3p8CB34ilJobSkjvPRVAftpu6dDlJ5hsT gB9w== 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 z129si96591wmc.5.2017.09.08.09.12.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Sep 2017 09:12:21 -0700 (PDT) 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 v88GCIRS011468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 8 Sep 2017 18:12:20 +0200 Subject: Re: [PATCH v2 0/5] Unify work space for packages From: Alexander Smirnov To: Henning Schild Cc: isar-users@googlegroups.com References: <20170908155606.7654-1-asmirnov@ilbers.de> <20170908180617.6f635a21@md1em3qc> <06c0111d-5c7c-c733-a29f-c4420edeaf18@ilbers.de> Message-ID: <343ad406-80ca-9baf-0f7d-2063b876f4be@ilbers.de> Date: Fri, 8 Sep 2017 19:12:13 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <06c0111d-5c7c-c733-a29f-c4420edeaf18@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: pJ86sdjP+dNG On 09/08/2017 07:10 PM, Alexander Smirnov wrote: > On 09/08/2017 07:06 PM, Henning Schild wrote: >> Looks good, except for the minor things i just found. > > Thanks for the quick response. Will fix according to your comments. > Could you please re-base your series on top of this? > P.S. to apply patches which move unpack and fetch to base class. > Alex > >> >> Henning >> >> Am Fri, 8 Sep 2017 18:56:01 +0300 >> schrieb Alexander Smirnov : >> >>> Hi all, >>> >>> this series does the following: >>> - Simplifies folders structure for multiconfig. >>> - Unifies work space for packages. >>> - Use unified canonical names for build artifacts. >>> >>> The overal build tree with multiconfig looks like the following: >>> $ ls -1 tmp/work/ >>> debian-jessie-amd64 >>> debian-jessie-armhf >>> debian-jessie-i386 >>> debian-stretch-amd64 >>> debian-stretch-armhf >>> debian-stretch-i386 >>> debian-wheezy-armhf >>> raspbian-jessie-armhf >>> >>> Package workdir looks now like the following: >>> $ ls -1 tmp/work/debian-jessie-amd64/hello-0.1+g7f35942-1-r0/ >>> git >>> hello_0.1+g7f35942-1_amd64.changes >>> hello_0.1+g7f35942-1_amd64.deb >>> hello_0.1+g7f35942-1.dsc >>> hello_0.1+g7f35942-1.tar.gz >>> temp >>> >>> Changes since v1: >>> - Split first patch into pieces. >>> - Use variable in multistrap config. >>> - Rename ext4 image to unified cacnonical name (patch 4). >>> >>> With best regards, >>> Alex >>> >>> Alexander Smirnov (5): >>> image: Unify path to image rootfs >>> isar: Change build folders tree >>> stamps: Name stamps canonicaly and unified >>> image: Name image canonicaly and unified >>> class/dpkg: Unify workplace for packages >>> >>> meta-isar/classes/rpi-sdimg.bbclass | 2 +- >>> meta-isar/recipes-core/images/isar-image-base.bb | 18 >>> ++++++++---------- meta/classes/dpkg.bbclass | >>> 15 +++++++++------ meta/classes/ext4-img.bbclass | >>> 12 ++++++------ meta/classes/image.bbclass | 11 >>> ++++++----- meta/conf/isar-bitbake.conf | 5 >>> ++++- meta/recipes-devtools/buildchroot/buildchroot.bb | 8 ++++---- >>> scripts/start_vm | 2 +- >>> 8 files changed, 39 insertions(+), 34 deletions(-) >>> >> > -- With best regards, Alexander Smirnov ilbers GmbH Baierbrunner Str. 28c D-81379 Munich +49 (89) 122 67 24-0 http://ilbers.de/ Commercial register Munich, HRB 214197 General manager: Baurzhan Ismagulov