summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-14docs: refresh to latest ADK changesWaldemar Brodkorb
2015-12-14be sure to create staging target /usr/lib, remove duplicate HOSTCCWaldemar Brodkorb
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-14use section testsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13allow all*config used by jenkins buildserverWaldemar Brodkorb
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-12-13mpfr: update to latest stable versionWaldemar Brodkorb
2015-12-13allow to fetch on redirectsWaldemar Brodkorb
2015-12-13mksh: update to latest stable releaseWaldemar Brodkorb
2015-12-13add libexpat dependencyWaldemar Brodkorb
2015-12-13expat: update to latest stable versionWaldemar Brodkorb
2015-12-13special case for defconfig used by embedded-test.shWaldemar 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-11add Oliver to the list of people providing regulary help to improve OpenADKWaldemar Brodkorb
2015-12-11rework prereq checkwbx
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-10remove any libiberty library from staging directoryWaldemar Brodkorb
2015-12-10detect BSD bc and use our own to avoid linux kernel compile breakageWaldemar Brodkorb
2015-12-09quirks needed globallyWaldemar Brodkorb
2015-12-09disable gcc 5.2.x for FR-V, need to report a bugWaldemar Brodkorb
2015-12-09another FreeBSD fixWaldemar Brodkorb
2015-12-09add some FreeBSD compat fixesWaldemar Brodkorb
2015-12-08fixup make checkWaldemar Brodkorb
2015-12-08glibc: move env/flags back to Makefile, fix cross-compile on MacOS XWaldemar 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-07autoconf: disable manpages/docsWaldemar Brodkorb
2015-12-07gmp: update to latest stable versionWaldemar Brodkorb
2015-12-07libnfc: new packageWaldemar Brodkorb
2015-12-07kernel: add basic nfc supportWaldemar Brodkorb
2015-12-07refresh uClibc-ng config for shWaldemar Brodkorb
2015-12-06move packages to new section testsuiteWaldemar Brodkorb
2015-12-06ltp: use latest git version, move to new sectionWaldemar Brodkorb
2015-12-06add new section for test suitesWaldemar 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-06use PKG_KDEPENDSWaldemar Brodkorb
2015-12-06fix nfsroot interfaces, network is already configuredWaldemar Brodkorb
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.
2015-12-06Add MTRR to x86 and x86_64Oliver Schib
MTRR gives faster terminal when not using a GUI. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-12-06fix opus compile for ARM neon with -ffast-mathWaldemar Brodkorb
2015-12-06solidrun-imx6: refresh patchWaldemar Brodkorb
2015-12-06rpcbind: fix for new libtirpc from buildrootWaldemar Brodkorb
2015-12-06libtirpc: update to latest stable versionWaldemar Brodkorb
2015-12-06avahi: simplify, install utilsWaldemar Brodkorb
2015-12-06fix libstcxx packageWaldemar Brodkorb
2015-12-06newlib: set supported architecturesWaldemar Brodkorb
2015-12-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb