summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Nelson <robertcnelson@gmail.com>2023-03-31 15:07:53 -0500
committerRyan Eatmon <reatmon@ti.com>2023-03-31 17:11:53 -0500
commit994fa26a12690f672899f7f585110d929592085b (patch)
tree4253eec7317192fc4ffcfa4eae420d4aa85fb4c6
parent3659c01234c8e1b2c3cd12c3f207de5f614fd2c8 (diff)
downloadmeta-ti-994fa26a12690f672899f7f585110d929592085b.tar.gz
meta-ti-bsp: BeagleBoard switch to GitHub mirror
BeagleBoard.org's GitLab instance: https://git.beagleboard.org/ easily becomes overloaded, switch to GitHub mirror. Signed-off-by: Robert Nelson <robertcnelson@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
25PV:k3 = "5.10.153+git${SRCPV}" 25PV:k3 = "5.10.153+git${SRCPV}"
26BRANCH:k3 = "5.10-arm64" 26BRANCH:k3 = "5.10-arm64"
27 27
28SRC_URI = "git://git.beagleboard.org/beagleboard/linux.git;protocol=https;branch=${BRANCH} \ 28SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH} \
29 file://init_disassemble_info-signature-changes-causes-compile-failures.patch" 29 file://init_disassemble_info-signature-changes-causes-compile-failures.patch"
30 30
31DEFCONFIG_NAME = "bb.org_defconfig" 31DEFCONFIG_NAME = "bb.org_defconfig"