Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-13 | Speed up compilation of packages. | dir | |
@upstream | |||
2018-06-22 | linux+arc: update kernel | Waldemar Brodkorb | |
2018-06-16 | use 4.17.1 for ARC architecture | Waldemar Brodkorb | |
2018-06-14 | add option for special CFLAGS/CXXFLAGS | Waldemar Brodkorb | |
Do not disable exception handling and unwinding options by default, as this breaks exception handling in C++ applications using libstdc++. Reported-by: Tom Deblauwe | |||
2018-06-10 | linux: add 4.17 | Waldemar Brodkorb | |
2018-06-03 | fix preselection of instructions set | Waldemar Brodkorb | |
2018-06-03 | add suffix for instruction set | Waldemar Brodkorb | |
2018-06-01 | c6x: fix shared toolchain building, disable multilib dirs in gcc 7.3.0 | Waldemar Brodkorb | |
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 | 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-08 | linux: add microblaze patch | Waldemar Brodkorb | |
2018-05-05 | linux: update to 4.9.98 | Waldemar Brodkorb | |
2018-05-04 | linux: update to 4.14.39 | Waldemar Brodkorb | |
2018-05-02 | linux: update to 4.16.7 | Waldemar Brodkorb | |
2018-05-02 | Fix bug related to renaming of ADK_TARGET_KERNEL_* | stk | |
I'm not sure if this correct, or complete. I only know that it's the diff hunk in mk/kernel-build.mk that we need. The other ones were found by searching for ADK_TARGET_KERNEL_USE_CUSTOMCONFIG; I suspect these code blocks need to be duplicated for ADK_TARGET_WALDUX_KERNEL_USE_CUSTOMCONFIG? | |||
2018-04-28 | linux: update to 4.16.5 | Waldemar Brodkorb | |
2018-04-21 | linux: bump kernel versions | Waldemar Brodkorb | |
2018-04-20 | fix stupid regression and allow kernel modules to be built again | Waldemar Brodkorb | |
2018-04-08 | linux: update 4.14/4.15 | Waldemar Brodkorb | |
2018-04-01 | linux: update to 4.9.92 | Waldemar Brodkorb | |
2018-03-27 | linux: update kernel versions | Waldemar Brodkorb | |
2018-03-21 | linux/waldux: update to 4.9.88 | Waldemar Brodkorb | |
2018-03-17 | linux: update to 4.14.27 | Waldemar Brodkorb | |
2018-03-17 | linux: update to 4.9.87 | Waldemar Brodkorb | |
2018-03-17 | use HOST_PATH for tar | Waldemar Brodkorb | |
2018-03-17 | fix kernel cleandir | Waldemar Brodkorb | |
2018-03-13 | csky: fix qemu system emulation | Waldemar Brodkorb | |
2018-03-08 | linux: update to 4.14.24 | Waldemar Brodkorb | |
2018-03-08 | linux: update to 4.9.86 | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-02-18 | fix sed and replace all occurences | Waldemar Brodkorb | |
2018-02-18 | linux: update to 4.15.4 | Waldemar Brodkorb | |
2018-02-12 | hppa: add basic qemu support | Waldemar Brodkorb | |
2018-01-31 | gcc/binutils: update to latest releases, improve riscv support | Waldemar Brodkorb | |
2018-01-27 | remove file package from test targets | Waldemar Brodkorb | |
2018-01-21 | linux: update to 4.4.112, refresh realtime patch | Waldemar Brodkorb | |
2018-01-21 | linux: update to 4.9.77, refresh realtime patch | Waldemar Brodkorb | |
2018-01-12 | add basic rtems support as a new playground | Waldemar Brodkorb | |
2018-01-02 | add extra check if ADK_TARGET_KERNEL_USE_DEFCONFIG is enabled, but ↵ | Waldemar Brodkorb | |
ADK_TARGET_KERNEL_DEFCONFIG is empty | |||
2018-01-02 | systemd: update to 236, convert to meson build | Waldemar Brodkorb | |
2017-12-31 | dec-multia: make netboot possible, add aboot bootloader | Waldemar Brodkorb | |
2017-12-31 | add basic zephyr experiments, add xtensa newlib support | Waldemar Brodkorb | |
2017-12-25 | add meson/ninja host tools | Waldemar Brodkorb | |
2017-12-24 | linux: bump kernel 4.4.x 4.9.x 4.14.x | Waldemar Brodkorb | |
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-12-13 | Fail on non-existing hashes for fetching | dir | |
2017-11-24 | csky: ck610 doesn't support FPU. | Guo Ren | |
1. No FPU for ck610 2. Only little endian is supported. 3. linux-4.9.56 for now. Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-11-19 | use tar(1) to copy the extra directories’ content | mirabilos | |
this should fix symlink traversal for preexisting copy targets Signed-off-by: mirabilos <tg@mirbsd.org> |