From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 212BBC433EF for ; Wed, 13 Apr 2022 12:04:00 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0D31983B4D; Wed, 13 Apr 2022 14:03:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 3048B83B4D; Wed, 13 Apr 2022 13:59:32 +0200 (CEST) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 96B7D83D62 for ; Wed, 13 Apr 2022 13:59:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nicolas.boulenguez@free.fr Received: from nicolasthinkpad.home (unknown [IPv6:2a01:e0a:91b:e980:f165:10f:69f1:8c00]) by smtp6-g21.free.fr (Postfix) with ESMTPS id 0F97F7802C5; Wed, 13 Apr 2022 13:59:28 +0200 (CEST) Received: from nicolas by nicolasthinkpad.home with local (Exim 4.94.2) (envelope-from ) id 1nebev-0004IO-GG; Wed, 13 Apr 2022 13:59:41 +0200 Date: Wed, 13 Apr 2022 13:59:41 +0200 From: Nicolas Boulenguez To: Tom Rini Cc: u-boot@lists.denx.de Subject: Re: [PATCH] build: allow a downstream suffix in the version shown during boot Message-ID: References: <20220411153128.GA1167777@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220411153128.GA1167777@bill-the-cat> X-Mailman-Approved-At: Wed, 13 Apr 2022 14:03:58 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean > Why do you need this, instead of just using CONFIG_LOCALVERSION? Because we were not aware of this option. Thanks for the hint and sorry for the noise.