1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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>
This commit is contained in:
Robert Nelson
2023-03-31 15:07:53 -05:00
committed by Ryan Eatmon
parent 57da1808a3
commit b22b4b4476
@@ -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}"
DEFCONFIG_NAME = "bb.org_defconfig"
KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}"