Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-28 | package/busybox: prevent ip applet compile when iproute2 is active | Phil Sutter | |
2015-02-28 | import package aufs-util | Phil Sutter | |
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-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
2015-02-28 | mk/fetch.mk: fix .nohash hack for packages with multiple distfiles | Phil Sutter | |
2015-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil Sutter | |
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk. | |||
2015-02-28 | Config.in: show kernel configuration menu only if ↵ | Phil Sutter | |
ADK_TARGET_KERNEL_CUSTOMISING is set | |||
2015-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-02-26 | Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵ | Waldemar Brodkorb | |
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb. | |||
2015-02-26 | build for mips64 big endian soft-float generates warnings | Waldemar Brodkorb | |
Cairo's check for threads does not work correclty when assembler or linker give warnings. Add a workaround for this. | |||
2015-02-25 | use elf2flt CFLAGS for ARM with BINFMT_FLAT | Waldemar Brodkorb | |
2015-02-25 | m68k specific LDFLAGS | Waldemar Brodkorb | |
2015-02-25 | strip variable | Waldemar Brodkorb | |
2015-02-25 | set CFLAGS for float/fpu correctly | Waldemar Brodkorb | |
2015-02-25 | disable uClibc-ng (not ready). fix gcc configure | Waldemar Brodkorb | |
2015-02-25 | add an useful example for appliance option files | Waldemar Brodkorb | |
2015-02-25 | always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not work | Waldemar Brodkorb | |
2015-02-25 | another special handling for cris | Waldemar Brodkorb | |
malloc needs to be fixed for linuxthreads in uClibc-ng git. | |||
2015-02-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-02-25 | update to latest stable version | Waldemar Brodkorb | |
Explicit use -fPIC, otherwise compile for MIPS32 big endian fails. Disable parallel builds, as it is problematic. | |||
2015-02-25 | use git version | Waldemar Brodkorb | |
2015-02-23 | default off for testsuite | Waldemar Brodkorb | |
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-23 | default to soft-float for ARM | Waldemar Brodkorb | |
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-21 | use uppercase symbols, fix target suffix for arm | Waldemar Brodkorb | |
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-20 | update to latest stable, convert to git source | Waldemar Brodkorb | |
2015-02-20 | add support for oldest supported kernel | Waldemar Brodkorb | |
2015-02-20 | allow gcc 4.7.4 for sparc, reorder | Waldemar Brodkorb | |
2015-02-20 | add another old kernel, still no go on voyager | Waldemar Brodkorb | |
2015-02-20 | depend on CPU_WITH_FPU | Waldemar Brodkorb | |
2015-02-20 | add kbd and xdotool to firefox appliance | Waldemar Brodkorb | |
2015-02-20 | add new package xdotool | Waldemar Brodkorb | |
2015-02-20 | enable webrtc | Waldemar Brodkorb | |
2015-02-20 | fixup hashes | Waldemar Brodkorb | |
2015-02-20 | fixup hashes | Waldemar Brodkorb | |
2015-02-20 | default to 3.18.x as long the qemu-arm problem is unresolved | Waldemar Brodkorb | |
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-20 | sync with uClibc-ng Makefile changes | Waldemar Brodkorb | |
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( | |||
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-19 | rename polarssl to mbedtls, update to latest | Waldemar Brodkorb | |
2015-02-19 | update to latest stable release, add patch from git | Waldemar Brodkorb | |
2015-02-19 | add some basic infrastructure for hppa/parisc toolchain building | Waldemar Brodkorb | |
2015-02-19 | update version for glibc git | Waldemar Brodkorb | |
2015-02-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-19 | add ucl/upx packages | Waldemar Brodkorb | |
2015-02-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |