summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2017-01-14newlib: update to 2.5.0Waldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-13rpi: use stable branchWaldemar Brodkorb
The github kernel repository is extremely big (over 1GB compressed) so use a branch to allow swallow cloning. Reducing download time a lot. We need to bump kernel version regulary now, when the branch is changing.
2017-01-09linux: update to 4.9.1Waldemar Brodkorb
2017-01-05mips: cleanup and fix mips{32,64}r6 supportWaldemar Brodkorb
uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this.
2017-01-03uclibc-ng: disable thread support for upcoming aarch64 supportWaldemar Brodkorb
2017-01-02add cortex-m7/cortex-m4 fpu support to toolchainWaldemar Brodkorb
2017-01-01linux: update to 4.4.38Waldemar Brodkorb
2017-01-01linux: update to 4.8.15Waldemar Brodkorb
2017-01-01sgi-o2: bigger tmpfsWaldemar Brodkorb
2017-01-01musl: update to 1.1.16Waldemar Brodkorb
2016-12-27linux: update to 3.12.69, add qemu arm nommu patchWaldemar Brodkorb
2016-12-26uclibc-ng: update to 1.0.21Waldemar Brodkorb
2016-12-26uCLibc-ng includes libiconv-tinyWaldemar Brodkorb
2016-12-25kinetis: set kernel versionWaldemar Brodkorb
2016-12-25use GNU cpio instead of heirloom cpioWaldemar Brodkorb
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package.
2016-12-22gcc: update to 6.3.0Waldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-14hide linux kernel config for bare-metalWaldemar Brodkorb
2016-12-14only support latest C library version, this is the best tested oneWaldemar Brodkorb
2016-12-14add generic sh support for newlib toolchainWaldemar Brodkorb
2016-12-13add ia64 for newlibWaldemar Brodkorb
2016-12-13add rx bare-metal toolchain supportWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-12-13allow x86_64 newlib toolchain buildingWaldemar Brodkorb
2016-12-13allow sparc64 for newlibWaldemar Brodkorb
2016-12-12arc-toolchain: update to arc-2016.09-releaseWaldemar Brodkorb
2016-12-11rework git kernel infrastructureWaldemar Brodkorb
Module loading was broken, use stable hashes and add kernel versions to allow kernel module loading. Convert kinetis-k70 to use new infrastructure.
2016-12-04or1k: we can use upstream kernelWaldemar Brodkorb
2016-12-04uclibc-ng: update to 1.0.20Waldemar Brodkorb
2016-12-03arc: update gcc/binutils to arc-2016.09-rc2Waldemar Brodkorb
2016-12-02use latest gcc/binutils from AndesWaldemar Brodkorb
2016-11-28cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, ↵Waldemar Brodkorb
add a linux kernel submenu
2016-11-28use short version without extra promptWaldemar Brodkorb
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.