summaryrefslogtreecommitdiff
path: root/packages/htools
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 11:40:05 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 11:40:05 +0100
commit966d864aefc179f1cf5c026f933283bda2ae23ff (patch)
treea23cb9fea2bfad8973096180fb8be60e58b0b9ec /packages/htools
parent027c0cdcc13a8c0e9f48c7f5dcc4cb818bf9977b (diff)
downloadembtoolkit-966d864aefc179f1cf5c026f933283bda2ae23ff.tar.gz
embtoolkit-966d864aefc179f1cf5c026f933283bda2ae23ff.tar.bz2
embtoolkit-966d864aefc179f1cf5c026f933283bda2ae23ff.tar.xz
Build system: move host tools kconfig entries to packages/htools/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools')
-rw-r--r--packages/htools/hosttools-buildopts.kconfig148
1 files changed, 148 insertions, 0 deletions
diff --git a/packages/htools/hosttools-buildopts.kconfig b/packages/htools/hosttools-buildopts.kconfig
new file mode 100644
index 0000000..0c15332
--- /dev/null
+++ b/packages/htools/hosttools-buildopts.kconfig
@@ -0,0 +1,148 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2012-2014 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 "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_WIPEOUTWORKSPACES
+ bool "Wipe out packages workspace after successful build"
+ help
+ Wipe out packages workspace after successful build. If is highly
+ recommended to enable this option if you want to save disk space on you
+ host development.
+
+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.
+
+comment "-----------------------------"
+comment "Host tools"
+comment "-----------------------------"
+
+config EMBTK_HAVE_MKIMAGE
+ bool
+ select EMBTK_HOST_HAVE_ZLIB
+ default y
+ help
+ u-boot mkimage tool.
+
+#
+# zlib for host
+#
+source kconfig/zlib_host.kconfig
+
+#
+# gperf for host
+#
+source kconfig/gperf_host.kconfig
+
+#
+# GMP
+#
+source kconfig/gmp.kconfig
+
+#
+# MPFR
+#
+source kconfig/mpfr.kconfig
+
+#
+# MPC
+#
+source kconfig/mpc.kconfig
+
+#
+# ccache
+#
+source kconfig/ccache.kconfig
+
+#
+# Autotools
+#
+source kconfig/m4.kconfig
+source kconfig/libtool.kconfig
+source kconfig/autoconf.kconfig
+source kconfig/automake.kconfig
+
+#
+# GNU sed
+#
+source kconfig/gsed.kconfig
+
+#
+# BSD make
+#
+source kconfig/bmake.kconfig
+
+#
+# GNU make
+#
+source kconfig/gmake.kconfig
+
+#
+# pkgconf
+#
+source kconfig/pkgconf.kconfig
+
+#
+# fakeroot
+#
+source kconfig/fakeroot.kconfig
+
+#
+# gperf for host
+#
+source kconfig/gperf_host.kconfig
+
+#
+# libelf
+#
+source packages/misc/libelf/libelf.kconfig