DistroKit Mailinglist
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH] v8a/imx-atf: Fix URL for source archive
Date: Wed, 17 Mar 2021 09:57:05 +0100	[thread overview]
Message-ID: <20210317085705.29071-1-u.kleine-koenig@pengutronix.de> (raw)

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

                 reply	other threads:[~2021-03-17  8:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210317085705.29071-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox