1{
2	"//":"release ubuntu as sos verion",
3	"install_package":"true",
4	"gcc_version":"7.3.0",
5	"binutils":"2.27",
6	"//":"acrn-hypervisor config",
7	"build_acrn":"true",
8	"sync_acrn_code":"true",
9	"acrn_repo":"https://github.com/projectacrn/acrn-hypervisor.git",
10	"release_version":"remotes/origin/release_2.1",
11	"acrn_deb_package":"true",
12	"install_acrn_deb":"false",
13	"build_cmd":
14	{
15		"build_method":
16		{
17			"use_xml":"true",
18			"use_sourcecode":"true"
19		},
20		"scenario":
21		{
22			"industry":"true",
23			"hybrid":"true",
24			"logical_partition":"true"
25
26		},
27		"board":
28		{
29			"nuc7i7dnb":"true",
30			"whl-ipc-i5":"true"
31		},
32		"release":"0"
33	},
34	"acrn_patch":
35	{
36		"patch_need":"false",
37		"patch_dir":"acrn_additional_patch",
38		"patch_list":
39		{
40			"0001-xxxxxxxx.patch": "true",
41			"0002-xxxxxxxx.patch": "true"
42		}
43
44	},
45	"//":"kernel config",
46	"build_acrn_kernel":"true",
47	"sync_acrn_kernel_code":"true",
48	"kernel_patch":
49	{
50		"patch_need":"false",
51		"patch_dir":"kernel_additional_patch",
52		"patch_list":
53		{
54			"0001_xxxxxxxx.patch": "true"
55		}
56
57	},
58	"kernel_release_version":"remotes/origin/release_2.1",
59	"sos_kernel_repo":"https://github.com/projectacrn/acrn-kernel.git",
60	"acrn_kernel_deb_package":"true",
61	"install_acrn_kernel_deb":"false",
62	"//":"misc",
63	"auto_reboot":"false"
64}
65