summaryrefslogtreecommitdiff
path: root/Config.in
blob: 6035aacdf6a97f22e758a868eb05596a38ac0fa3 (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
#

mainmenu "Tizen Building Block $TBB_VERSION Configuration"

config TBB_VERSION
	string
	option env=TBB_VERSION

choice
prompt "Platform Version"
config TBB_INFO_PLATFORM_VERSION_4.0
	bool "tizen-4.0"

config TBB_INFO_PLATFORM_VERSION_5.0
	bool "tizen-5.0"
endchoice

config TBB_INFO_SNAPSHOT_ID
	string "Snapshot ID"
	default "20171218.2"
	help
		Snapshot ID format : yyyymmdd.n or latest

config TBB_INFO_IMAGE_NAME
	string "Image Name"
	default "tizen-iot-img"

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_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

endif
endif
config TBB_INFO_DL_DIR
	string
	default "${TOPDIR}/dl"