Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-06 | linux: update to 4.9.13 | Waldemar Brodkorb | |
2017-03-05 | remove VERBOSE=1, breaks openjdk8 compile | Waldemar Brodkorb | |
2017-03-05 | make cpio quiet | Waldemar Brodkorb | |
2017-03-04 | riscv: add experimental linux/glibc support | Waldemar Brodkorb | |
2017-02-23 | kernel: update 4.4/4.9 | Waldemar Brodkorb | |
2017-02-23 | fallback to generic genimage config, the size of partition and filesystem ↵ | Waldemar Brodkorb | |
still need to be made configurable | |||
2017-02-22 | raspberry-pi3: fix mini.config bootup | Waldemar Brodkorb | |
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix | |||
2017-02-20 | add new package hugo, this requires google go. logic mostly from buildroot | Waldemar Brodkorb | |
2017-02-19 | use unzip for zip | Waldemar Brodkorb | |
2017-02-12 | linux: update kernel | Waldemar Brodkorb | |
2017-02-10 | add CPU_FLAGS for target to TARGET_LDFLAGS, required for h8300 | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-02-09 | add dual-boot / fwupdate for systems with grub-support | Waldemar Brodkorb | |
2017-02-06 | add different genimage configs for PC Bios and EFI | Waldemar Brodkorb | |
2017-02-03 | linux: update to 4.4.46 | Waldemar Brodkorb | |
2017-01-30 | nds32: rename linux tarball | Waldemar Brodkorb | |
2017-01-29 | linux: update to 4.9.6 | Waldemar Brodkorb | |
2017-01-22 | nds32: use the kernel source from Andes | Waldemar Brodkorb | |
2017-01-20 | solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1 | Waldemar Brodkorb | |
2017-01-20 | linux: update to 4.9.4 | Waldemar Brodkorb | |
2017-01-15 | linux: update to 4.9.3, remove non-lts 4.8 series | Waldemar Brodkorb | |
2017-01-14 | binutils: -all-static does not work for 2.27 | Waldemar Brodkorb | |
2017-01-13 | rpi: use stable branch | Waldemar 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-09 | linux: update to 4.9.1 | Waldemar Brodkorb | |
2017-01-01 | linux: update to 4.4.38 | Waldemar Brodkorb | |
2017-01-01 | linux: update to 4.8.15 | Waldemar Brodkorb | |
2016-12-27 | linux: update to 3.12.69, add qemu arm nommu patch | Waldemar Brodkorb | |
2016-12-26 | use $(CPIO) | Waldemar Brodkorb | |
2016-12-26 | disable dbus-systemd for allmodconfig | Waldemar Brodkorb | |
2016-12-25 | use GNU cpio instead of heirloom cpio | Waldemar 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-19 | fix initramfs generation for kinetis k70 | Waldemar Brodkorb | |
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-12-11 | rework git kernel infrastructure | Waldemar 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-10 | helloworld: add C++ test | Waldemar Brodkorb | |
2016-12-08 | new package helloworld, add a package for regression testing with embedded-test | Waldemar Brodkorb | |
2016-12-05 | xtensa: only use auto-litpools for little endian | Waldemar Brodkorb | |
2016-11-28 | cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, ↵ | Waldemar Brodkorb | |
add a linux kernel submenu | |||
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-11-27 | finetune systemd/sysv integration, use /var tmpfs mountpoint | Waldemar Brodkorb | |
2016-11-27 | dropbear: add systemd unit file and integrate logic to package build | Waldemar Brodkorb | |
2016-11-27 | linux: update to 4.8.11, fix sparc32 invalid frame-pointer check | Waldemar Brodkorb | |
2016-11-25 | finalize systemd as alternative init system | Waldemar 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-22 | fix libxml2-host compile, pkgconf is mandatory | Waldemar Brodkorb | |
2016-11-22 | variable is not used, remove it | Waldemar Brodkorb | |
2016-11-21 | m68k/coldfire: elf2flt has some issues, gas error, so disable cfi asm generation | Waldemar Brodkorb | |
2016-11-21 | xtensa: use optimized flags, default to binutils 2.27 | Waldemar Brodkorb | |
2016-11-17 | git kernel handling | Waldemar Brodkorb | |
Simplify and allow to use git tags, branches, hashes and head. Convert existing usage of git kernel repositories to this. | |||
2016-11-13 | grub: rework package, add mips support, update to latest git | Waldemar Brodkorb | |
2016-11-09 | linux: update to 4.4.30, fix cris arch on this version | Waldemar Brodkorb | |
2016-11-06 | rework libc testing | Waldemar Brodkorb | |