Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | flex: add missing patch | Waldemar Brodkorb | |
2019-09-30 | flex: fix bootstrap on NetBSD from upstream | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2019-09-12 | strace: update to 5.2 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2019-09-12 | kexec: update | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2019-09-12 | barebox: update | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2019-05-06 | add glibc 2.28 host compatibility patches | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2019-01-08 | gdb: update to 8.2.1 | Waldemar Brodkorb | |
2018-11-21 | update jupp package | mirabilos | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2018-11-01 | net-snmp: update to 5.8 | Waldemar Brodkorb | |
2018-11-01 | libarchive: update to 3.3.3 | Waldemar Brodkorb | |
2018-11-01 | gpgme: needs c++ | Waldemar Brodkorb | |
2018-09-23 | glibc: fix dev package for riscv | Waldemar Brodkorb | |
2018-09-21 | strace: update to 4.24 | Waldemar Brodkorb | |
2018-08-13 | Add option to mount debugfs at startup | dir | |
@upstream | |||
2018-08-13 | Use expat with gdb as otherwise gdbserver didn't work | dir | |
@upstream | |||
2018-08-13 | Add libbcm2835 | dir | |
2018-08-13 | cmake build speedup | dir | |
@upstream | |||
2018-08-13 | Add simple autologin program to be started by getty | dir | |
@upstream | |||
2018-08-13 | Build util-linux without uuid-lib on macOS | dir | |
@upstream | |||
2018-08-13 | Fix glib building on macOS | dir | |
@upstream | |||
2018-08-13 | Implement mdev logging output on demand | dir | |
@upstream | |||
2018-08-13 | Remove glib dependency to libelf | stk | |
It looks like libelf is not used at all by glib, the way it's configured, so remove it. The problem was that libelf would create a libelf.so.0 file that was then mistankenly used by perf (instead of the libelf.so.1 file coming from the elfutils package that it is really supposed to use). This is just the minimal fix that works for us, because we are not using any other packages that depend on libelf; to really fix the problem properly, one would have to do what's mentioned in 2c333655f1 (get rid of libelf by porting existing users to elfutils). | |||
2018-06-25 | gdb: add for arc architecure | Waldemar Brodkorb | |
2018-06-21 | u-boot: remove broken install | Waldemar Brodkorb | |
2018-06-20 | foxboard: bugfixes | Waldemar Brodkorb | |
2018-06-16 | add etrax-tools | Waldemar Brodkorb | |
2018-06-11 | strongswan: update to 5.6.3 | Waldemar Brodkorb | |
2018-06-10 | tmux: update to 2.7 | Waldemar Brodkorb | |
2018-06-10 | tor: update to 0.3.3.6 | Waldemar Brodkorb | |
2018-06-10 | allow apple mac mini to netboot | Waldemar Brodkorb | |
2018-06-10 | yaboot: add new package | Waldemar Brodkorb | |
2018-06-10 | e2fsprogs: update to 1.44.2 | Waldemar Brodkorb | |
2018-06-10 | cryptsetup: update to 2.0.3 | Waldemar Brodkorb | |
2018-06-08 | add sample for lenovo x200, fix gentooinstaller | Waldemar Brodkorb | |
2018-06-07 | lvm: update to 2.02.177 | Waldemar Brodkorb | |
2018-06-03 | mpc: update to 1.1.0 | Waldemar Brodkorb | |
2018-06-03 | arm-nommu: enable uClinux, better defaults | Waldemar Brodkorb | |
2018-06-03 | when OpenADK nfsroot is used for Gentoo installation, /dev/fd is required | Waldemar Brodkorb | |
2018-06-02 | lz4: fix Darwin cross-compile | Waldemar Brodkorb | |
2018-06-02 | new experimental package gentooinstall | Waldemar Brodkorb | |
2018-06-01 | riscv: use github fork until upstream | Waldemar Brodkorb | |
2018-05-30 | ethtool: update to 4.16 | Waldemar Brodkorb | |
2018-05-30 | openssh: update to 7.7p1 | Waldemar Brodkorb | |
2018-05-30 | zsh: update to 5.5.1 | Waldemar Brodkorb | |
2018-05-30 | irqbalance: update to 1.4.0 | Waldemar Brodkorb | |
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 | 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> |