summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2018-05-25rework hardware and C library settingsWaldemar 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-08linux: add microblaze patchWaldemar Brodkorb
2018-05-05linux: update to 4.9.98Waldemar Brodkorb
2018-05-04linux: update to 4.14.39Waldemar Brodkorb
2018-05-02linux: update to 4.16.7Waldemar Brodkorb
2018-05-02Fix 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-28linux: update to 4.16.5Waldemar Brodkorb
2018-04-21linux: bump kernel versionsWaldemar Brodkorb
2018-04-20fix stupid regression and allow kernel modules to be built againWaldemar Brodkorb
2018-04-08linux: update 4.14/4.15Waldemar Brodkorb
2018-04-01linux: update to 4.9.92Waldemar Brodkorb
2018-03-27linux: update kernel versionsWaldemar Brodkorb
2018-03-21linux/waldux: update to 4.9.88Waldemar Brodkorb
2018-03-17linux: update to 4.14.27Waldemar Brodkorb
2018-03-17linux: update to 4.9.87Waldemar Brodkorb
2018-03-17use HOST_PATH for tarWaldemar Brodkorb
2018-03-17fix kernel cleandirWaldemar Brodkorb
2018-03-13csky: fix qemu system emulationWaldemar Brodkorb
2018-03-08linux: update to 4.14.24Waldemar Brodkorb
2018-03-08linux: update to 4.9.86Waldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-18fix sed and replace all occurencesWaldemar Brodkorb
2018-02-18linux: update to 4.15.4Waldemar Brodkorb
2018-02-12hppa: add basic qemu supportWaldemar Brodkorb
2018-01-31gcc/binutils: update to latest releases, improve riscv supportWaldemar Brodkorb
2018-01-27remove file package from test targetsWaldemar Brodkorb
2018-01-21linux: update to 4.4.112, refresh realtime patchWaldemar Brodkorb
2018-01-21linux: update to 4.9.77, refresh realtime patchWaldemar Brodkorb
2018-01-12add basic rtems support as a new playgroundWaldemar Brodkorb
2018-01-02add extra check if ADK_TARGET_KERNEL_USE_DEFCONFIG is enabled, but ↵Waldemar Brodkorb
ADK_TARGET_KERNEL_DEFCONFIG is empty
2018-01-02systemd: update to 236, convert to meson buildWaldemar Brodkorb
2017-12-31dec-multia: make netboot possible, add aboot bootloaderWaldemar Brodkorb
2017-12-31add basic zephyr experiments, add xtensa newlib supportWaldemar Brodkorb
2017-12-25add meson/ninja host toolsWaldemar Brodkorb
2017-12-24linux: bump kernel 4.4.x 4.9.x 4.14.xWaldemar Brodkorb
2017-12-17allow to build static gdb/strace with static/shared mixed toolchainWaldemar Brodkorb
2017-12-13Fail on non-existing hashes for fetchingdir
2017-11-24csky: 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-19use tar(1) to copy the extra directories’ contentmirabilos
this should fix symlink traversal for preexisting copy targets Signed-off-by: mirabilos <tg@mirbsd.org>
2017-11-18linux: update 4.13.xWaldemar Brodkorb
2017-11-04linux: bump kernel versionsWaldemar Brodkorb
2017-10-17csky: fine tune supportWaldemar Brodkorb
2017-10-08frosted: add support for stm32f429-discoveryWaldemar Brodkorb
2017-10-07add missing directory in host directoryWaldemar Brodkorb
2017-10-06nds32: update toolchain and kernelWaldemar Brodkorb
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-09-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2017-09-17fix defconfig generationWaldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar 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-09-16linux: bump all lts / stable to latestWaldemar Brodkorb