summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-11 13:28:24 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-09-11 13:28:24 +0200
commit598696b67e67ec2a23018a20dbdf1a62d102364a (patch)
tree8989a9da2480eb71b82dca81c9a7f90229c9d785 /kconfig
parentc7c450a94b44e81de152a240a9bddff85d20cbc1 (diff)
downloadembtoolkit-598696b67e67ec2a23018a20dbdf1a62d102364a.tar.gz
embtoolkit-598696b67e67ec2a23018a20dbdf1a62d102364a.tar.bz2
embtoolkit-598696b67e67ec2a23018a20dbdf1a62d102364a.tar.xz
Toolchain: uClibc: use generic macros to download from git
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/uclibc-kconfigs/embtk-uclibc.kconfig15
1 files changed, 9 insertions, 6 deletions
diff --git a/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig b/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
index 6c7d423..f2cd4c5 100644
--- a/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
+++ b/kconfig/uclibc-kconfigs/embtk-uclibc.kconfig
@@ -52,19 +52,22 @@ config EMBTK_UCLIBC_VERSION_STRING
default "0.9.32" if EMBTK_UCLIBC_VERSION_0_9_32
default "git" if EMBTK_UCLIBC_VERSION_GIT
-config EMBTK_UCLIBC_GIT_BRANCH
+config EMBTK_UCLIBC_REFSPEC
+ string
+ default "toolchain"
+
+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.
+ The branch of the git repository to use, the default is master.
-config EMBTK_UCLIBC_GIT_REVISION
- string "Revision to checkout"
- default "HEAD"
+config EMBTK_UCLIBC_GIT_REVISION
+ string "Checkout a specific revision instead of the latest"
depends on EMBTK_UCLIBC_VERSION_GIT
help
- The revision of the git repository to checkout.
+ Chechout a specific revision instead of the latest.
config EMBTK_UCLIBC_NEED_PATCH
bool