summaryrefslogtreecommitdiff
path: root/target/collections/development
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-08 20:09:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-09 19:09:47 +0100
commitfbddcd227c26995d2933517b9dbb2d7dd3d5c9b6 (patch)
tree5ebc2dd46911e16b49dea7a569deb7879813fc40 /target/collections/development
parent2456b5f30e399a30e9064dd7c42154386cff19c4 (diff)
add basic support for raspberry pi2
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
Diffstat (limited to 'target/collections/development')
-rw-r--r--target/collections/development45
1 files changed, 0 insertions, 45 deletions
diff --git a/target/collections/development b/target/collections/development
deleted file mode 100644
index 2e11894a8..000000000
--- a/target/collections/development
+++ /dev/null
@@ -1,45 +0,0 @@
-config ADK_PKG_DEVELOPMENT
- bool "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_OPENSSH
- select ADK_PACKAGE_OPENSSH_CLIENT
- select ADK_PACKAGE_OPENSSH_SERVER
- 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 BUSYBOX_CPIO
- select ADK_PACKAGE_XZ
- 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.
-