mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 11:04:04 +02:00
34 lines
707 B
JSON
34 lines
707 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"
|
|
}
|
|
}
|
|
]
|