mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
42 lines
883 B
JSON
42 lines
883 B
JSON
[
|
|
{
|
|
"atf":
|
|
{
|
|
"url": "https://github.com/ARM-software/arm-trusted-firmware.git",
|
|
"config": false
|
|
}
|
|
},
|
|
{
|
|
"uboot":
|
|
{
|
|
"url": "https://github.com/u-boot/u-boot.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"kernel":
|
|
{
|
|
"url": "https://github.com/torvalds/linux.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"buildroot":
|
|
{
|
|
"url": "https://github.com/buildroot/buildroot.git",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
},
|
|
{
|
|
"busybox":
|
|
{
|
|
"url": "https://git.busybox.net/busybox",
|
|
"config": true,
|
|
"config_target": "menuconfig"
|
|
}
|
|
}
|
|
]
|