summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
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
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02rename symbolWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-13add targethelp for nfsroot on armWaldemar Brodkorb
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2015-01-09use PKG_NOCHECKSUMWaldemar Brodkorb
2015-01-09add support for usb.ids.gzWaldemar Brodkorb
2015-01-06fix menu recreation after change to appliance configWaldemar Brodkorb
2015-01-05another thumb fixWaldemar Brodkorb
2015-01-05the resulting tar ball differs in size every time. disable checksum for git ↵Waldemar Brodkorb
checkouts
2015-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-01-03convert to git downloader. allow to choose which version of the bootloader.Waldemar Brodkorb