summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
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-01linux: update to 4.4.38Waldemar Brodkorb
2017-01-01linux: update to 4.8.15Waldemar Brodkorb
2016-12-27linux: update to 3.12.69, add qemu arm nommu patchWaldemar Brodkorb
2016-12-26use $(CPIO)Waldemar Brodkorb
2016-12-26disable dbus-systemd for allmodconfigWaldemar 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-19fix initramfs generation for kinetis k70Waldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar 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-10helloworld: add C++ testWaldemar Brodkorb
2016-12-08new package helloworld, add a package for regression testing with embedded-testWaldemar Brodkorb
2016-12-05xtensa: only use auto-litpools for little endianWaldemar 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-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-27finetune systemd/sysv integration, use /var tmpfs mountpointWaldemar Brodkorb
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-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-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-11-22variable is not used, remove itWaldemar Brodkorb
2016-11-21m68k/coldfire: elf2flt has some issues, gas error, so disable cfi asm generationWaldemar Brodkorb
2016-11-21xtensa: use optimized flags, default to binutils 2.27Waldemar 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-13grub: rework package, add mips support, update to latest gitWaldemar Brodkorb
2016-11-09linux: update to 4.4.30, fix cris arch on this versionWaldemar Brodkorb
2016-11-06rework libc testingWaldemar Brodkorb
2016-11-01linux: update to 4.8.6, add realtime patchWaldemar 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-25add Makefile target for saving the kernel configuration to an external fileMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
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-22linux: update 4.7.x kernel, add 4.8.xWaldemar Brodkorb
2016-10-09disable file for default test builsWaldemar 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-09avoid error messageWaldemar Brodkorb
2016-10-09avoid duplicate .defconfigWaldemar Brodkorb
2016-10-09be more quite on clone/checkoutWaldemar Brodkorb
2016-10-09disable binutils for basic testingWaldemar Brodkorb
2016-10-06add liberation truetype font package and add mkfontscale check, complete the ↵Waldemar Brodkorb
other font checks
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-09-29flags require for host envWaldemar Brodkorb
2016-09-27perl: fix path for mipselWaldemar Brodkorb
2016-09-27disable prelink for allmodconfigWaldemar Brodkorb