Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-10 | one leftover from last commit | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-01-10 | add missing arch depends | Waldemar Brodkorb | |
2016-01-10 | mikrotik rb532 is mips32 not mips32r2 | Waldemar Brodkorb | |
2016-01-09 | Add support for RME HDSP sound cards. | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2016-01-09 | latest gdb can be used for bfin | Waldemar Brodkorb | |
2016-01-09 | fix openjdk8 build for rb532 | Waldemar Brodkorb | |
2016-01-08 | refactor x86_64 cpu choice, so that it can be used for toolchain, too | Waldemar Brodkorb | |
2016-01-08 | Add support for x86_64 CPU optimisation in gcc | Oliver 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-06 | select libiconv | Waldemar Brodkorb | |
2016-01-05 | use rw for nfsroot | Waldemar Brodkorb | |
2016-01-04 | there is no reason not to use uClibc-ng for kodi | Waldemar Brodkorb | |
This was tested on a rpi2. | |||
2015-12-28 | xtensa: noMMU needs uclinux triplet | Waldemar Brodkorb | |
2015-12-28 | resolve circular dependency | Waldemar Brodkorb | |
2015-12-28 | always enable file locking, to much testsuite failures without it | Waldemar Brodkorb | |
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-28 | v850: add basic newlib toolchain support | Waldemar Brodkorb | |
2015-12-28 | add missing kernel symbol | Waldemar Brodkorb | |
2015-12-27 | add fsf xtensa overlay | Waldemar Brodkorb | |
2015-12-27 | more xtensa improvements | Waldemar Brodkorb | |
2015-12-27 | use Image.elf for Xtensa-nommu as suggested by Max | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-26 | only select the custom variant | Waldemar Brodkorb | |
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-26 | split rootfs options from target config | Waldemar Brodkorb | |
2015-12-25 | default to ELF for MMU architectures, unbreak bootup with missing ELF kernel ↵ | Waldemar Brodkorb | |
support | |||
2015-12-25 | bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵ | Waldemar Brodkorb | |
the help | |||
2015-12-24 | inotify is always required for MMU builds | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-24 | allow to build leon3 optimized toolchain for sparc | Waldemar Brodkorb | |
2015-12-24 | update uCLibc-ng to 1.0.10 | Waldemar Brodkorb | |
2015-12-24 | bump kernelversions | Waldemar Brodkorb | |
2015-12-23 | add mips64r6/mips32r6 choice for toolchain | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar 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-22 | refresh uClibc-ng config for microblaze | Waldemar Brodkorb | |
2015-12-21 | opkg: update to latest, add host variant, enable gpg support | Waldemar Brodkorb | |
2015-12-21 | fix ppc64/sh4 glibc toolchain building | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-20 | use strings instead of modinfo for a portable way | Waldemar 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-20 | use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵ | Waldemar Brodkorb | |
from emcraft | |||
2015-12-19 | add simple fb for banana pro | Waldemar Brodkorb | |
2015-12-15 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
2015-12-14 | simplify qemu x86/x86_64 support, enable block | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | gdb: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | update to gcc 5.3.0, use as default compiler | Waldemar 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-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-09 | disable gcc 5.2.x for FR-V, need to report a bug | Waldemar Brodkorb | |
2015-12-07 | more Numato Mimas v2 J2 bits and bytes | Waldemar Brodkorb | |
2015-12-07 | linux: use libgcc for sh | Waldemar Brodkorb | |