Files
acrn-hypervisor/misc/packaging/release.json
Liu Long 811ffe0117 ACRN: Packaging: Terminology for UOS/SOS in Packaging script
Rename the sos to Service VM in Packaging script.

Tracked-On: #6908
Signed-off-by: Liu Long <long.liu@linux.intel.com>
2021-12-02 15:26:57 +08:00

65 lines
1.3 KiB
JSON

{
"//":"release ubuntu as Service VM OS 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.1",
"acrn_deb_package":"true",
"install_acrn_deb":"false",
"build_cmd":
{
"build_method":
{
"use_xml":"true",
"use_sourcecode":"true"
},
"scenario":
{
"industry":"true",
"hybrid":"true",
"logical_partition":"true"
},
"board":
{
"nuc7i7dnb":"true",
"whl-ipc-i5":"true"
},
"release":"0"
},
"acrn_patch":
{
"patch_need":"false",
"patch_dir":"acrn_additional_patch",
"patch_list":
{
"0001-xxxxxxxx.patch": "true",
"0002-xxxxxxxx.patch": "true"
}
},
"//":"kernel config",
"build_acrn_kernel":"true",
"sync_acrn_kernel_code":"true",
"kernel_patch":
{
"patch_need":"false",
"patch_dir":"kernel_additional_patch",
"patch_list":
{
"0001_xxxxxxxx.patch": "true"
}
},
"kernel_release_version":"remotes/origin/release_2.1",
"service_vm_os_kernel_repo":"https://github.com/projectacrn/acrn-kernel.git",
"acrn_kernel_deb_package":"true",
"install_acrn_kernel_deb":"false",
"//":"misc",
"auto_reboot":"false"
}