summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2016-01-09fix openjdk8 build for rb532Waldemar Brodkorb
2016-01-08refactor x86_64 cpu choice, so that it can be used for toolchain, tooWaldemar Brodkorb
2016-01-08Add support for x86_64 CPU optimisation in gccOliver Schib
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-01-06select libiconvWaldemar Brodkorb
2016-01-05use rw for nfsrootWaldemar Brodkorb
2016-01-04there is no reason not to use uClibc-ng for kodiWaldemar Brodkorb
This was tested on a rpi2.
2015-12-28xtensa: noMMU needs uclinux tripletWaldemar Brodkorb
2015-12-28resolve circular dependencyWaldemar Brodkorb
2015-12-28always enable file locking, to much testsuite failures without itWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-28v850: add basic newlib toolchain supportWaldemar Brodkorb
2015-12-28add missing kernel symbolWaldemar Brodkorb
2015-12-27add fsf xtensa overlayWaldemar Brodkorb
2015-12-27more xtensa improvementsWaldemar Brodkorb
2015-12-27use Image.elf for Xtensa-nommu as suggested by MaxWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-26only select the custom variantWaldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-26split rootfs options from target configWaldemar Brodkorb
2015-12-25default to ELF for MMU architectures, unbreak bootup with missing ELF kernel ↵Waldemar Brodkorb
support
2015-12-25bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵Waldemar Brodkorb
the help
2015-12-24inotify is always required for MMU buildsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-24allow to build leon3 optimized toolchain for sparcWaldemar Brodkorb
2015-12-24update uCLibc-ng to 1.0.10Waldemar Brodkorb
2015-12-24bump kernelversionsWaldemar Brodkorb
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-22refresh uClibc-ng config for microblazeWaldemar Brodkorb
2015-12-21opkg: update to latest, add host variant, enable gpg supportWaldemar Brodkorb
2015-12-21fix ppc64/sh4 glibc toolchain buildingWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-20use strings instead of modinfo for a portable wayWaldemar Brodkorb
Idea from Phil to have a portable method to find the kernel module dependencies. make-module-ipkgs.sh uses associative arrays, so check for bash version 4.
2015-12-20use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵Waldemar Brodkorb
from emcraft
2015-12-19add simple fb for banana proWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-12-13update to gcc 5.3.0, use as default compilerWaldemar Brodkorb
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13rework prereq checkWaldemar 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-11Revert "rework prereq check"Waldemar Brodkorb
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
2015-12-11rework prereq checkwbx
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-09disable gcc 5.2.x for FR-V, need to report a bugWaldemar Brodkorb
2015-12-07more Numato Mimas v2 J2 bits and bytesWaldemar Brodkorb
2015-12-07linux: use libgcc for shWaldemar Brodkorb
2015-12-07sh: add support for numato mimas v2Waldemar Brodkorb
2015-12-07kernel: add basic nfc supportWaldemar Brodkorb
2015-12-07refresh uClibc-ng config for shWaldemar Brodkorb
2015-12-06install config.sub and config.guess alwaysWaldemar Brodkorb
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection.
2015-12-06cleanup kernelversion dependenciesWaldemar Brodkorb
Use ARCH, then BOARD and last SYSTEM depends.
2015-12-06ath79 board supportWaldemar Brodkorb
Use full OpenWrt patch for it, as it works better on 4.1.13 kernel. Deduplicate the patches for atheros devices.