Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | patch/libtool required | Waldemar Brodkorb | |
2016-11-10 | the optional host-tool detection support is still broken :( | Waldemar Brodkorb | |
2016-11-06 | depmaker: revert my changes, this breaks to much | Waldemar Brodkorb | |
2016-11-05 | fix depmaker bug, we need to skip the dependency but do not break out of the ↵ | Waldemar Brodkorb | |
function, problem reported by Oliver | |||
2016-11-02 | make flex/bison optional provided by OpenADK, fix logic to create Depends.mk | Waldemar Brodkorb | |
2016-10-28 | uclibc-ng: separate test suite from uClibc-ng package | 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-09-04 | linux: allow x86-cross-compile on Darwin | Waldemar Brodkorb | |
2016-07-11 | fix warning on Cygwin | Waldemar Brodkorb | |
2016-07-05 | allow to cross-compile x86_64 kernel on Darwin | Waldemar Brodkorb | |
2016-05-13 | fix building for imgtec ci20, add helper header for Darwin | Waldemar Brodkorb | |
2016-04-22 | mksh needs mmu | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2015-12-21 | bzip2 can be used from host | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-08 | fixup make check | 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-25 | fix ncursesw library detection | mirabilos | |
2015-07-25 | fix ncursesw detection on Debian sid | mirabilos | |
2015-07-24 | allow DAEMON mode to be used when m selected | Waldemar Brodkorb | |
2015-05-04 | fix compile on Darwin | Waldemar Brodkorb | |
2015-05-01 | use HOST_CFLAGS for Kconfig and adk tools | 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. | |||
2015-03-09 | fix a bug in depmaker, reported by phil. unnecessary builddeps for glibc are ↵ | Waldemar Brodkorb | |
generated | |||
2014-12-21 | add patch to Kconfig | Waldemar Brodkorb | |
Add following patch https://lkml.org/lkml/2010/7/19/178 This allows to select for symbol as module and for special predefined values on int/string/hex symbols. | |||
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-10-21 | allow to build with MacOS X Yosemite and Homebrew. | Waldemar Brodkorb | |
2014-08-05 | clang does not know -static-libgcc on Darwin | Waldemar Brodkorb | |
2014-08-04 | only link tinfo when available | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
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-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-16 | fixup CC_FOR_BUILD conversion | Waldemar Brodkorb | |
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-31 | quieten config tool | Waldemar Brodkorb | |
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 | fix varname, disable optimization flags for config | Waldemar Brodkorb | |
2014-05-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-05-23 | always build c++ compiler | Waldemar Brodkorb | |
2014-05-16 | remove version information, we use rolling development model | Waldemar Brodkorb | |