DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] v8a/imx-atf: Fix URL for source archive
@ 2021-03-17  8:57 Uwe Kleine-König
  0 siblings, 0 replies; only message in thread
From: Uwe Kleine-König @ 2021-03-17  8:57 UTC (permalink / raw)
  To: distrokit

The git repository has a branch called imx_5.4.24_2.1.0 and a tag called
rel_imx_5.4.24_2.1.0. The branch currently contains a commit on top of
the tag. Make sure to use the tag as the stable reference.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 configs/platform-v8a/rules/imx-atf.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/platform-v8a/rules/imx-atf.make b/configs/platform-v8a/rules/imx-atf.make
index 731a7378f34b..e041ef57ebb2 100644
--- a/configs/platform-v8a/rules/imx-atf.make
+++ b/configs/platform-v8a/rules/imx-atf.make
@@ -20,7 +20,7 @@ IMX_ATF_VERSION	:= imx_5.4.24_2.1.0
 IMX_ATF_MD5	:= f60e3f42e90d552227d6fc1278761637
 IMX_ATF		:= imx-atf-$(IMX_ATF_VERSION)
 IMX_ATF_SUFFIX	:= tar.xz
-IMX_ATF_URL	:= https://source.codeaurora.org/external/imx/imx-atf.git;tag=$(IMX_ATF_VERSION)
+IMX_ATF_URL	:= https://source.codeaurora.org/external/imx/imx-atf.git;tag=rel_$(IMX_ATF_VERSION)
 IMX_ATF_SOURCE	:= $(SRCDIR)/$(IMX_ATF).$(IMX_ATF_SUFFIX)
 IMX_ATF_DIR	:= $(BUILDDIR)/$(IMX_ATF)
 IMX_ATF_LICENSE	:= BSD-3-clause
-- 
2.29.2


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-17  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  8:57 [DistroKit] [PATCH] v8a/imx-atf: Fix URL for source archive Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox