mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-06 20:32:44 +00:00
39 lines
883 B
JSON
39 lines
883 B
JSON
{
|
|
"//":"release ubuntu as sos verion",
|
|
"install_package":"true",
|
|
"gcc_version":"7.3.0",
|
|
"binutils":"2.27",
|
|
"//":"acrn-hypervisor config",
|
|
"build_acrn":"true",
|
|
"sync_acrn_code":"true",
|
|
"acrn_repo":"https://github.com/projectacrn/acrn-hypervisor.git",
|
|
"release_version":"remotes/origin/release_2.0",
|
|
"acrn_deb_package":"true",
|
|
"install_acrn_deb":"false",
|
|
"build_cmd":
|
|
{
|
|
"scenario":
|
|
{
|
|
"industry":"true",
|
|
"hybrid":"true",
|
|
"logical_partition":"true"
|
|
|
|
},
|
|
"board":
|
|
{
|
|
"nuc7i7dnb":"true",
|
|
"whl-ipc-i5":"true"
|
|
},
|
|
"release":"0"
|
|
},
|
|
"//":"kernel config",
|
|
"build_acrn_kernel":"true",
|
|
"sync_acrn_kernel_code":"true",
|
|
"kernel_release_version":"remotes/origin/release_2.0",
|
|
"sos_kernel_repo":"https://github.com/projectacrn/acrn-kernel.git",
|
|
"acrn_kernel_deb_package":"true",
|
|
"install_acrn_kernel_deb":"false",
|
|
"//":"misc",
|
|
"auto_reboot":"false"
|
|
}
|