diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-17 10:03:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-17 10:04:12 +0100 |
commit | 0e046080c1624fcb0e3e9ed6bc590faf22cfe3f0 (patch) | |
tree | 7e2eecc408426774fd24244a21d24db8c9478972 /target | |
parent | 5fcc1f9dfa1f9965eaf7adb28755ee88151a79ae (diff) |
add development appliance config
Diffstat (limited to 'target')
-rw-r--r-- | target/appliances/development.appliance | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/appliances/development.appliance b/target/appliances/development.appliance new file mode 100644 index 000000000..49c9b4b2c --- /dev/null +++ b/target/appliances/development.appliance @@ -0,0 +1,21 @@ +config ADK_APPLIANCE_DEVELOPMENT + bool "development appliance" + select ADK_PACKAGE_GCC + select ADK_PACKAGE_GXX + select ADK_PACKAGE_BINUTILS + select ADK_PACKAGE_MAKE + select ADK_PACKAGE_GDB + select ADK_PACKAGE_BISON + select ADK_PACKAGE_FLEX + select ADK_PACKAGE_PKGCONF + select ADK_PACKAGE_AUTOCONF + select ADK_PACKAGE_AUTOMAKE + select ADK_PACKAGE_LIBTOOL + select ADK_PACKAGE_GLIBC_DEV if ADK_TARGET_LIB_GLIBC + select ADK_PACKAGE_MUSL_DEV if ADK_TARGET_LIB_MUSL + select ADK_PACKAGE_UCLIBC_NG_DEV if ADK_TARGET_LIB_UCLIBC_NG + select ADK_PACKAGE_GIT + help + If you want to develop software on your target, choose this + appliance, so gcc, binutils and co will be selected. + |