From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6724331065971834880 X-Received: by 2002:a19:f007:: with SMTP id p7mr2795981lfc.24.1566378141198; Wed, 21 Aug 2019 02:02:21 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:4201:: with SMTP id y1ls148927lfh.9.gmail; Wed, 21 Aug 2019 02:02:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqwK9ck4WqB7il0pw7oMyjEE/NYBHBny8Vzdrvxnn8ODXNfN8ijNI/mtbf1oa/ZdHJUL+9s7 X-Received: by 2002:a19:914c:: with SMTP id y12mr17862555lfj.108.1566378140471; Wed, 21 Aug 2019 02:02:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566378140; cv=none; d=google.com; s=arc-20160816; b=B7NE2X1Y6Nc6H8Y6Q2jk67Z4yp83KEDBqbGZ1sux2+YCXXDh62s9nK2C2x5/ieR6s/ x03oX6PDTPEnnmVJjuRi6dMOVGSmS8P8TqCPAWRQfMecJKDR01l9mfBLtUXOL8EyfSzC aZk7HWlQVyd1CkYzzFG4YRuOGCfouOCqkYBzi3NMEm3mpBS3IN4LiKVaM+CQY079eYkB VN0gsEmFTI24/750xHrgcGpn+Yj1y1cfGdJBwvzNDXZ+WAKU+jCXLW4tY6volTskdcSS 1OmqAkBA+OfqNWEXB50MvgCgxBgofiuiC2pm+NbopT95qCu9ofvf2/phcPn1V4GaWIUR WX9g== 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=vE7zw6aSvs/oi1iF9BCY0Es5jBPMyOv99xJuf9WMWF0=; b=VejNkutUsjrzpZaFkXLTvnjwkQ136o0cnM1T1/EgpvhGVlx6KMLcWBxD4Y7gCQWZk5 i1Jsv9dV9YZuzzR+WCVSVGG8zUfEWKIQt5k8jAswOfUyKzmujZ3geyst4GQ+qJBnemI/ K5Ckcf7hIyQY3QvzMF8JbG+g4CK2pQdAtb9Nvw5IE4by0oQLTwyoLxJMC+uct39vQNkm va2yDeotslYmBiMRZ2tBz2XfzR+7D1sjrUZy4p0H8lez6vs+stT5ZUv38y+To7yeZKUf KlVYocSTeeB/seLjEj2zdk9f+k3osXZhEZHWsfol5JJmsfu9XIgUUx2b6E/I2B718M80 71Pg== 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 u10si1120426lfk.0.2019.08.21.02.02.20 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 21 Aug 2019 02:02:20 -0700 (PDT) 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 (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x7L929aN015484 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 21 Aug 2019 11:02:19 +0200 Date: Wed, 21 Aug 2019 11:02:09 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: isar-bootstrap fails to rebuild after config changes Message-ID: <20190821090209.GA31401@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <52a51b4f-483a-3b42-8edf-3e0db8ffc722@siemens.com> <94e2ed05-76df-2071-9528-e3765e1b8de8@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94e2ed05-76df-2071-9528-e3765e1b8de8@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED 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: eyxL1tMQscJJ On Tue, Aug 20, 2019 at 09:33:29PM +0200, Jan Kiszka wrote: > Actually, I do not even see the point of locking here: If a bootstrap target > is shared, only one multiconfig target will request its build and the others > will wait automatically for the result. That's what bitbake is supposed to > do for us. If it's not shared, there is no conflict to use locks on. We only > need locks if different tasks of different recipes compete for common > resources. There were build issues. Maybe that is the case when the host and the target arch are the same. We might be able to reproduce that by trying to build 2c99c8d. With kind regards, Baurzhan.