Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-16 | update to latest 4.x kernel | Waldemar Brodkorb | |
2015-05-13 | only use when NEON choosen | Waldemar Brodkorb | |
2015-05-06 | add APPLIANCE Version, add githash file | Waldemar Brodkorb | |
2015-05-04 | fix path for udc kernel module for 3.14 | Waldemar Brodkorb | |
2015-05-04 | 32076 isn't right, use _ for the regex | Waldemar Brodkorb | |
2015-05-03 | fix overlapping regex | Waldemar Brodkorb | |
2015-05-02 | update kernel versions, add separate modules-<version>.mk files to abstract ↵ | Waldemar Brodkorb | |
patch name changes | |||
2015-05-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-02 | fix shasum wrapper on Darwin | Waldemar Brodkorb | |
2015-05-02 | create HOST_CFLAGS/HOST_CXXFLAGS dynamically for static-libgcc systems | Waldemar Brodkorb | |
2015-05-01 | use HOST_CFLAGS for Kconfig and adk tools | Waldemar Brodkorb | |
2015-05-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-01 | use sha256sum | Waldemar Brodkorb | |
2015-05-01 | add cpu type for different toolchains with the same architecture | Waldemar Brodkorb | |
2015-04-26 | remove -C $(LINUX_DIR) from OPTS variable | Waldemar Brodkorb | |
Otherwise toolchain only compiling of gcc is failing while trying to install header files. | |||
2015-04-26 | make compiling with debug information non-default behavior | Waldemar Brodkorb | |
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build. | |||
2015-04-21 | fix some build failures | Waldemar Brodkorb | |
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. |