From ae08107ee7d3b3e2a4c4c44f08fdb305cf71aa03 Mon Sep 17 00:00:00 2001 From: Andrei Aldea Date: Sat, 15 Mar 2025 09:18:01 -0500 Subject: [PATCH] Update K3 to use Github Mirror over TI Cgit --- config/sources/families/k3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/k3.conf b/config/sources/families/k3.conf index 381d7a298e..7495ed081c 100644 --- a/config/sources/families/k3.conf +++ b/config/sources/families/k3.conf @@ -19,7 +19,7 @@ case "${BRANCH}" in current) - declare -g KERNELSOURCE="https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel" + declare -g KERNELSOURCE="https://github.com/TexasInstruments-Sandbox/ti-linux-kernel" declare -g KERNEL_MAJOR_MINOR="6.6" declare -g KERNELBRANCH="branch:ti-linux-6.6.y" ;; @@ -49,7 +49,7 @@ function add_host_dependencies__k3_python3_dep() { function compile_k3_bootgen() { # Source code checkout - (fetch_from_repo "https://git.ti.com/cgit/processor-firmware/ti-linux-firmware" "ti-linux-firmware" "branch:ti-linux-firmware") + (fetch_from_repo "https://github.com/TexasInstruments-Sandbox/ti-linux-firmware" "ti-linux-firmware" "branch:ti-linux-firmware") pushd ${SRC}/cache/sources/u-boot-worktree/${BOOTDIR}/${BOOTBRANCH##*:} || exit