Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | rework intl/iconv/locale configuration for uClibc-ng toolchains | Waldemar Brodkorb | |
2017-03-15 | reverse logic | Waldemar Brodkorb | |
2017-02-09 | rework base submenu, make it more clear what is already provided by busybox | Waldemar Brodkorb | |
2016-12-26 | add new keyword for PKG_NEEDS: iconv | Waldemar Brodkorb | |
2016-10-03 | remove librt/libpthread packages, not required anymore | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-09-26 | enable support for kernel dependencies in subpackages | Waldemar Brodkorb | |
2016-09-20 | libsndfile: needs c++, autoselect c++ toolchain option | Waldemar Brodkorb | |
2016-04-22 | mksh needs mmu | Waldemar Brodkorb | |
2015-12-03 | add new PKG_KDEPENDS feature to depend on kernel modules required to run a ↵ | Waldemar Brodkorb | |
package | |||
2015-11-15 | remove bitrotted uClibc++ support | Waldemar Brodkorb | |
Please use PKG_NEEDS for marking of packages needing C++ compiler. Remove the old bitrotted uClibc++ package and support for some packages. | |||
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar Brodkorb | |
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support. | |||
2015-10-11 | remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS | Waldemar Brodkorb | |
2015-07-24 | allow DAEMON mode to be used when m selected | Waldemar Brodkorb | |
2015-04-28 | only show dev packages from selected software | Waldemar Brodkorb | |
2015-04-26 | make compiling with debug information non-default behavior | Waldemar Brodkorb | |
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build. | |||
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
2014-06-16 | add support for libc dependent dependencies | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-24 | allow to hide packages, which are provided by busybox applets | Waldemar Brodkorb | |
2014-05-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-05-23 | always build c++ compiler | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-10 | use boolean for packages | Waldemar Brodkorb | |
There is no need to use trstate for userland packages, because an ipkg or txz is always build anyway. This make it more clear for the user. A while ago a user asked me, what does it mean to use M for a package and why it is not documented. Anyway, I think it make no sense at all. | |||
2014-05-08 | remove PKG_MULTI var, add a more flexible method | Waldemar Brodkorb | |
2014-05-02 | create core package section, cleanup old installer stuff | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |