blob: 09d00cae26263d2403144bf279e54479a326aabd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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
[submodule "software/jdk8u"]
path = software/jdk8u
url = https://github.com/openjdk/jdk8u
shallow = true
|