summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-28toolchain: add cross prelinking tool from yoctoproject and hook it into ↵Phil Sutter
build system
2015-02-28mk/fetch.mk: fix .nohash hack for packages with multiple distfilesPhil Sutter
2015-02-28extend KERNEL_MAKE_OPTS by the target directoryPhil 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-28Config.in: show kernel configuration menu only if ↵Phil Sutter
ADK_TARGET_KERNEL_CUSTOMISING is set
2015-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-26Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵Waldemar Brodkorb
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb.
2015-02-26build for mips64 big endian soft-float generates warningsWaldemar Brodkorb
Cairo's check for threads does not work correclty when assembler or linker give warnings. Add a workaround for this.
2015-02-25use elf2flt CFLAGS for ARM with BINFMT_FLATWaldemar Brodkorb
2015-02-25m68k specific LDFLAGSWaldemar Brodkorb
2015-02-25strip variableWaldemar Brodkorb
2015-02-25set CFLAGS for float/fpu correctlyWaldemar Brodkorb
2015-02-25disable uClibc-ng (not ready). fix gcc configureWaldemar Brodkorb
2015-02-25add an useful example for appliance option filesWaldemar Brodkorb
2015-02-25always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not workWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-25update to latest stable versionWaldemar Brodkorb
Explicit use -fPIC, otherwise compile for MIPS32 big endian fails. Disable parallel builds, as it is problematic.
2015-02-23default off for testsuiteWaldemar Brodkorb
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-23default to soft-float for ARMWaldemar Brodkorb
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
2015-02-21use uppercase symbols, fix target suffix for armWaldemar Brodkorb
2015-02-21add missing CPU symbols, sort by alphabetical orderWaldemar Brodkorb
2015-02-20update to latest stable, convert to git sourceWaldemar Brodkorb
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20allow gcc 4.7.4 for sparc, reorderWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb
2015-02-20depend on CPU_WITH_FPUWaldemar Brodkorb
2015-02-20add kbd and xdotool to firefox applianceWaldemar Brodkorb
2015-02-20add new package xdotoolWaldemar Brodkorb
2015-02-20enable webrtcWaldemar Brodkorb
2015-02-20fixup hashesWaldemar Brodkorb
2015-02-20fixup hashesWaldemar Brodkorb
2015-02-20default to 3.18.x as long the qemu-arm problem is unresolvedWaldemar Brodkorb
2015-02-20use MALLOC with GLIBC_COMPAT for all archsWaldemar Brodkorb
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
2015-02-20sync with uClibc-ng Makefile changesWaldemar Brodkorb
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-19rename polarssl to mbedtls, update to latestWaldemar Brodkorb
2015-02-19update to latest stable release, add patch from gitWaldemar Brodkorb
2015-02-19add some basic infrastructure for hppa/parisc toolchain buildingWaldemar Brodkorb
2015-02-19update version for glibc gitWaldemar Brodkorb
2015-02-19cleanup FPU support for ARM targets.Waldemar Brodkorb
2015-02-19add ucl/upx packagesWaldemar Brodkorb
2015-02-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-19update to latest stable, some musl improvementsWaldemar Brodkorb
2015-02-19handle non ssp situationWaldemar Brodkorb
2015-02-18fix recursive selectsWaldemar Brodkorb
2015-02-18remove patches. try without nowWaldemar Brodkorb
2015-02-18update to latest stable versionWaldemar Brodkorb