Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-11 | check ostype directly | Waldemar Brodkorb | |
2015-04-04 | fix the leading underscore in firmware dir | Waldemar Brodkorb | |
2015-04-04 | we need to use unique name for firmware dirs, too | Waldemar Brodkorb | |
2015-04-02 | respect HOST_PATH | Waldemar Brodkorb | |
2015-03-29 | use separate dirs for soft-float/hard-float toolchains | Waldemar Brodkorb | |
2015-03-27 | update to 3.18.10, sync rpi patch | Waldemar Brodkorb | |
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without. | |||
2015-03-23 | allow to select CPU flavour for toolchain building via env | Waldemar Brodkorb | |
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around. | |||
2015-03-15 | remove ADDON feature | Waldemar Brodkorb | |
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-03-07 | update all kernel versions | Waldemar Brodkorb | |
2015-03-07 | fix regex matching. hard/soft is in the middle | Waldemar Brodkorb | |
2015-03-07 | allow to set target float via environment | Waldemar Brodkorb | |
2015-03-06 | sync with upstream firmwarei, omxplayer and userland | Waldemar Brodkorb | |
Rename packages, as bcm2836 is also supported now. | |||
2015-03-04 | use separate directories for nommu setup | Waldemar Brodkorb | |
2015-03-02 | update some kernel mod dependencies. need better backward compatibility | Waldemar Brodkorb | |
2015-03-02 | update elf2flt, so that arm-nommu binaries are linkable. | Waldemar Brodkorb | |
2015-03-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-03-01 | use special cflags for neon | Waldemar Brodkorb | |
2015-03-01 | match exactly | Waldemar Brodkorb | |
2015-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-03-01 | add quirks for clang | Waldemar Brodkorb | |
2015-02-28 | mk/package.mk: fix for cleaning packages | Phil Sutter | |
Due to using the wrong name, the packages stamp file was not removed and therefore it was not rebuilt at all. | |||
2015-02-28 | toolchain: add cross prelinking tool from yoctoproject and hook it into ↵ | Phil Sutter | |
build system | |||
2015-02-28 | mk/fetch.mk: fix .nohash hack for packages with multiple distfiles | Phil Sutter | |
2015-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil Sutter | |
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk. | |||
2015-02-26 | Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵ | Waldemar Brodkorb | |
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb. | |||
2015-02-25 | use elf2flt CFLAGS for ARM with BINFMT_FLAT | Waldemar Brodkorb | |
2015-02-25 | m68k specific LDFLAGS | Waldemar Brodkorb | |
2015-02-25 | set CFLAGS for float/fpu correctly | Waldemar Brodkorb | |
2015-02-25 | always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not work | Waldemar Brodkorb | |
2015-02-25 | another special handling for cris | Waldemar Brodkorb | |
malloc needs to be fixed for linuxthreads in uClibc-ng git. | |||
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-20 | add support for oldest supported kernel | Waldemar Brodkorb | |
2015-02-20 | add another old kernel, still no go on voyager | Waldemar Brodkorb | |
2015-02-20 | use MALLOC with GLIBC_COMPAT for all archs | Waldemar Brodkorb | |
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git. | |||
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-16 | be quiet for cmake builds | Waldemar Brodkorb | |
2015-02-14 | hack for 3.19 usbcommon | Waldemar Brodkorb | |
2015-02-13 | add basic nios2 toolchain support | Waldemar Brodkorb | |
2015-02-12 | rebuild bootloader package on relevant config changes | Waldemar Brodkorb | |
2015-02-12 | calloc returns nonnull, too | Waldemar Brodkorb | |
2015-02-10 | make cmake build verbose | Waldemar Brodkorb | |
2015-02-10 | fix non verbose build | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-02-09 | be quiet | Waldemar Brodkorb | |
2015-02-08 | remove openafs, never got it working on target. lost interest | Waldemar Brodkorb | |
2015-02-04 | remove bkeymaps, use kbd package instead | Waldemar Brodkorb | |
2015-02-04 | use quiet cloning | Waldemar Brodkorb | |
2015-02-03 | update to 3.12.37 | Waldemar Brodkorb | |