SBC_builder/config/target_meta.json
2025-06-21 11:28:43 +02:00

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"
}
}
]