Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-31 | always compile file for testing, no need for make in uClibc-ng test | Waldemar Brodkorb | |
2015-05-29 | fix FLOAT selection for Qemu-PPC, add Qemu Model preselection | 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 | 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-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-21 | fix some build failures | 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-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-01 | match exactly | Waldemar Brodkorb | |
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 | always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not work | Waldemar Brodkorb | |
2015-02-12 | rebuild bootloader package on relevant config changes | 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-01-27 | add basic support for opkg, update to latest stable | Waldemar Brodkorb | |
2015-01-06 | fix menu recreation after change to appliance config | Waldemar Brodkorb | |
2014-12-26 | kernel config style. fixes for allmodconfig. | Waldemar Brodkorb | |
2014-12-21 | fix various automatic configuration targets | Waldemar Brodkorb | |
2014-12-19 | use ADK_VERBOSE to be more consistent. | Waldemar Brodkorb | |
2014-12-19 | s/collections/appliances/ | Waldemar Brodkorb | |
2014-12-19 | remove package collection leftovers | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-11 | don't check configured umask. we need to take care to create firmware ↵ | Waldemar Brodkorb | |
independent of umask setting in the shell | |||
2014-12-03 | rename package collection dependencies | Waldemar Brodkorb | |
2014-09-05 | now really a fix | Waldemar Brodkorb | |
2014-09-05 | fix usage of ADK_TARGET_ARCH | Waldemar Brodkorb | |
2014-08-15 | fix build on Darwin, need to find a way to get mkimage on Darwin later | Waldemar Brodkorb | |
2014-08-04 | allow to set libc git via environment | Waldemar Brodkorb | |
2014-08-01 | add libc-test package | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
2014-07-31 | add uclibc test-suite package | Waldemar Brodkorb | |
2014-07-29 | rework adk test stuff, use netcat to avoid socat/fork for non-MMU | Waldemar Brodkorb | |
2014-07-29 | fix initrdramfsarchive target | Waldemar Brodkorb | |
2014-07-29 | add some options, which are required for uclibc-ng test script | Waldemar Brodkorb | |
2014-07-28 | add make when test suite is choosen | Waldemar Brodkorb | |
2014-07-09 | simplify defconfig, fix allmodconfig | Waldemar Brodkorb | |
2014-07-09 | allow to build uClibc-ng natively | Waldemar Brodkorb | |
2014-07-09 | allow to enable uclibc testsuite | Waldemar Brodkorb | |
2014-07-08 | allow enabling of ltp package | Waldemar Brodkorb | |
2014-07-08 | fix syntax error, ah sorry | Waldemar Brodkorb | |
2014-07-08 | fix syntax error | Waldemar Brodkorb | |
2014-07-08 | allow to disable checksum for defconfig | Waldemar Brodkorb | |