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--kconfig/hosttools-buildopts.kconfig73
-rw-r--r--kconfig/zlib_host.kconfig38
2 files changed, 111 insertions, 0 deletions
diff --git a/kconfig/hosttools-buildopts.kconfig b/kconfig/hosttools-buildopts.kconfig
new file mode 100644
index 0000000..bb2c918
--- /dev/null
+++ b/kconfig/hosttools-buildopts.kconfig
@@ -0,0 +1,73 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 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 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file hosttools-buildopts.kconfig
+# \brief hosttools-buildopts.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2012
+################################################################################
+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.
+
+source kconfig/zlib_host.kconfig
+
+
+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.
diff --git a/kconfig/zlib_host.kconfig b/kconfig/zlib_host.kconfig
new file mode 100644
index 0000000..75a73e9
--- /dev/null
+++ b/kconfig/zlib_host.kconfig
@@ -0,0 +1,38 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-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 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file zlib_host.kconfig
+# \brief zlib_host.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date August 2010
+################################################################################
+
+config EMBTK_HOST_HAVE_ZLIB
+ bool
+ help
+ zlib is a compression library.
+
+config EMBTK_ZLIB_HOST_VERSION_STRING
+ string
+ default "1.2.5"
+
+config EMBTK_ZLIB_HOST_NEED_PATCH
+ bool
+config EMBTK_ZLIB_HOST_NEED_AUTORECONF
+ bool