Update K3 to use Github Mirror over TI Cgit
This commit is contained in:
parent
d4022fbbbb
commit
ae08107ee7
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user