From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 19 Sep 2026 09:32:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x7pYQ-003sNq-1Q for lore@lore.pengutronix.de; Sat, 19 Sep 2026 09:32:10 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x7pYP-0004CS-Qs; Sat, 19 Sep 2026 09:32:09 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x7pYG-0004CL-Ht for ptxdist@pengutronix.de; Sat, 19 Sep 2026 09:32:00 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 7A02420075E; Sat, 19 Sep 2026 09:32:00 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x7pYG-001hUa-1G; Sat, 19 Sep 2026 09:32:00 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x7pYG-00000008jE5-1PFr; Sat, 19 Sep 2026 09:32:00 +0200 Date: Sat, 19 Sep 2026 09:32:00 +0200 From: Michael Olbrich To: Alexander Dahl via ptxdist Message-ID: References: <20260914121307.134745-1-ada@thorsis.com> <20260914121307.134745-21-ada@thorsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260914121307.134745-21-ada@thorsis.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 20/21] u-boot-tools: Add matching CPE identifiers X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Mon, Sep 14, 2026 at 02:13:06PM +0200, Alexander Dahl via ptxdist wrote: > Built from the same source as u-boot. > > Signed-off-by: Alexander Dahl > --- > rules/u-boot-tools.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make > index dff2c1584..c09454a51 100644 > --- a/rules/u-boot-tools.make > +++ b/rules/u-boot-tools.make > @@ -26,6 +26,7 @@ U_BOOT_TOOLS_LICENSE := GPL-2.0-or-later AND Zlib > U_BOOT_TOOLS_LICENSE_FILES := \ > file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > file://include/u-boot/zlib.h;startline=15;endline=42;md5=0ce30a522a630f7e637ea6d74422b320 > +U_BOOT_TOOLS_CVE_PRODUCT := $(U_BOOT_CVE_PRODUCT) Must be '=' instead of ':=' because that relies on the include order and that is not guaranteed. I'll fix it when I apply the patch. Michael > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.47.3 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |