* [PATCH] Use github mirrors for trusted-firmware-a
@ 2024-06-10 10:25 Uladzimir Bely
2024-06-13 10:20 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2024-06-10 10:25 UTC (permalink / raw)
To: isar-users
Original repo from git.trustedfirmware.org appears to be down often,
so readonly github mirror should work better.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
.../trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb | 2 +-
.../trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb | 2 +-
2 files changed, 2 insertions(+), 2 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 aae3e2a8..bf1e3f05 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,7 +5,7 @@
require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
-SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"
+SRC_URI += "git://github.com/ARM-software/arm-trusted-firmware.git;protocol=https;branch=master"
SRCREV = "b6c0948400594e3cc4dbb5a4ef04b815d2675808"
S = "${WORKDIR}/git"
diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
index cc2c2614..9927b460 100644
--- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
+++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
@@ -5,7 +5,7 @@
require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
-SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=master"
+SRC_URI += "git://github.com/ARM-software/arm-trusted-firmware.git;protocol=https;branch=master"
SRCREV = "e2c509a39c6cc4dda8734e6509cdbe6e3603cdfc"
S = "${WORKDIR}/git"
--
2.44.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Use github mirrors for trusted-firmware-a
2024-06-10 10:25 [PATCH] Use github mirrors for trusted-firmware-a Uladzimir Bely
@ 2024-06-13 10:20 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-06-13 10:20 UTC (permalink / raw)
To: isar-users
On Mon, 2024-06-10 at 13:25 +0300, Uladzimir Bely wrote:
> Original repo from git.trustedfirmware.org appears to be down often,
> so readonly github mirror should work better.
>
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
> .../trusted-firmware-a/trusted-firmware-a-beagleplay_2.10.bb | 2
> +-
> .../trusted-firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb | 2
> +-
> 2 files changed, 2 insertions(+), 2 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 aae3e2a8..bf1e3f05 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,7 +5,7 @@
>
> require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
>
> -SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-
> a.git;protocol=https;branch=master"
> +SRC_URI += "git://github.com/ARM-software/arm-trusted-
> firmware.git;protocol=https;branch=master"
> SRCREV = "b6c0948400594e3cc4dbb5a4ef04b815d2675808"
>
> S = "${WORKDIR}/git"
> diff --git a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-
> firmware-a-stm32mp15x_2.4.bb b/meta-isar/recipes-bsp/trusted-
> firmware-a/trusted-firmware-a-stm32mp15x_2.4.bb
> index cc2c2614..9927b460 100644
> --- a/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-
> stm32mp15x_2.4.bb
> +++ b/meta-isar/recipes-bsp/trusted-firmware-a/trusted-firmware-a-
> stm32mp15x_2.4.bb
> @@ -5,7 +5,7 @@
>
> require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc
>
> -SRC_URI += "git://git.trustedfirmware.org/TF-A/trusted-firmware-
> a.git;protocol=https;branch=master"
> +SRC_URI += "git://github.com/ARM-software/arm-trusted-
> firmware.git;protocol=https;branch=master"
> SRCREV = "e2c509a39c6cc4dda8734e6509cdbe6e3603cdfc"
>
> S = "${WORKDIR}/git"
> --
> 2.44.2
>
Applied to next.
--
Best regards,
Uladzimir.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-13 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-10 10:25 [PATCH] Use github mirrors for trusted-firmware-a Uladzimir Bely
2024-06-13 10:20 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox