Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | use section tests | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | allow all*config used by jenkins buildserver | Waldemar Brodkorb | |
2015-12-13 | gdb: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | mpfr: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | allow to fetch on redirects | Waldemar Brodkorb | |
2015-12-13 | mksh: update to latest stable release | Waldemar Brodkorb | |
2015-12-13 | add libexpat dependency | Waldemar Brodkorb | |
2015-12-13 | expat: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | special case for defconfig used by embedded-test.sh | 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 | add Oliver to the list of people providing regulary help to improve OpenADK | Waldemar Brodkorb | |
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-10 | remove any libiberty library from staging directory | Waldemar Brodkorb | |
2015-12-10 | detect BSD bc and use our own to avoid linux kernel compile breakage | Waldemar Brodkorb | |
2015-12-09 | quirks needed globally | Waldemar Brodkorb | |
2015-12-09 | disable gcc 5.2.x for FR-V, need to report a bug | Waldemar Brodkorb | |
2015-12-09 | another FreeBSD fix | Waldemar Brodkorb | |
2015-12-09 | add some FreeBSD compat fixes | Waldemar Brodkorb | |
2015-12-08 | fixup make check | Waldemar Brodkorb | |
2015-12-08 | glibc: move env/flags back to Makefile, fix cross-compile on MacOS X | 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 | |
2015-12-07 | sh: add support for numato mimas v2 | Waldemar Brodkorb | |
2015-12-07 | autoconf: disable manpages/docs | Waldemar Brodkorb | |
2015-12-07 | gmp: update to latest stable version | Waldemar Brodkorb | |
2015-12-07 | libnfc: new package | Waldemar Brodkorb | |
2015-12-07 | kernel: add basic nfc support | Waldemar Brodkorb | |
2015-12-07 | refresh uClibc-ng config for sh | Waldemar Brodkorb | |
2015-12-06 | move packages to new section testsuite | Waldemar Brodkorb | |
2015-12-06 | ltp: use latest git version, move to new section | Waldemar Brodkorb | |
2015-12-06 | add new section for test suites | Waldemar Brodkorb | |
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
2015-12-06 | use PKG_KDEPENDS | Waldemar Brodkorb | |
2015-12-06 | fix nfsroot interfaces, network is already configured | Waldemar Brodkorb | |
2015-12-06 | cleanup kernelversion dependencies | Waldemar Brodkorb | |
Use ARCH, then BOARD and last SYSTEM depends. | |||
2015-12-06 | ath79 board support | Waldemar Brodkorb | |
Use full OpenWrt patch for it, as it works better on 4.1.13 kernel. Deduplicate the patches for atheros devices. | |||
2015-12-06 | Add MTRR to x86 and x86_64 | Oliver Schib | |
MTRR gives faster terminal when not using a GUI. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-12-06 | fix opus compile for ARM neon with -ffast-math | Waldemar Brodkorb | |
2015-12-06 | solidrun-imx6: refresh patch | Waldemar Brodkorb | |
2015-12-06 | rpcbind: fix for new libtirpc from buildroot | Waldemar Brodkorb | |
2015-12-06 | libtirpc: update to latest stable version | Waldemar Brodkorb | |
2015-12-06 | avahi: simplify, install utils | Waldemar Brodkorb | |
2015-12-06 | fix libstcxx package | Waldemar Brodkorb | |
2015-12-06 | newlib: set supported architectures | Waldemar Brodkorb | |
2015-12-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-12-06 | libressl: disable apps/test | Waldemar Brodkorb | |
2015-12-06 | adktest: use poweroff for metag, too | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-05 | fix uClibc-ng config generation for shared flat | Waldemar Brodkorb | |