From 184bad1146fd846ec8ba72a04fc40b953be742f1 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 4 Dec 2009 23:39:48 +0100 Subject: Toolchain: uClibc: give ability to checkout the git repository instead of a release version Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/uclibc-kconfigs/uclibc.kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'kconfig') 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 -- cgit v1.2.3