diff mbox series

meta-ti-bsp: BeagleBoard switch to GitHub mirror

Message ID 20230331200753.333849-1-robertcnelson@gmail.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series meta-ti-bsp: BeagleBoard switch to GitHub mirror | expand

Commit Message

Robert Nelson March 31, 2023, 8:07 p.m. UTC
BeagleBoard.org's GitLab instance: https://git.beagleboard.org/
easily becomes overloaded, switch to GitHub mirror.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Denys Dmytriyenko March 31, 2023, 8:28 p.m. UTC | #1
On Fri, Mar 31, 2023 at 03:07:53PM -0500, Robert Nelson wrote:
> BeagleBoard.org's GitLab instance: https://git.beagleboard.org/
> easily becomes overloaded, switch to GitHub mirror.

Thanks!


> Signed-off-by: Robert Nelson <robertcnelson@gmail.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
> index 35fb40cd..07d06e21 100644
> --- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
> +++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
> @@ -25,7 +25,7 @@ SRCREV:k3 = "11ebcc09f32669fac8254dff56d500f86c4c2caf"
>  PV:k3 = "5.10.153+git${SRCPV}"
>  BRANCH:k3 = "5.10-arm64"
>  
> -SRC_URI = "git://git.beagleboard.org/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
> +SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
>             file://init_disassemble_info-signature-changes-causes-compile-failures.patch"
>  
>  DEFCONFIG_NAME = "bb.org_defconfig"
> -- 
> 2.39.2
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index 35fb40cd..07d06e21 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -25,7 +25,7 @@  SRCREV:k3 = "11ebcc09f32669fac8254dff56d500f86c4c2caf"
 PV:k3 = "5.10.153+git${SRCPV}"
 BRANCH:k3 = "5.10-arm64"
 
-SRC_URI = "git://git.beagleboard.org/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
+SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
            file://init_disassemble_info-signature-changes-causes-compile-failures.patch"
 
 DEFCONFIG_NAME = "bb.org_defconfig"