Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-07-06 | allow preselection of ABI | Waldemar Brodkorb | |
2014-07-05 | fix libc preselection | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
2014-07-03 | add support for bulk builds with different endianess | Waldemar Brodkorb | |
2014-06-30 | remove cleandir comment, add postconfig logic to inform user about rebuild | Waldemar Brodkorb | |
2014-06-30 | bump kernels | Waldemar Brodkorb | |
2014-06-28 | no automatic rebuild | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-25 | grep target collections | Waldemar Brodkorb | |
2014-06-25 | fix rebuild of base-files on network config change | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make |