Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | strace: update to 6.7 | Waldemar Brodkorb | |
2024-01-18 | strace: update to 6.6 | Waldemar Brodkorb | |
2023-09-24 | strace: update to 6.5 | Waldemar Brodkorb | |
2023-08-10 | strace: cris is not supported | Waldemar Brodkorb | |
2023-05-26 | strace: update to 6.3 | Waldemar Brodkorb | |
2023-04-05 | strace: update to 6.2 | Waldemar Brodkorb | |
2023-01-29 | strace: update to 6.1 | Waldemar Brodkorb | |
2022-08-26 | strace: update to 5.19 | Waldemar Brodkorb | |
2022-01-21 | strace: update to 5.16 | Waldemar Brodkorb | |
2022-01-15 | strace: fix compile issue on c-sky | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2021-10-30 | strace: update to 5.14 | Waldemar Brodkorb | |
2021-03-02 | different kodi-task bugfixes | Waldemar Brodkorb | |
2020-10-31 | strace: update to 5.9 | Waldemar Brodkorb | |
2020-09-13 | strace: update to 5.8 | Waldemar Brodkorb | |
2020-06-06 | strace: update to 5.7 | Waldemar Brodkorb | |
2020-04-01 | strace: update to 5.5 | Waldemar Brodkorb | |
2019-10-09 | strace: update to 5.3 | Waldemar Brodkorb | |
2019-09-12 | strace: update to 5.2 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2018-09-21 | strace: update to 4.24 | Waldemar Brodkorb | |
2018-05-10 | strace: update to 4.22 | Waldemar Brodkorb | |
2018-03-27 | strace: update to 4.21 | Waldemar Brodkorb | |
2017-12-25 | strace: update to 4.20 | Waldemar Brodkorb | |
2017-09-23 | h8300: use elf2flt from ysato, upstream elf2flt still requires a small patch | Waldemar Brodkorb | |
2017-09-17 | remove -fhonour-copts usage | Waldemar Brodkorb | |
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. | |||
2017-08-06 | strace: update to 4.18 | Waldemar Brodkorb | |
2017-06-23 | strace: update to 4.17 | Waldemar Brodkorb | |
2017-02-18 | strace: update to 4.16 | Waldemar Brodkorb | |
2016-12-19 | strace: update to 4.15 | 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-08-19 | strace: fix musl mips compile | Waldemar Brodkorb | |
2016-08-09 | strace: fix for x86_64 build | Waldemar Brodkorb | |
2016-08-08 | strace: disable for nds32 | Waldemar Brodkorb | |
2016-08-08 | strace: update to 4.12 | Waldemar Brodkorb | |
2016-04-29 | strace: workaround should only be used for powerpc | Waldemar Brodkorb | |
2016-04-27 | strace: fix musl ppc compile | Waldemar Brodkorb | |
2016-02-20 | strace: fix cross-compile on MacOS X | Waldemar Brodkorb | |
2016-01-16 | strace: fix build error | Waldemar Brodkorb | |
2015-12-26 | fix compile for crisv10/crisv32 | Waldemar Brodkorb | |
2015-12-25 | fix ARC compile, hotfix from upstream | Waldemar Brodkorb | |
2015-12-23 | fix microblaze musl compile | Waldemar Brodkorb | |
2015-12-22 | strace: update to latest stable version, remove patches first and see what ↵ | Waldemar Brodkorb | |
is required | |||
2015-10-11 | fix musl compile for x86_64 | Waldemar Brodkorb | |
2015-06-10 | better use i386 as base for crisv32 | Waldemar Brodkorb | |
2015-06-10 | fix strace for crisv32 (experimental) | Waldemar Brodkorb | |
2015-03-10 | update to latest stable upstream version | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-09-03 | fix checksum | Waldemar Brodkorb | |
2014-09-03 | update to 4.9, need to readd needed patches after testrun | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make |