summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-15 12:24:31 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-15 12:24:31 +0100
commitdec7ba98333dcf69a97ea8a22583171fbe035e00 (patch)
treec9093c836df3071b368c7ba1a05ab96adb35dfff /Kconfig
parentebeb7a5dc4451545d24a51f2f21a3a0fe15f36a8 (diff)
downloadembtoolkit-dec7ba98333dcf69a97ea8a22583171fbe035e00.tar.gz
embtoolkit-dec7ba98333dcf69a97ea8a22583171fbe035e00.tar.bz2
embtoolkit-dec7ba98333dcf69a97ea8a22583171fbe035e00.tar.xz
Packages: zlib: separate zlib and zlib_host to avoid unmet dependency EMBTK_HAVE_ROOTFS
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig51
1 files changed, 3 insertions, 48 deletions
diff --git a/Kconfig b/Kconfig
index 550d63b..7ff0321 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,10 +1,10 @@
################################################################################
# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -61,52 +61,7 @@ source kconfig/targetbuildopts.kconfig
endmenu
menu "Embtoolkit build options and host tools"
-comment "-----------------------------"
-comment "Host tools"
-comment "-----------------------------"
-
-config EMBTK_HOST_HAVE_CMAKE
- bool "Build cmake for the host development machine"
-
-config EMBTK_HAVE_MKIMAGE
- bool
- select EMBTK_HOST_HAVE_ZLIB
- default y
- help
- u-boot mkimage tool.
-
-comment "-----------------------------"
-comment "Build options"
-comment "-----------------------------"
-
-config EMBTK_NUMBER_BUILD_JOBS
- int "Number of parallel build jobs"
- default 1
-
-config EMBTK_DOWNLOAD_DIR
- string "Download directory"
- default $EMBTK_DEFAULT_DL
- help
- Directory where downloaded packages are stored.
-
- You must specify here an absolute directory location, if you choose to
- use an alternate location.
-
- Note:
- If you want to preserve downloaded packages from being removed when
- you do make distclean, you must specify an alternate location.
- If you leave this option in the default location under Embtoolkit,
- $(EMBTK_ROOT)/dl, then make distclean will remove downloaded packages.
- But keep in mind that only a make distclean command will remove
- downloaded packages in the default location under EmbToolkit,
- not make clean.
-
-config EMBTK_CACHE_PATCHES
- bool "Preserve first downloaded patches and do not download new one"
- default y
- help
- When this option is enable, new patches for packages will not be
- downloaded the second time you run the build process.
+source kconfig/hosttools-buildopts.kconfig
endmenu
config EMBTK_HAVE_ROOTFS