summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in59
1 files changed, 59 insertions, 0 deletions
diff --git a/Config.in b/Config.in
new file mode 100644
index 0000000..9d0eb8b
--- /dev/null
+++ b/Config.in
@@ -0,0 +1,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 "20171214.5"
+ 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"