summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2016-10-25add Makefile target for saving the kernel configuration to an external fileMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-10-25add support for providing an externel kernel configuration fileMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-10-22linux: update 4.7.x kernel, add 4.8.xWaldemar Brodkorb
2016-10-09disable file for default test builsWaldemar Brodkorb
2016-10-09rework thread handlingWaldemar Brodkorb
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :(
2016-10-09avoid error messageWaldemar Brodkorb
2016-10-09avoid duplicate .defconfigWaldemar Brodkorb
2016-10-09be more quite on clone/checkoutWaldemar Brodkorb
2016-10-09disable binutils for basic testingWaldemar Brodkorb
2016-10-06add liberation truetype font package and add mkfontscale check, complete the ↵Waldemar Brodkorb
other font checks
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-09-29flags require for host envWaldemar Brodkorb
2016-09-27perl: fix path for mipselWaldemar Brodkorb
2016-09-27disable prelink for allmodconfigWaldemar Brodkorb
2016-09-24disable some symbols from allmodconfigWaldemar Brodkorb
2016-09-24fixup allmodconfig targetWaldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-20libsndfile: needs c++, autoselect c++ toolchain optionWaldemar Brodkorb
2016-09-20cmake: verbose builds by defaultWaldemar Brodkorb
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-14beaglebone-black: some fixes, no serial output yetWaldemar Brodkorb
2016-09-13uefi boot dislikes size in genimage, use a dummy image for cfgfs, add ↵Waldemar Brodkorb
dependencies
2016-09-12qemu: efi boot works, need to add a package for EFI bios fileWaldemar Brodkorb
2016-09-10linux: update to 4.4.20Waldemar Brodkorb
2016-09-10linux: remove deprecated 4.6 supportWaldemar Brodkorb
2016-09-10genimage: add better supportWaldemar Brodkorb
2016-09-08linux: update to 4.7.3Waldemar Brodkorb
2016-09-05add some basic genimage supportWaldemar Brodkorb
2016-09-05finetune logoutputWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-08-22linux: add support for 4.7.xWaldemar Brodkorb
2016-08-16linux: update to 4.6.6Waldemar Brodkorb
2016-08-15linux: update 4.x kernel, add m68k patch and allow one memory flatWaldemar Brodkorb
2016-08-15allow to override instruction setWaldemar Brodkorb
2016-07-31linux: update to 4.6.5, add realtime patchWaldemar Brodkorb
2016-07-30allow to preselect binutils, gcc and gdb versionWaldemar Brodkorb
2016-07-30linux: rework kernel version selection, can be preselected with make ↵Waldemar Brodkorb
ADK_TARGET_KERNEL_VERSION=x.y
2016-07-17kernel: update to 4.6.4Waldemar Brodkorb
2016-07-11rework kernel patches for rpi/imx6Waldemar Brodkorb
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig.
2016-07-10allow debug builds for cortex-m toolchainsWaldemar Brodkorb
2016-07-06x32: fix toolchain buidingWaldemar Brodkorb
2016-07-05allow to cross-compile x86_64 kernel on DarwinWaldemar Brodkorb
2016-06-26linux: update to 4.4.14Waldemar Brodkorb
2016-06-26linux: update to 4.6.3Waldemar Brodkorb
2016-06-20show dltool (curl/wget) errors when make package=foo clean package ↵Waldemar Brodkorb
ADK_VERBOSE=1 is used
2016-06-19linux: update to 3.14.72, add working solidrun patchWaldemar Brodkorb
2016-06-19remove unused variablesWaldemar Brodkorb
FETCHCMD is added to prereq.mk, so ADK_WGET_TIMEOUT is unused nowadays.
2016-06-19linux: update to 4.4.13, add realtime patchWaldemar Brodkorb
2016-06-19linux: update to 4.1.26, refresh realtime patchWaldemar Brodkorb