summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2015-04-21fix some build failuresWaldemar Brodkorb
2015-04-11check ostype directlyWaldemar Brodkorb
2015-04-04fix the leading underscore in firmware dirWaldemar Brodkorb
2015-04-04we need to use unique name for firmware dirs, tooWaldemar Brodkorb
2015-04-02respect HOST_PATHWaldemar Brodkorb
2015-03-29use separate dirs for soft-float/hard-float toolchainsWaldemar Brodkorb
2015-03-27update to 3.18.10, sync rpi patchWaldemar 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-23allow to select CPU flavour for toolchain building via envWaldemar Brodkorb
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around.
2015-03-15remove ADDON featureWaldemar Brodkorb
2015-03-11enable binfmt flat for bfin, fdpic test-suite compile failWaldemar Brodkorb
2015-03-07update all kernel versionsWaldemar Brodkorb
2015-03-07fix regex matching. hard/soft is in the middleWaldemar Brodkorb
2015-03-07allow to set target float via environmentWaldemar Brodkorb
2015-03-06sync with upstream firmwarei, omxplayer and userlandWaldemar Brodkorb
Rename packages, as bcm2836 is also supported now.
2015-03-04use separate directories for nommu setupWaldemar Brodkorb
2015-03-02update some kernel mod dependencies. need better backward compatibilityWaldemar Brodkorb
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-03-01use special cflags for neonWaldemar Brodkorb
2015-03-01match exactlyWaldemar Brodkorb
2015-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-03-01add quirks for clangWaldemar Brodkorb
2015-02-28mk/package.mk: fix for cleaning packagesPhil Sutter
Due to using the wrong name, the packages stamp file was not removed and therefore it was not rebuilt at all.
2015-02-28toolchain: add cross prelinking tool from yoctoproject and hook it into ↵Phil Sutter
build system
2015-02-28mk/fetch.mk: fix .nohash hack for packages with multiple distfilesPhil Sutter
2015-02-28extend KERNEL_MAKE_OPTS by the target directoryPhil 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-26Revert "always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE ↵Waldemar Brodkorb
does not work" This reverts commit f7fb97a8e2160a791487f5a2cd9f744b04cf39bb.
2015-02-25use elf2flt CFLAGS for ARM with BINFMT_FLATWaldemar Brodkorb
2015-02-25m68k specific LDFLAGSWaldemar Brodkorb
2015-02-25set CFLAGS for float/fpu correctlyWaldemar Brodkorb
2015-02-25always use .defconfig, otherwise make menuconfig and ADK_APPLIANCE does not workWaldemar Brodkorb
2015-02-25another special handling for crisWaldemar Brodkorb
malloc needs to be fixed for linuxthreads in uClibc-ng git.
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb
2015-02-20use MALLOC with GLIBC_COMPAT for all archsWaldemar Brodkorb
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git.
2015-02-19respect TARGET_LDFLAGSWaldemar Brodkorb
2015-02-16be quiet for cmake buildsWaldemar Brodkorb
2015-02-14hack for 3.19 usbcommonWaldemar Brodkorb
2015-02-13add basic nios2 toolchain supportWaldemar Brodkorb
2015-02-12rebuild bootloader package on relevant config changesWaldemar Brodkorb
2015-02-12calloc returns nonnull, tooWaldemar Brodkorb
2015-02-10make cmake build verboseWaldemar Brodkorb
2015-02-10fix non verbose buildWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-09be quietWaldemar Brodkorb
2015-02-08remove openafs, never got it working on target. lost interestWaldemar Brodkorb
2015-02-04remove bkeymaps, use kbd package insteadWaldemar Brodkorb
2015-02-04use quiet cloningWaldemar Brodkorb