blob: 258582043b84509ad3f5a5c0b8bd3a9844b47d1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[submodule "bootloader"]
path = bootloader
url = https://source.denx.de/u-boot/u-boot.git
shallow = true
[submodule "kernel"]
path = kernel
# url = https://openbeagle.org/beagleboard/linux.git
url = https://github.com/beagleboard/linux
branch = v6.1.69-ti-r22
shallow = true
[submodule "busybox"]
path = busybox
url = https://git.busybox.net/busybox
branch = 1_36_stable
shallow = true
|