summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-11-27dropbear: add systemd unit file and integrate logic to package buildWaldemar Brodkorb
2016-11-27linux: update to 4.8.11, fix sparc32 invalid frame-pointer checkWaldemar Brodkorb
2016-11-27binutils: for x86 default to 2.25.1, need to investigateWaldemar Brodkorb
2016-11-27binutils: defaults to 2.26.1Waldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-24add special repository short namesWaldemar Brodkorb
They can be used elsewhere in the code when this kernels are used or need special handling. Bug reported by Diez for RPI kernels.
2016-11-23choose defconfig when project git is usedWaldemar Brodkorb
2016-11-23musl: add s390 supportWaldemar Brodkorb
2016-11-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-11-21always use ccache from OpenADK, problem reported by DiezWaldemar Brodkorb
2016-11-21xtensa: use optimized flags, default to binutils 2.27Waldemar Brodkorb
2016-11-21or1k: rename or1k-sim to sim-or1k, by default 64mb ramWaldemar Brodkorb
2016-11-18disable udev when systemd is selected as systemd included udevWaldemar Brodkorb
2016-11-17or1k: unbreak foo= shell functionality, mksh can be used nowWaldemar Brodkorb
2016-11-17git kernel handlingWaldemar Brodkorb
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this.
2016-11-15or1k: disable mksh (deadlock), default to ash and newer kernelWaldemar Brodkorb
2016-11-10arc-toolchain: update to rc1Waldemar Brodkorb
2016-11-10the optional host-tool detection support is still broken :(Waldemar Brodkorb
2016-11-09linux: update to 4.4.30, fix cris arch on this versionWaldemar Brodkorb
2016-11-08add basic clearfog supportWaldemar Brodkorb
2016-11-05gcc atch upstream, fix nios2 build for uClibc-ngWaldemar Brodkorb
2016-11-03threads nios2 stuffWaldemar Brodkorb
2016-11-03microblaze: allow NPTL and LinuxthreadsWaldemar Brodkorb
2016-11-03qemu flash filesystem needs driversWaldemar Brodkorb
2016-11-02make flex/bison optional provided by OpenADK, fix logic to create Depends.mkWaldemar Brodkorb
2016-11-01linux: update to 4.8.6, add realtime patchWaldemar Brodkorb
2016-11-01binutils: add patch from upstream to fix microblaze toolchainWaldemar Brodkorb
2016-10-30linux: update older kernelsWaldemar Brodkorb
2016-10-30linux: update to 3.18.44Waldemar Brodkorb
2016-10-30linux: update to 4.1.35Waldemar Brodkorb
2016-10-30linux: update to 4.4.28Waldemar Brodkorb
2016-10-30linux: remove 4.7.x kernel, default to 4.8.xWaldemar Brodkorb
2016-10-30linux: update to 4.8.5Waldemar Brodkorb
2016-10-29binutils: older versions can be used for nios2Waldemar Brodkorb
2016-10-29sysvinit: add experimental support for non busybox initWaldemar Brodkorb
2016-10-25add support for providing an externel kernel configuration fileMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-10-23add more old MIPS cpu definitionsWaldemar Brodkorb
2016-10-23add target support for SGI O2 workstationWaldemar Brodkorb
2016-10-23uclibc-ng: add new release 1.0.19Waldemar Brodkorb
2016-10-22linux: update 4.7.x kernel, add 4.8.xWaldemar Brodkorb
2016-10-20microblaze: fix musl build for 2.26.1, so regression is between 2.26.1 and 2.27Waldemar Brodkorb
2016-10-18gdb: update to 7.12Waldemar Brodkorb
2016-10-16nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking failsWaldemar Brodkorb
2016-10-14nds32: ext4 does not compile, disable this rootfs for nowWaldemar Brodkorb
2016-10-09fix build for arch without threadsWaldemar Brodkorb
2016-10-09rework thread handlingWaldemar Brodkorb
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :(
2016-10-09more systemdWaldemar Brodkorb
2016-10-09arc: toolchain updateWaldemar Brodkorb