Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-07 | allow ADK_TARGET_CPU for alpha | 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-03-05 | fix build when no modules selected | Waldemar Brodkorb | |
2016-03-02 | build host u-boot when mkimage is not installed | Waldemar Brodkorb | |
2016-02-29 | add a workaround for ppc64 kernel compile | Waldemar Brodkorb | |
2016-02-27 | add NIOS2 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | add H8300 to newlib supported architectures | Waldemar Brodkorb | |
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-27 | linux: update to latest | Waldemar Brodkorb | |
2016-02-27 | add ARC to newlib supported architectures | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-25 | add newlib aarch64 toolchain support | Waldemar Brodkorb | |
2016-02-25 | add basic newlib toolchain support for moxie | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | Waldemar Brodkorb | |
2016-02-20 | kernel: update to latest | Waldemar Brodkorb | |
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2016-02-19 | remove unused symbol | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-19 | update older 2.6.x and 3.2.x kernels | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar Brodkorb | |
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup. | |||
2016-02-16 | musl: add latest stable version | Waldemar Brodkorb | |
2016-02-16 | add nds32 bare-metal toolchain support | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |
2016-02-14 | binutils: use 2.26 only for Xtensa noMMU and H8300 | Waldemar Brodkorb | |
2016-02-10 | more stuff for kinetis k70, kernel still does not work | Waldemar Brodkorb | |
2016-02-08 | git pushMerge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2016-02-08 | disable threads for uClibc-ng alpha, qemu bootup works now | Waldemar Brodkorb | |
2016-02-08 | use only gcc 5.2 for or1k | Waldemar Brodkorb | |
2016-02-07 | uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵ | Waldemar Brodkorb | |
1.0 config | |||
2016-02-05 | fr-v: allow to build a uClibc-ng toolchain | Waldemar Brodkorb | |
2016-02-03 | add support for binutils 2.26 | Waldemar Brodkorb | |
2016-02-02 | update Linux kernel 4.3.x to latest version | Waldemar Brodkorb | |
2016-02-01 | add wget / openssh for devel appliance | Waldemar Brodkorb | |
2016-02-01 | update uClibc-ng to 1.0.12 | Waldemar Brodkorb | |
2016-01-29 | enable networking for armv6 qemu emulation | Waldemar Brodkorb | |
2016-01-27 | allow to build nios2 uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-26 | add support for tilepro/tilegx toolchain, tilepro is broken | Waldemar Brodkorb | |
2016-01-25 | hppa: allow to build uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2016-01-25 | allow to build different ppc64 subarchs | Waldemar Brodkorb | |
2016-01-25 | add basic qemu armv6 support | Waldemar Brodkorb | |
2016-01-24 | linux: update to 4.1.16 | Waldemar Brodkorb | |
2016-01-24 | qemu-system-ppc64 can be used for little-endian, too | Waldemar Brodkorb | |
2016-01-24 | ppc64 little endian needs newer kernel | Waldemar Brodkorb | |
2016-01-17 | add development appliance config | Waldemar Brodkorb | |
2016-01-13 | Change mpd dependencies. | Oliver Schib | |
Video libraries are not necessary for successful build and start of mpd. libexpat is needed. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2016-01-10 | one leftover from last commit | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-01-10 | add missing arch depends | Waldemar Brodkorb | |
2016-01-10 | mikrotik rb532 is mips32 not mips32r2 | Waldemar Brodkorb | |