summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:43:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:43:08 +0200
commit27cfb0e6df5661d2744b67138af69da477ee6c5a (patch)
tree1a9b2e14da52adadb7f634ae7894a2b2848c44c0 /Config.in
parente9b52dbc4bb9e531c15fa442121288de98c0904f (diff)
add shuttle and tomtom device support
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 903ec2cf5..06abfd3be 100644
--- a/Config.in
+++ b/Config.in
@@ -17,6 +17,41 @@ config ADK_HAVE_DOT_CONFIG
menu "ADK settings"
+config ADK_DEVELSYSTEM
+ bool "Compile a ADK development system"
+ default n
+ select ADK_CXX
+ select ADK_PACKAGE_AUTOCONF
+ select ADK_PACKAGE_AUTOMAKE
+ select ADK_PACKAGE_BASH
+ select ADK_PACKAGE_BINUTILS
+ select ADK_PACKAGE_BISON
+ select ADK_PACKAGE_BZIP2
+ select ADK_PACKAGE_DIFFUTILS
+ select ADK_PACKAGE_FILE
+ select ADK_PACKAGE_FLEX
+ select ADK_PACKAGE_GAWK
+ select ADK_PACKAGE_GCC
+ select ADK_PACKAGE_GIT
+ select ADK_PACKAGE_GPERF
+ select ADK_PACKAGE_UCLIBC_DEV if ADK_TARGET_LIB_UCLIBC
+ select ADK_PACKAGE_EGLIBC_DEV if ADK_TARGET_LIB_EGLIBC
+ select ADK_PACKAGE_GLIBC_DEV if ADK_TARGET_LIB_GLIBC
+ select ADK_PACKAGE_LIBNCURSES
+ select ADK_PACKAGE_LIBNCURSES_DEV
+ select ADK_PACKAGE_LIBTOOL
+ select ADK_PACKAGE_M4
+ select ADK_PACKAGE_MAKE
+ select ADK_PACKAGE_PATCH
+ select ADK_PACKAGE_TAR
+ select ADK_PACKAGE_ZLIB
+ select ADK_PACKAGE_ZLIB_DEV
+ help
+ After bootstrapping a Linux system you might want to
+ switch to native builds with your target.
+ If you choose this option, all necessary software needed
+ for native building will be selected.
+
config ADK_MAKE_JOBS
int
default 1 if ! ADK_MAKE_PARALLEL