summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 04:46:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 04:46:53 +0100
commitcd45594f39f1ffe4f3804a51e34d85f1b921d70d (patch)
tree681c64e728051be7cf95e5032d359919c1db8081 /tasks
parent6b2b32b4120ebc03b43cdd07df875b1dcd9c3725 (diff)
finetune development task
Diffstat (limited to 'tasks')
-rw-r--r--tasks/004-development8
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/004-development b/tasks/004-development
index 3f0c332f6..229dbc5a8 100644
--- a/tasks/004-development
+++ b/tasks/004-development
@@ -4,11 +4,13 @@ config ADK_APPLIANCE_DEVELOPMENT
select ADK_PACKAGE_GCC
select ADK_PACKAGE_GXX
select ADK_PACKAGE_BINUTILS
+ select ADK_PACKAGE_BASH
select ADK_PACKAGE_MAKE
select ADK_PACKAGE_BISON
select ADK_PACKAGE_FLEX
select ADK_PACKAGE_PKGCONF
select ADK_PACKAGE_PATCH
+ select ADK_PACKAGE_PERL
select ADK_PACKAGE_AUTOCONF
select ADK_PACKAGE_AUTOMAKE
select ADK_PACKAGE_LIBTOOL
@@ -16,10 +18,16 @@ config ADK_APPLIANCE_DEVELOPMENT
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
+ select ADK_PACKAGE_GIT_WITH_OPENSSL
select ADK_PACKAGE_M4
select ADK_PACKAGE_OPENSSH
+ select ADK_PACKAGE_OPENSSH_WITH_OPENSSL
select ADK_PACKAGE_OPENSSH_CLIENT
+ select ADK_PACKAGE_OPENSSH_SERVER
select ADK_PACKAGE_CURL
+ select ADK_PACKAGE_LIBCURL_WITH_OPENSSL
+ select ADK_PACKAGE_ZLIB_DEV
+ select ADK_PACKAGE_LIBNCURSES_DEV
help
If you want to develop software on your target, choose this
appliance, so gcc, binutils and co will be selected.