Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-17 | fix kernel cleandir | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-01-27 | remove file package from test targets | 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 | |||
2017-12-31 | add basic zephyr experiments, add xtensa newlib support | Waldemar Brodkorb | |
2017-10-08 | frosted: add support for stm32f429-discovery | Waldemar Brodkorb | |
2017-10-07 | add missing directory in host directory | Waldemar Brodkorb | |
2017-09-17 | fix defconfig generation | 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-27 | add basic support for frosted operating system | Waldemar Brodkorb | |
https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. | |||
2017-06-29 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2017-06-23 | Revert "Add info-target to print out some OpenADK variables in machine ↵ | Waldemar Brodkorb | |
readable ways" This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1. | |||
2017-06-21 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2017-03-26 | need KARCH for make kernelconfig | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar Brodkorb | |
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage. | |||
2016-12-26 | disable dbus-systemd for allmodconfig | Waldemar Brodkorb | |
2016-12-10 | helloworld: add C++ test | Waldemar Brodkorb | |
2016-12-08 | new package helloworld, add a package for regression testing with embedded-test | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-11-27 | finetune systemd/sysv integration, use /var tmpfs mountpoint | Waldemar Brodkorb | |
2016-11-06 | rework libc testing | Waldemar Brodkorb | |
2016-10-25 | add Makefile target for saving the kernel configuration to an external file | Mario Haustein | |
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | |||
2016-10-25 | allow to choose base apps, minor dot cleanup | Waldemar Brodkorb | |
2016-10-09 | disable file for default test buils | Waldemar Brodkorb | |
2016-10-09 | rework thread handling | Waldemar Brodkorb | |
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :( | |||
2016-10-09 | avoid error message | Waldemar Brodkorb | |
2016-10-09 | avoid duplicate .defconfig | Waldemar Brodkorb | |
2016-10-09 | disable binutils for basic testing | Waldemar Brodkorb | |
2016-09-30 | remove OpenSSL support | Waldemar Brodkorb | |
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL. | |||
2016-09-27 | disable prelink for allmodconfig | Waldemar Brodkorb | |
2016-09-24 | disable some symbols from allmodconfig | Waldemar Brodkorb | |
2016-09-24 | fixup allmodconfig target | Waldemar Brodkorb | |
2016-09-20 | libsndfile: needs c++, autoselect c++ toolchain option | Waldemar Brodkorb | |
2016-08-15 | allow to override instruction set | Waldemar Brodkorb | |
2016-07-30 | allow to preselect binutils, gcc and gdb version | Waldemar Brodkorb | |
2016-07-30 | linux: rework kernel version selection, can be preselected with make ↵ | Waldemar Brodkorb | |
ADK_TARGET_KERNEL_VERSION=x.y | |||
2016-06-19 | remove unused variables | Waldemar Brodkorb | |
FETCHCMD is added to prereq.mk, so ADK_WGET_TIMEOUT is unused nowadays. | |||
2016-04-04 | allow to preset binfmt | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-02-08 | remove make.log on distclean | Waldemar Brodkorb | |
2016-01-11 | fix preseeding libc git version | Waldemar Brodkorb | |
2016-01-07 | allow to choose Xtensa target | Waldemar Brodkorb | |
2015-12-26 | allow to pregen libc version | Waldemar Brodkorb | |
2015-12-26 | fix pregen of config | Waldemar Brodkorb | |
2015-12-22 | fix mksh test | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-21 | finetune logging | Waldemar Brodkorb | |
2015-12-15 | remove make.log on distclean | Waldemar Brodkorb | |
2015-12-14 | forgot another important dir for old toolchains | Waldemar Brodkorb | |
2015-12-14 | be sure to create staging target /usr/lib, remove duplicate HOSTCC | Waldemar Brodkorb | |