summaryrefslogtreecommitdiff
path: root/target/collections/development
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 17:14:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 17:14:57 +0200
commitf89ae854544e3667244336c9b507b3dcc43fb5ae (patch)
tree3fce47f6cda138021168fdad5d63bb1076bd9986 /target/collections/development
parent78c19a3bd33486431a8370a895790c183fc8a7b5 (diff)
more cleanup, *-enabled feature is unused, simplify
Diffstat (limited to 'target/collections/development')
-rw-r--r--target/collections/development40
1 files changed, 40 insertions, 0 deletions
diff --git a/target/collections/development b/target/collections/development
new file mode 100644
index 000000000..62404159f
--- /dev/null
+++ b/target/collections/development
@@ -0,0 +1,40 @@
+config ADK_PKG_DEVELOPMENT
+ bool "Compile a ADK development system"
+ default n
+ select ADK_PACKAGE_BASH
+ select ADK_PACKAGE_BINUTILS
+ select ADK_PACKAGE_DIFFUTILS
+ select ADK_PACKAGE_GCC
+ select ADK_PACKAGE_GXX
+ select ADK_PACKAGE_GIT
+ select ADK_PACKAGE_GREP
+ select ADK_PACKAGE_TAR
+ select ADK_PACKAGE_MUSL_DEV if ADK_TARGET_LIB_MUSL
+ select ADK_PACKAGE_UCLIBC_DEV if ADK_TARGET_LIB_UCLIBC
+ select ADK_PACKAGE_GLIBC_DEV if ADK_TARGET_LIB_GLIBC
+ select ADK_PACKAGE_LIBNCURSES
+ select ADK_PACKAGE_LIBNCURSES_DEV
+ select ADK_PACKAGE_MAKE
+ select ADK_PACKAGE_MKFONTDIR
+ select ADK_PACKAGE_PERL
+ select BUSYBOX_STAT
+ select BUSYBOX_FEATURE_STAT_FORMAT
+ select BUSYBOX_FEATURE_DD_IBS_OBS
+ select BUSYBOX_TR
+ select BUSYBOX_FEATURE_TR_CLASSES
+ select ADK_PACKAGE_ZLIB
+ select ADK_PACKAGE_ZLIB_DEV
+ select ADK_PACKAGE_WGET
+ select ADK_PACKAGE_WGET_WITH_OPENSSL
+ select ADK_PACKAGE_STRACE
+ select ADK_PACKAGE_GDB
+ select ADK_PACKAGE_PARTED
+ select ADK_PACKAGE_SFDISK
+ select ADK_PACKAGE_MKE2FS
+ select ADK_PACKAGE_DOSFSTOOLS
+ help
+ After bootstrapping a Linux system you might want to
+ switch to native builds with your target.
+ If you choose this option, all software required
+ for native building will be selected by this option.
+