Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | file: update to 5.33 | Waldemar Brodkorb | |
2018-05-28 | rpi: update firmware, kernel and fixup more stuff | Waldemar Brodkorb | |
2018-05-27 | linux: allow to compile old kernel with clang | Waldemar Brodkorb | |
2018-05-27 | task: document toolchain task in a better way | Waldemar Brodkorb | |
2018-05-27 | fmt: remove unused variable | Waldemar Brodkorb | |
2018-05-27 | Fix for host build of flex package. | Mike Thompson | |
When building under Ubuntu 18.04 the flex package for the host will fail with the following error: [stage1scan.c] Segmentation fault (core dumped) This seems to be because Ubuntu 18.04 uses glibc 2.26 or newer as described in the following URL: https://git.busybox.net/buildroot/commit/?id=c128c5f3c79b31d89256ffbc5c650ba613d3d52b This fix to configure.ac in the flex package will work around this error. Signed-off-by: Mike Thompson <mpthompson@gmail.com> | |||
2018-05-27 | try to fix noMMU targets | Waldemar Brodkorb | |
2018-05-27 | kodi: update to leia 18 alpha, add all required packages | Waldemar Brodkorb | |
2018-05-26 | arc: update to rc2 | Waldemar Brodkorb | |
2018-05-26 | fix some bad dependencies | Waldemar Brodkorb | |
2018-05-26 | allow endian selecton for qemu aarch64 | Waldemar Brodkorb | |
2018-05-26 | linux: bump kernels from 4.4 to 4.16 | Waldemar Brodkorb | |
2018-05-25 | rework hardware and C library settings | Waldemar Brodkorb | |
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM. | |||
2018-05-23 | alpha: fix baud rate | Waldemar Brodkorb | |
2018-05-23 | hppa: add generic kernel config | Waldemar Brodkorb | |
2018-05-22 | waldux: update to latest | Waldemar Brodkorb | |
2018-05-22 | opkg: update to 0.3.6 | Waldemar Brodkorb | |
2018-05-22 | lz4: update to 1.8.2, allow to cross-compile from Darwin to Linux | Waldemar Brodkorb | |
2018-05-22 | libressl: update to 2.7.3 | Waldemar Brodkorb | |
2018-05-22 | alpha: info about SRM console | Waldemar Brodkorb | |
2018-05-22 | remove junk in patch | Waldemar Brodkorb | |
2018-05-22 | linux: alpha patch for 4.14 | Waldemar Brodkorb | |
2018-05-22 | add alpha sample | Waldemar Brodkorb | |
2018-05-22 | xz: update to 5.2.4 | Waldemar Brodkorb | |
2018-05-22 | gnupg: update to 1.4.22 | Waldemar Brodkorb | |
2018-05-22 | libx264: update to latest master | Waldemar Brodkorb | |
2018-05-22 | gnupg2: update to 2.2.7 | Waldemar Brodkorb | |
2018-05-22 | gmp: needs c++ | Waldemar Brodkorb | |
2018-05-21 | glib: fix compile under Linux | Waldemar Brodkorb | |
2018-05-21 | uclibc: enable ld.preload for arm | Waldemar Brodkorb | |
2018-05-21 | curl: use ca-path, make git clone ssl url working | Waldemar Brodkorb | |
2018-05-21 | glib: update to 2.56.1 | Waldemar Brodkorb | |
2018-05-21 | xvidcore: update to 1.3.5 | Waldemar Brodkorb | |
2018-05-21 | util-linux: fix typo for cfdisk install | Waldemar Brodkorb | |
2018-05-20 | curl: update to 7.60 | Waldemar Brodkorb | |
2018-05-20 | kodi: allow using aloop audio devices | Oliver Schib | |
Building the linux kernel with snd_aloop enabled adds alsa loopback devices, however they are not shown in the kodi gui and therefore can't be used by default. This patch lifts those restrictions. Signed-off-by: Oliver Schib <oliver.schib@gmx.ch> | |||
2018-05-19 | genimage disk images are only available for x86_64 for now | Waldemar Brodkorb | |
2018-05-19 | uclibc-ng-dev: do not stop for static toolchains | Waldemar Brodkorb | |
2018-05-15 | ltp: update to 20180515 | Waldemar Brodkorb | |
2018-05-14 | add support for saving video decoding license keys to config | Oliver Schib | |
Signed-off-by: Oliver Schib <oliver.schib@gmx.ch> | |||
2018-05-14 | boost: update to 1.67, hack out an compile issue with arm | Waldemar Brodkorb | |
2018-05-12 | nds32: use binutils/gcc from github | Waldemar Brodkorb | |
2018-05-10 | strace: update to 4.22 | Waldemar Brodkorb | |
2018-05-10 | libx265: add missing build dependency | Waldemar Brodkorb | |
2018-05-08 | linux: add microblaze patch | Waldemar Brodkorb | |
2018-05-08 | add ffmpeg libx265 support | Waldemar Brodkorb | |
2018-05-06 | rpi: update bootloader | Oliver Schib | |
Signed-off-by: Oliver Schib <oliver.schib@gmx.ch> | |||
2018-05-06 | riscv: try gcc8 + riscv-kernel | Waldemar Brodkorb | |
2018-05-06 | mips32r6: cpu emulation seems to have changed in qemu somehow | Waldemar Brodkorb | |
2018-05-05 | rpi: fix kodi task | Waldemar Brodkorb | |
Kernel symbols got renamed. |