From 27cfb0e6df5661d2744b67138af69da477ee6c5a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Sep 2009 20:43:08 +0200 Subject: 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. --- Config.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3