From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6732315258433568768 X-Received: by 2002:aa7:da01:: with SMTP id r1mr42491284eds.87.1568297534891; Thu, 12 Sep 2019 07:12:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:f0d1:: with SMTP id dk17ls5482462ejb.12.gmail; Thu, 12 Sep 2019 07:12:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqxhioI2jd4WOLK2O/kNPjQ14YtQxptxi3T5YKWzpdrA1qtvSbdswlIF6qObMgoiBW2B5Ws+ X-Received: by 2002:a17:906:4e12:: with SMTP id z18mr35266802eju.187.1568297534465; Thu, 12 Sep 2019 07:12:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568297534; cv=none; d=google.com; s=arc-20160816; b=M8S/b6eB5kDHK5LxmvQi+LctYORn6rCsj6ZBbPsWmCkT30zSooG+Eb9DytXZhmV003 2HUT4opGSy6g1uG3tNniPNYwKleqKgD5x7f1ejWPum/QnQlustAV4bsyb3mMW4Mw9TRF myj6M3it7gcdGXDyWkq1DUdtPk68p2TTW0YjtxNOfkdbh48hEZ+i+9ziXA47BRwfTFZC B9e/OgWfHEEpW8svbCf3VZIrlpWpeASWFTb9i9ExTcZmCmFGS6qbeWTvBSXhq7b8f0ry YnYVfmOufX8xWlBoUHP6FheEBa1UJ2Orwoy6VDW16V0k6F7eXMDwV2AT29gsoPHRxnKh qsAA== 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=3NskRrRN+1e31WRcbaJImEjj2BUIn2rF4yIXk+cJbp0=; b=SvD8cp5ZKt/MT2V34eB5xAP27pCWnJiXJ+HmSJR/0QrDb910ba2coVsfJCQdCzQV/T udQ14rgNMpKPGsHdOtPzS4umesjZDEvVxFJ1MidLRzgADrXLmwWoH4KvZJkz9moBTw2o sPdwcP/miFDyosdv+tOuo60CLAnAlXhX5mqsdZ4rcyhYmaGZQvs1tZGyYq1e7ThxbGq2 n91cIK6fesBsqlYQ/IjIqNCj3fy+yP1/xRMnu6XLRwMOUlt3ktwgpRodlsv915o8Nl5F s9AjKrkMquZB2+xEivqhVu6AWUnhf1HhczocZTNauvXaJ1I3JxsrLmbZ7KW3TVSJaCNG L1aA== 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 d14si1504167edb.4.2019.09.12.07.12.14 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Sep 2019 07:12:14 -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 x8CECCAn019897 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 12 Sep 2019 16:12:13 +0200 Date: Thu, 12 Sep 2019 16:12:12 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] u-boot-custom: Add control for u-boot-tools package build Message-ID: <20190912141212.GI6062@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: WJvl5IYooacI On Tue, Sep 03, 2019 at 07:41:32AM +0200, Jan Kiszka wrote: > Each custom u-boot currently generates also the u-boot-tools packages. > That can cause redundant builds in the best case when building multiple > targets with custom u-boots. In the worst case, an undeterministic > version is installed, depending one which u-boot with which version is > finished first. > > Allow the user to define which recipe generates also the u-boot-tools > package so that only one is generated in a multi-target scenario. We > default to "no build" as a tools package different to the distro one is > rarely needed on the target. Applied to next, thanks. This one is also worth a test case. With kind regards, Baurzhan.