summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-04 23:39:48 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-04 23:39:48 +0100
commit184bad1146fd846ec8ba72a04fc40b953be742f1 (patch)
treef7fa9f7c343e0c36121e28d74decc79062bfe9b6 /kconfig
parent53ef1400232706d31b0c4b386868924e1b1ae5a2 (diff)
downloadembtoolkit-184bad1146fd846ec8ba72a04fc40b953be742f1.tar.gz
embtoolkit-184bad1146fd846ec8ba72a04fc40b953be742f1.tar.bz2
embtoolkit-184bad1146fd846ec8ba72a04fc40b953be742f1.tar.xz
Toolchain: uClibc: give ability to checkout the git repository instead of a release version
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/uclibc-kconfigs/uclibc.kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/kconfig/uclibc-kconfigs/uclibc.kconfig b/kconfig/uclibc-kconfigs/uclibc.kconfig
index 0918008..84fdcff 100644
--- a/kconfig/uclibc-kconfigs/uclibc.kconfig
+++ b/kconfig/uclibc-kconfigs/uclibc.kconfig
@@ -40,8 +40,26 @@ choice
config EMBTK_UCLIBC_VERSION_0_9_30
bool "uClibc-0.9.30"
select EMBTK_UCLIBC_NEED_PATCH
+ config EMBTK_UCLIBC_VERSION_GIT
+ bool "Use a branch of uClibc git repository"
+ help
+ see http://git.uclibc.org/uClibc
endchoice
+config EMBTK_UCLIBC_GIT_BRANCH
+ string "Branch to use"
+ default "master"
+ depends on EMBTK_UCLIBC_VERSION_GIT
+ help
+ The branch of the git repository to use.
+
+config EMBTK_UCLIBC_GIT_REVISION
+ string "Revision to checkout"
+ default "HEAD"
+ depends on EMBTK_UCLIBC_VERSION_GIT
+ help
+ The revision of the git repository to checkout.
+
config EMBTK_UCLIBC_NEED_PATCH
bool
@@ -154,6 +172,7 @@ config EMBTK_UCLIBC_VERSION_STRING
string
default "0.9.30.1" if EMBTK_UCLIBC_VERSION_0_9_30_1
default "0.9.30" if EMBTK_UCLIBC_VERSION_0_9_30
+ default "git" if EMBTK_UCLIBC_VERSION_GIT
if KEMBTK_UCLIBC_TARGET_arm
source kconfig/uclibc-kconfigs/uclibc-arm.kconfig