* [PATCH] beagleplay: Migrate trusted-firmware-a to git
@ 2024-04-04 15:12 Anton Mikanovich
2024-04-05 7:46 ` Uladzimir Bely
2024-04-05 13:17 ` Uladzimir Bely
0 siblings, 2 replies; 3+ messages in thread
From: Anton Mikanovich @ 2024-04-04 15:12 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
TFA snapshot is no more accessable, so move to git usage.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
.../trusted-firmware-a-beagleplay_2.10.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
index be1e10bb..035095b6 100644
--- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
+++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb
@@ -5,10 +5,10 @@
require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
-SRC_URI += "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${PV}.tar.gz"
-SRC_URI[sha256sum] = "88215a62291b9ba87da8e50b077741103cdc08fb6c9e1ebd34dfaace746d3201"
+SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"
+SRCREV = "b6c0948400594e3cc4dbb5a4ef04b815d2675808"
-S = "${WORKDIR}/trusted-firmware-a-${PV}"
+S = "${WORKDIR}/git"
TF_A_PLATFORM = "k3"
TF_A_EXTRA_BUILDARGS = "CFG_ARM64=y TARGET_BOARD=lite SPD=opteed"
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] beagleplay: Migrate trusted-firmware-a to git
2024-04-04 15:12 [PATCH] beagleplay: Migrate trusted-firmware-a to git Anton Mikanovich
@ 2024-04-05 7:46 ` Uladzimir Bely
2024-04-05 13:17 ` Uladzimir Bely
1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2024-04-05 7:46 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
On Thu, 2024-04-04 at 18:12 +0300, Anton Mikanovich wrote:
> TFA snapshot is no more accessable, so move to git usage.
Hello all.
Since the following links to snapshot tarballs are not available now,
we have a broken CI now. So, we would like to merge this patch as well
as similar one for stm32mp15x target as soon as possible.
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-2.4.tar.gz
https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-2.10.tar.gz
If there are no objections, we are going to have them both merged by
the end of the day.
--
Best regards,
Uladzimir.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] beagleplay: Migrate trusted-firmware-a to git
2024-04-04 15:12 [PATCH] beagleplay: Migrate trusted-firmware-a to git Anton Mikanovich
2024-04-05 7:46 ` Uladzimir Bely
@ 2024-04-05 13:17 ` Uladzimir Bely
1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2024-04-05 13:17 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
On Thu, 2024-04-04 at 18:12 +0300, Anton Mikanovich wrote:
> TFA snapshot is no more accessable, so move to git usage.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> .../trusted-firmware-a-beagleplay_2.10.bb | 6 +++-
> --
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-
> firmware-a-beagleplay_2.10.bb b/meta-isar/recipes-bsp/trusted-
> firmware-a/trusted-firmware-a-beagleplay_2.10.bb
> index be1e10bb..035095b6 100644
> --- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-
> beagleplay_2.10.bb
> +++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-
> beagleplay_2.10.bb
> @@ -5,10 +5,10 @@
>
> require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
>
> -SRC_URI +=
> "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot
> /trusted-firmware-a-${PV}.tar.gz"
> -SRC_URI[sha256sum] =
> "88215a62291b9ba87da8e50b077741103cdc08fb6c9e1ebd34dfaace746d3201"
> +SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-
> a.git;protocol=https;branch=master"
> +SRCREV = "b6c0948400594e3cc4dbb5a4ef04b815d2675808"
>
> -S = "${WORKDIR}/trusted-firmware-a-${PV}"
> +S = "${WORKDIR}/git"
>
> TF_A_PLATFORM = "k3"
> TF_A_EXTRA_BUILDARGS = "CFG_ARM64=y TARGET_BOARD=lite SPD=opteed"
> --
> 2.34.1
>
--
Best regards,
Uladzimir.
Applied to next.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-05 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 15:12 [PATCH] beagleplay: Migrate trusted-firmware-a to git Anton Mikanovich
2024-04-05 7:46 ` Uladzimir Bely
2024-04-05 13:17 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox