From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 04 Apr 2025 15:50:33 +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 1u0hRJ-008Gsi-01 for lore@lore.pengutronix.de; Fri, 04 Apr 2025 15:50:33 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u0hRI-00068R-Ml; Fri, 04 Apr 2025 15:50:32 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u0hQx-0005cA-18 for ptxdist@pengutronix.de; Fri, 04 Apr 2025 15:50:11 +0200 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 1u0hQw-003HFS-2k; Fri, 04 Apr 2025 15:50:10 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u0hQw-007TgC-2Z; Fri, 04 Apr 2025 15:50:10 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 4 Apr 2025 15:50:10 +0200 Message-Id: <20250404135010.1782364-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250327074705.93641-1-r.czerwinski@pengutronix.de> References: <20250327074705.93641-1-r.czerwinski@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-imx-cst: fix download URL 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: Rouven Czerwinski 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 Thanks, applied as 807a4f0a4b2ab7f6331bacbbbfeb84bb39bd3d85. Michael [sent from post-receive hook] On Fri, 04 Apr 2025 15:50:10 +0200, Rouven Czerwinski wrote: > Since the upgrade to a new version, the download URL also needs to be > updated. Note that the downloaded archive name is misleading, while it > is named 4.0.0, it contains 3.4.1. > > Signed-off-by: Rouven Czerwinski > Message-Id: <20250327074705.93641-1-r.czerwinski@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make > index 228fa3554713..bb58b6a9c97a 100644 > --- a/rules/host-imx-cst.make > +++ b/rules/host-imx-cst.make > @@ -32,7 +32,7 @@ $(HOST_IMX_CST_SOURCE): > @echo "*" > @echo "* Due to license restrictions please download version $(HOST_IMX_CST_VERSION) manually from:" > @echo "*" > - @echo "* https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX_CST_TOOL" > + @echo "* https://www.nxp.com/webapp/sps/download/license.jsp?colCode=IMX_CST_TOOL_NEW" > @echo "*" > @echo "* and place it into the source directory as:" > @echo "*"