Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | use same stuff for cxxflags | Waldemar Brodkorb | |
2014-06-15 | cleanup HOST_STYLE, use SYSROOT feature for pkgconf | Waldemar Brodkorb | |
there are three HOST_STYLE's, not set mean fully automatic installation. auto means prefix is set to /usr and DESTDIR is set to STAGING_HOST_DIR. When using manual, you need to provide your own targets. Instead of using sed to modify *.pc files, use PKG_SYSROOT feature, which does work better and avoids pathcing some pc files. Idea from sh4rm via #musl. | |||
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-13 | reduce rebuild time, remove non-performant rebuild targets | Waldemar Brodkorb | |
2014-06-12 | bump kernel versions | Waldemar Brodkorb | |
2014-06-11 | update to latest stable kernels | Waldemar Brodkorb | |
2014-06-11 | fix bootstrap style | Waldemar Brodkorb | |
2014-06-11 | add cleansystem target, filter fstack-protector-all for musl | Waldemar Brodkorb | |
2014-06-11 | ignore config.sub/config.guess, do not create backup and restore it on ↵ | Waldemar Brodkorb | |
update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package | |||
2014-06-10 | update to 3.15, rb532 pci patch no longer required | Waldemar Brodkorb | |
2014-06-08 | avoid error message | Waldemar Brodkorb | |
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-08 | use ADK_TARGET_KARCH for kernel stuff, fix ppc build | Waldemar Brodkorb | |
2014-06-08 | fix arch specific patch apply | Waldemar Brodkorb | |
2014-06-07 | /usr/lib might be empty | Waldemar Brodkorb | |
2014-06-05 | rework ssp support, use static version of libssp | Waldemar Brodkorb | |
2014-06-05 | load after sound driver | Waldemar Brodkorb | |
2014-06-05 | fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵ | Waldemar Brodkorb | |
libc packages, to avoid cpio errors | |||
2014-06-04 | make CRC32 boolean | Waldemar Brodkorb | |
2014-06-04 | fix some crypot dependencies, add experimental btrfs support | Waldemar Brodkorb | |
2014-06-04 | fix devonly packages | Waldemar Brodkorb | |
2014-06-04 | Update url | Waldemar Brodkorb | |
2014-06-04 | Update url | Waldemar Brodkorb | |
2014-06-04 | make ld relro and bind now optional | Waldemar Brodkorb | |
2014-06-03 | mimic identically the kernel crypto config | Waldemar Brodkorb | |
2014-06-03 | update vc libraries and firmware for raspberry pi, make GPU mem configurable | Waldemar Brodkorb | |
2014-06-03 | fix kernel module packaging | Waldemar Brodkorb | |
2014-06-03 | add hdmi audio support | Waldemar Brodkorb | |
2014-06-03 | update to 3.14.5 | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-06-01 | add watchdog support for cubox, inlude weim by default | Waldemar Brodkorb | |
2014-06-01 | disable ld gc for buildall | Waldemar Brodkorb | |
2014-06-01 | fix path | Waldemar Brodkorb | |
2014-05-31 | add disk support to qemu-arm spitz and terrier | Waldemar Brodkorb | |
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-31 | fix false error | Waldemar Brodkorb | |
2014-05-31 | allow to disable tcp fastopen, so that AES is not required to builtin in the ↵ | Waldemar Brodkorb | |
kernel | |||
2014-05-29 | rework directory names | Waldemar Brodkorb | |
Sorry, need to change this again. Toolchain and target directories can not be usefully shared between systems with the same cpu arch. There are to many optimizations for gcc supplied libraries involved. Simplify even for qemu targets. | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-29 | disable mptcp for buildall | Waldemar Brodkorb | |
2014-05-28 | update buildall | Waldemar Brodkorb | |
2014-05-28 | allow to choose ld garbage collector | Waldemar Brodkorb | |
2014-05-28 | update to rc7 | Waldemar Brodkorb | |
2014-05-27 | non-verbose extraction | Waldemar Brodkorb | |
2014-05-27 | fix order again | Waldemar Brodkorb | |
2014-05-27 | disable skipping of kernel patches for buildall | Waldemar Brodkorb | |
2014-05-25 | non-verbose | Waldemar Brodkorb | |
2014-05-25 | allow to enable PIE | Waldemar Brodkorb | |
2014-05-25 | fix newline addition on quiet build | Waldemar Brodkorb | |