From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 27 Mar 2025 08:47:24 +0100 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 1txhxU-004mOu-0o for lore@lore.pengutronix.de; Thu, 27 Mar 2025 08:47:24 +0100 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 1txhxT-0000jV-Ud; Thu, 27 Mar 2025 08:47:23 +0100 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=localhost) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1txhxE-0000jH-55; Thu, 27 Mar 2025 08:47:08 +0100 From: r.czerwinski@pengutronix.de To: ptxdist@pengutronix.de Date: Thu, 27 Mar 2025 08:47:05 +0100 Message-ID: <20250327074705.93641-1-r.czerwinski@pengutronix.de> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] 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 From: Rouven Czerwinski 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 --- rules/host-imx-cst.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make index 2cabe16fb..bba70ac5d 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 "*" -- 2.48.1