Message ID | 20241017080013.25340-1-ubely@ilbers.de |
---|---|
State | Accepted, archived |
Headers | show |
Series | Use github mirror for barebox | expand |
On Thu, 2024-10-17 at 11:00 +0300, Uladzimir Bely wrote: > Original repo from git.pengutronix.de seems not providing > the tarball anymore. > > Signed-off-by: Uladzimir Bely <ubely@ilbers.de> > --- > meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > index ad0b0c3c..fb048fae 100644 > --- a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > +++ b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > @@ -5,7 +5,7 @@ inherit dpkg > > require recipes-bsp/barebox/barebox.inc > > -SRC_URI += > "https://git.pengutronix.de/cgit/barebox/snapshot/barebox-${PV}.tar.g > z \ > +SRC_URI += > "https://github.com/barebox/${PN}/archive/refs/tags/v${PV}.tar.gz;dow > nloadfilename=${P}.tar.gz \ > file://0001-of_dump-Add-a-simple-node-check-up.patch" > > S = "${WORKDIR}/barebox-${PV}" > -- > 2.45.2 > Hello all. If there are no objections, we'd like to merge this earlier than usually (e.g. by next Tuesday) since to get CI "green" again. Github mirror for barebox is an official one (account for https://github.com/barebox is "Verified")
On Thu, 2024-10-17 at 11:00 +0300, Uladzimir Bely wrote: > Original repo from git.pengutronix.de seems not providing > the tarball anymore. > > Signed-off-by: Uladzimir Bely <ubely@ilbers.de> > --- > meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > index ad0b0c3c..fb048fae 100644 > --- a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > +++ b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb > @@ -5,7 +5,7 @@ inherit dpkg > > require recipes-bsp/barebox/barebox.inc > > -SRC_URI += > "https://git.pengutronix.de/cgit/barebox/snapshot/barebox-${PV}.tar.g > z \ > +SRC_URI += > "https://github.com/barebox/${PN}/archive/refs/tags/v${PV}.tar.gz;dow > nloadfilename=${P}.tar.gz \ > file://0001-of_dump-Add-a-simple-node-check-up.patch" > > S = "${WORKDIR}/barebox-${PV}" > -- > 2.45.2 > Applied to next.
diff --git a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb index ad0b0c3c..fb048fae 100644 --- a/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb +++ b/meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb @@ -5,7 +5,7 @@ inherit dpkg require recipes-bsp/barebox/barebox.inc -SRC_URI += "https://git.pengutronix.de/cgit/barebox/snapshot/barebox-${PV}.tar.gz \ +SRC_URI += "https://github.com/barebox/${PN}/archive/refs/tags/v${PV}.tar.gz;downloadfilename=${P}.tar.gz \ file://0001-of_dump-Add-a-simple-node-check-up.patch" S = "${WORKDIR}/barebox-${PV}"
Original repo from git.pengutronix.de seems not providing the tarball anymore. Signed-off-by: Uladzimir Bely <ubely@ilbers.de> --- meta-isar/recipes-bsp/barebox/barebox_2024.05.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)