SBC_builder/config/target_meta.json
2025-06-22 22:19:52 +02:00

49 lines
1.0 KiB
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"
}
},
{
"rtl8189ES_linux":
{
"url": "https://github.com/jwrdegoede/rtl8189ES_linux.git",
"config": false
}
}
]