summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-12-06libressl: disable apps/testWaldemar Brodkorb
2015-12-06adktest: use poweroff for metag, tooWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-05fix uClibc-ng config generation for shared flatWaldemar Brodkorb
2015-12-05harfbuzz: update to latest stable versionWaldemar Brodkorb
2015-12-05libpng: update to latest stable versionWaldemar Brodkorb
2015-12-05add or1k newlib supportWaldemar Brodkorb
2015-12-05arc: allow big-endian testingWaldemar Brodkorb
2015-12-05arc: allow big-endian testingWaldemar Brodkorb
2015-12-05libmicrohttpd: update to latest stable versionWaldemar Brodkorb
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
2015-12-04set LDFLAGS, tooWaldemar Brodkorb
2015-12-04no BFLT for FR-VWaldemar Brodkorb
2015-12-04cleanup binfmt flat handling, reduce duplicatesWaldemar Brodkorb
2015-12-04dropbear: update to latest stable versionWaldemar Brodkorb
2015-12-04cmake: update to latest stable versionWaldemar Brodkorb
2015-12-04openssl: update to latest stable versionWaldemar Brodkorb
2015-12-04sysstat: update to latest stable versionWaldemar Brodkorb
2015-12-04zsh: update to latest stable versionWaldemar Brodkorb
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-12-03add new PKG_KDEPENDS feature to depend on kernel modules required to run a ↵Waldemar Brodkorb
package
2015-12-03allow to choose kernel symbolWaldemar Brodkorb
2015-12-03cryptodev-linux: update to latest stable versionWaldemar Brodkorb
2015-12-03BLOCK is required for filesystemsWaldemar Brodkorb
2015-12-03toolchain: add newlib supportWaldemar Brodkorb
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet.
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02fix gcc 5.2 nios2/tilegx toolchain buildingWaldemar Brodkorb
2015-12-02or1k: try with openrisc linux version, minimize defconfigWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-12-01dovecot: update to latest stable versionWaldemar Brodkorb
2015-12-01mutt: update to latest stable versionWaldemar Brodkorb
2015-12-01use adk host sed for mac, no sed wrapperWaldemar Brodkorb
2015-11-30bfin: only allow to choose latest kernel, others don't work with gcc git ↵Waldemar Brodkorb
without patching
2015-11-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-30bfin: separate serial driver from kernel configWaldemar Brodkorb
2015-11-30kodi: pyexpat required for mediathek addonWaldemar Brodkorb
2015-11-30linux: update 4.1.x to latest stable upstream versionWaldemar Brodkorb