blob: 7d031e63e5f7aa9fd04f10c9c439df5a712d0581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
#
mainmenu "Tizen Building Block $TBB_VERSION Configuration"
config TBB_VERSION
string
option env=TBB_VERSION
config TBB_INFO_PLATFORM_VERSION_6.0
bool
default y
config TBB_INFO_SNAPSHOT_ID
string "Snapshot ID"
default "latest"
help
Snapshot ID format : yyyymmdd.n or latest
config TBB_INFO_IMAGE_NAME
string "Image Name"
default "tizen-iot-img"
config TBB_INFO_PROFILE_NAME
string "Profile Name"
default "tizeniot"
help
You must use only alphabet and "-".
source "board/Config.in"
if !TBB_SET_no_board
source "partition/Config.in"
if !TBB_SET_no_partition
source "preset/Config.in"
#if !TBB_SET_no_preset
source "domain_api/Config.in"
source "domain_csapi/Config.in"
source "domain_feature/Config.in"
source "application/Config.in"
#endif
source "advanced/Config.in"
config TBB_INFO_PRIVATE_REPO1
prompt "private repository1"
string
config TBB_INFO_PRIVATE_REPO2
prompt "private repository2"
string
config TBB_INFO_PRIVATE_REPO3
prompt "private repository3"
string
config TBB_INFO_EXTRA_PACKAGES1
prompt "Extra packages1"
string
help
Adding extra packages. Please put a space between the packages as a seperator.
config TBB_INFO_EXTRA_PACKAGES2
prompt "Extra packages2"
string
help
Adding extra packages. Please put a space between the packages as a seperator.
endif
endif
config TBB_INFO_DL_DIR
string
default "${TOPDIR}/dl"
|