summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel
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:27 -0500
commitb22b4b4476e99fc91951a7e6759cfa5861d167f8 (patch)
tree80dc15f007c19877c62b2ebd419607d716ff0861 /meta-ti-bsp/recipes-kernel
parent57da1808a3cd28b548b58621c0349220d9b13e6b (diff)
downloadmeta-ti-b22b4b4476e99fc91951a7e6759cfa5861d167f8.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>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
-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 2e0f2448..2c459ce5 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 29
30DEFCONFIG_NAME = "bb.org_defconfig" 30DEFCONFIG_NAME = "bb.org_defconfig"
31KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}" 31KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}"