summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-06-15use same stuff for cxxflagsWaldemar Brodkorb
2014-06-15cleanup HOST_STYLE, use SYSROOT feature for pkgconfWaldemar 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-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-13reduce rebuild time, remove non-performant rebuild targetsWaldemar Brodkorb
2014-06-12bump kernel versionsWaldemar Brodkorb
2014-06-11update to latest stable kernelsWaldemar Brodkorb
2014-06-11fix bootstrap styleWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-11ignore 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-10update to 3.15, rb532 pci patch no longer requiredWaldemar Brodkorb
2014-06-08avoid error messageWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-08use ADK_TARGET_KARCH for kernel stuff, fix ppc buildWaldemar Brodkorb
2014-06-08fix arch specific patch applyWaldemar Brodkorb
2014-06-07/usr/lib might be emptyWaldemar Brodkorb
2014-06-05rework ssp support, use static version of libsspWaldemar Brodkorb
2014-06-05load after sound driverWaldemar Brodkorb
2014-06-05fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵Waldemar Brodkorb
libc packages, to avoid cpio errors
2014-06-04make CRC32 booleanWaldemar Brodkorb
2014-06-04fix some crypot dependencies, add experimental btrfs supportWaldemar Brodkorb
2014-06-04fix devonly packagesWaldemar Brodkorb
2014-06-04Update urlWaldemar Brodkorb
2014-06-04Update urlWaldemar Brodkorb
2014-06-04make ld relro and bind now optionalWaldemar Brodkorb
2014-06-03mimic identically the kernel crypto configWaldemar Brodkorb
2014-06-03update vc libraries and firmware for raspberry pi, make GPU mem configurableWaldemar Brodkorb
2014-06-03fix kernel module packagingWaldemar Brodkorb
2014-06-03add hdmi audio supportWaldemar Brodkorb
2014-06-03update to 3.14.5Waldemar Brodkorb
2014-06-02simplify adding new archWaldemar 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-02refactor CPU_ARCH/ARCH variablesWaldemar 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-01add watchdog support for cubox, inlude weim by defaultWaldemar Brodkorb
2014-06-01disable ld gc for buildallWaldemar Brodkorb
2014-06-01fix pathWaldemar Brodkorb
2014-05-31add disk support to qemu-arm spitz and terrierWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-31fix false errorWaldemar Brodkorb
2014-05-31allow to disable tcp fastopen, so that AES is not required to builtin in the ↵Waldemar Brodkorb
kernel
2014-05-29rework directory namesWaldemar 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-29resolve merge conflictWaldemar Brodkorb
2014-05-29disable mptcp for buildallWaldemar Brodkorb
2014-05-28update buildallWaldemar Brodkorb
2014-05-28allow to choose ld garbage collectorWaldemar Brodkorb
2014-05-28update to rc7Waldemar Brodkorb
2014-05-27non-verbose extractionWaldemar Brodkorb
2014-05-27fix order againWaldemar Brodkorb
2014-05-27disable skipping of kernel patches for buildallWaldemar Brodkorb
2014-05-25non-verboseWaldemar Brodkorb
2014-05-25allow to enable PIEWaldemar Brodkorb
2014-05-25fix newline addition on quiet buildWaldemar Brodkorb