From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6521574339082452992 X-Received: by 10.80.230.18 with SMTP id y18mr1926918edm.2.1518631366150; Wed, 14 Feb 2018 10:02:46 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.190.10 with SMTP id a10ls9290145edi.6.gmail; Wed, 14 Feb 2018 10:02:45 -0800 (PST) X-Google-Smtp-Source: AH8x224/HBfqS1k251PUyywwEOrKC+DCQgMU241ooJHzk2ELyig7OwLO2KdqemZbpZe3a8I3/29s X-Received: by 10.80.184.23 with SMTP id j23mr1905036ede.3.1518631365283; Wed, 14 Feb 2018 10:02:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518631365; cv=none; d=google.com; s=arc-20160816; b=z+luOi5YYNewxhJq+KuI7sGqR3YbNOWa03RhQCasFhuDYDgxMMtECKs57rC7p6KWKQ 7rwHNzb4BU182kdjFGV5swKO+1u3i55Bm6ozeeqGqSzufYrrXxbVqdskGsmp+y3BGR2p 6WqzoHSkb/0DHv6ndoeh8Xk1/GMICw36s6FTIT3KjH0pM2++W0o5FxDrjpw2KfTcOCb1 AFULuU2QOWaFbDSXpjvgOVvutPHaC7ZFxv7rfgv7ANU1M9yI9uvZjKxtMPxKI451HDH3 Ltl/Rf/UO0flqa42ujbrRbQIz2ZxsbLJlGI6e6wQbjy27mBJATxeEt7DpmoyIFx6qonY 7nYA== 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:to:subject :arc-authentication-results; bh=pU6OAuYPBckBryt1LpMP2HmEf7cRqHbaz+0wyM65jug=; b=ZyYi845DIp2KGWE8WEkCS2Ls75pdizF5U89h0zRofohh2Xpqd7SJskM123mHFJ+xIB LTAS+cpx9cAaFmSkXRIu+kgeUKpLa1XXOrgyWX+sZ55U++4cCRGh+W09G6pZiPcVuOek MX2ZGP5vjOojoVOcpN+UyAOWMpXXiMKqgadpL1Hay50cF0ukX55eugmuXDQPnr41cpOp qd1lGmLCb94rJvAafY1Icd/oMRrcCPsfB+Iw8WaN/7UJ+klykVmynzOB0v9esSx7tmYo uIeqpd02+Feezz9b3zVxJlTqzRSQiPE39UUAt/0fRTyj6/7M1LfJRjOq68my6YX/W1GA 2zCg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id z1si158574edh.3.2018.02.14.10.02.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Feb 2018 10:02:45 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@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 jan.kiszka@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w1EI2ioY010966 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 14 Feb 2018 19:02:44 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id w1EI2iro007917; Wed, 14 Feb 2018 19:02:44 +0100 Subject: Re: [PATCH v2 0/9] Add support for automatic partial rebuilds on recipe changes To: Alexander Smirnov , isar-users References: <547406f8-4369-d57c-b9a5-3485badffea5@siemens.com> <97e550bf-75b4-7efb-991a-d125384bd5f0@ilbers.de> From: Jan Kiszka Message-ID: Date: Wed, 14 Feb 2018 19:02:44 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <97e550bf-75b4-7efb-991a-d125384bd5f0@ilbers.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: MHrV7tGN0P7b On 2018-02-14 18:57, Alexander Smirnov wrote: > > > On 02/14/2018 08:54 PM, Jan Kiszka wrote: >> On 2018-02-14 18:51, Alexander Smirnov wrote: >>> >>> >>> On 02/13/2018 11:05 PM, Jan Kiszka wrote: >>>> Yeah, finally Yocto/OE-like usability: This ensures for many cases that >>>> changes to recipes lead to rebuilds of dependent recipes, including the >>>> final image. Some extra measures are needed so that those rebuilds work >>>> with clean dirs. >>>> >>>> And if the change detection should not work, e.g. changes to file:// >>>> resources are not detected, then a clean or cleanall task is now >>>> available and ensures a proper manual rebuild. >>>> >>>> This massively increases the fun factor when developing Isar projects. >>>> >>>> Changes in v2: >>>> - include patch 1 (dpkg-raw: Install hooks automatically) to clarify >>>>     that this is a dependency >>>> - add patch 5 (Move buildchroot mounts into dpkg-base class) to fix >>>>     broken mounts when doing rebuilds >>>> - add patch 9 (buildchroot: Clean up rootfs prior to populating it), >>>>     analogously to patch 7 and 8 >>> >>> Applied to next, thanks! >> >> Oh... Does it pass your CI? >> >> I just started a build that tests flock around the dependency >> installations so that it can complete all targets in one run here. >> Should be simple (if it works...), will send the patch on top ASAP. >> > > Local build passed :-) > > Started CI one: http://isar-build.org:8080/job/isar_next/103/console BTW, is there a way for me to extract also the bitbake locks from those builds? Generally, you are lost without them. > > Will try local one again, possibly I missed something. How many cores do you have? I've also lifted BB_NUMBER_THREADS to all available ones, but already 4 gave enough trouble. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux