summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-16disable FPU for sh2/sh2aWaldemar Brodkorb
2015-11-16h8300: refresh gdb io patchWaldemar Brodkorb
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar Brodkorb
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-11-15uclibc-ng: update to 1.0.9Waldemar Brodkorb
2015-11-15remove bitrotted uClibc++ supportWaldemar Brodkorb
Please use PKG_NEEDS for marking of packages needing C++ compiler. Remove the old bitrotted uClibc++ package and support for some packages.
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-11-14python2: use libressl host hereWaldemar Brodkorb
2015-11-14crda: enable and fix compile. python2-m2crypto must be installed on the ↵Waldemar Brodkorb
host. we need to add a check to scripts/scan-pkgs.sh later
2015-11-13disable iconv for noMMUWaldemar Brodkorb
2015-11-13disable big endian for kinetis k70Waldemar Brodkorb
2015-11-13docs: fix make target for hostbuild, reported via IRCWaldemar Brodkorb
2015-11-13remove ISA config choice, they are noops and soon removed from uClibc-ngWaldemar Brodkorb
2015-11-13bump Linux 4.2.x kernelWaldemar Brodkorb
2015-11-13mksh: add test scriptWaldemar Brodkorb
2015-11-12qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols.Waldemar Brodkorb
2015-11-12linux: add support for version 4.3Waldemar Brodkorb
2015-11-12limit workaround to h8/300, move 4.2.x patches to get usedWaldemar Brodkorb
2015-11-12default UTMP/WTMP offWaldemar Brodkorb
2015-11-12sparc: we need at least 4.2.x, 4.1 is brokenWaldemar Brodkorb
2015-11-12prepare for mksh testsuite runsWaldemar Brodkorb
2015-11-12p5-dbd-sqlite: filter out -ffast-mathWaldemar Brodkorb
2015-11-12ulogd: update to latest stable versionWaldemar Brodkorb
2015-11-12ibnetfilter_conntrack: update to latest stable versionWaldemar Brodkorb
2015-11-12libmicrohttpd: update to latest stable versionWaldemar Brodkorb
2015-11-12mips64: update default config for uClibc-ng 1.0.xWaldemar Brodkorb
2015-11-12check: update to latest, fix static compile by disabing test subdirWaldemar Brodkorb
2015-11-12do not allow to build broken kernel images with compressionWaldemar Brodkorb
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now.
2015-11-12metag: set correct compiler flagsWaldemar Brodkorb
2015-11-11clamav: new packageWaldemar Brodkorb
2015-11-11qemu-mips: cleanup kernel config, fix disk bootWaldemar Brodkorb
2015-11-11tcsh: update to latest stable versionWaldemar Brodkorb
2015-11-11zsh: update to latest stable versionWaldemar Brodkorb
2015-11-11aricrack-ng: update and fix compile, ssl always requiredWaldemar Brodkorb
2015-11-11adktest: enable printkWaldemar Brodkorb
It is rather useful for debugging. So enable printk and timing by default.
2015-11-10use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary formatWaldemar Brodkorb
2015-11-09libvpx: fix build for x86_64, we are lacking support for ↵Waldemar Brodkorb
PKG_BUILDDEP_<arch>, so just always compile host yasm
2015-11-09libglew: update to latest, fix build error with gcc5.xWaldemar Brodkorb
2015-11-09libgpg-error: fix gcc5.x compileWaldemar Brodkorb
2015-11-08generic pc normally have ACPIWaldemar Brodkorb
2015-11-08rework generic pc configs, add x86_64 configWaldemar Brodkorb
2015-11-07qemu-meta: add cmdline to allow input, suggested by James HoganWaldemar Brodkorb
2015-11-07use low latency kernel for kodiWaldemar Brodkorb
2015-11-06or1k: use special gcc branches for uClibc-ng/muslWaldemar Brodkorb
2015-11-06sash: cleanup for musl compileWaldemar Brodkorb
2015-11-06disable UTMP/WTMP for musl buildsWaldemar Brodkorb
2015-11-06fix sh3 toolchain buildingWaldemar Brodkorb
2015-11-05there is no find wrapper, so build findutils even if gfind is availableWaldemar Brodkorb
2015-11-05preempt kernel options, add missing options, make a choiceWaldemar Brodkorb
2015-11-05generic-pc: better handling of ATA/serial driversWaldemar Brodkorb