Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-28 | mk/package.mk: fix for cleaning packages | Phil Sutter | |
Due to using the wrong name, the packages stamp file was not removed and therefore it was not rebuilt at all. | |||
2015-02-20 | use MALLOC with GLIBC_COMPAT for all archs | Waldemar Brodkorb | |
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git. | |||
2015-02-12 | calloc returns nonnull, too | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-08-04 | add some debug related optimization | Waldemar Brodkorb | |
2014-07-30 | remove la file mangling. packages should use pkg-config to find options for ↵ | Waldemar Brodkorb | |
static linking | |||
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-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
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-18 | fix iw package compile | Waldemar Brodkorb | |
2014-06-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar Brodkorb | |
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. | |||
2014-06-13 | reduce rebuild time, remove non-performant rebuild targets | Waldemar Brodkorb | |
2014-06-05 | fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵ | Waldemar Brodkorb | |
libc packages, to avoid cpio errors | |||
2014-06-04 | fix devonly packages | 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 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-29 | install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵ | Waldemar Brodkorb | |
make prereq | |||
2014-03-20 | convert to HOST_STYLE auto, add hostclean target | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-02 | fix extra endif.. | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-26 | use separate stamp dir, enable openjdk for hudson | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-01-16 | fix krb5 cross-compile, bison use M4 env | Waldemar Brodkorb | |
2014-01-14 | fix xbmc build | Waldemar Brodkorb | |
2013-11-08 | accidently removed ALL_IPKGS | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-10-31 | quieten build a bit | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-25 | fix non-verbose build | Waldemar Brodkorb | |
2013-10-24 | fix comment | Waldemar Brodkorb | |
2013-10-23 | disable installing of dev subpackages, if not enabled bz the user | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-09-16 | ignore musl package | Waldemar Brodkorb | |
2013-08-22 | add back DEVELOPER=1 feature | Waldemar Brodkorb | |
2012-03-21 | remove DEVELOPER=1 | Waldemar Brodkorb | |
2012-01-15 | Allow leaving /etc as untouched as possible | Phil Sutter | |
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE". | |||
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-04-13 | remove debug stuff | wbx | |
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-03-04 | when flex fails, it seems to need M4 environment set | Waldemar Brodkorb | |
2011-03-01 | misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS | Waldemar Brodkorb | |
* fix *.pc / *-config file handling. | |||
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-16 | use better defaults for native builds | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |