summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
AgeCommit message (Collapse)Author
2016-02-27linux: update to latestWaldemar Brodkorb
2016-02-20kernel: update to latestWaldemar Brodkorb
2016-02-19update older 2.6.x and 3.2.x kernelsWaldemar Brodkorb
2016-02-02update Linux kernel 4.3.x to latest versionWaldemar Brodkorb
2016-01-24linux: update to 4.1.16Waldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-24bump kernelversionsWaldemar Brodkorb
2015-11-30linux: update 4.1.x to latest stable upstream versionWaldemar Brodkorb
2015-11-13bump Linux 4.2.x kernelWaldemar Brodkorb
2015-11-12linux: add support for version 4.3Waldemar Brodkorb
2015-10-28update to latest 4.2.x kernelWaldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-07bump linux kernelsWaldemar Brodkorb
2015-08-31prefix VERSION symbols, otherwise they will get into kernel .configWaldemar Brodkorb
2015-08-25update 4.1.x to latestWaldemar Brodkorb
2015-08-03rework kernel module infrastructureWaldemar Brodkorb
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-08-02remove non-lts kernelWaldemar Brodkorb
2015-08-01remove testkernelWaldemar Brodkorb
2015-08-01update to 4.1.3, which will be the base for stable branchWaldemar Brodkorb
2015-07-27handle git kernels in a better wayWaldemar Brodkorb
2015-07-24add experimental kernel for solidrun devices, to check kodi audioWaldemar Brodkorb
2015-07-24update to latestWaldemar Brodkorb
2015-07-01bump 4.1 kernel versionBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-06-28fix module versionWaldemar Brodkorb
2015-06-24bump all kernel versionsWaldemar Brodkorb
2015-06-13update kernel to 4.0.5Waldemar Brodkorb
2015-06-03update kernel to 3.18.14, refresh realtime and rpi patchesWaldemar Brodkorb
2015-05-26add 4.1rc5 for cris testingWaldemar Brodkorb
2015-05-25update to latest 4.0.x stable kernelWaldemar Brodkorb
2015-05-25remove end-of-life kernelWaldemar Brodkorb
2015-05-25update kernel to 3.14.43Waldemar Brodkorb
2015-05-16update to latest 4.x kernelWaldemar Brodkorb
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
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-07update all kernel versionsWaldemar Brodkorb
2015-03-02update to latest stable 3.18.x kernelWaldemar Brodkorb
2015-02-20add support for oldest supported kernelWaldemar Brodkorb
2015-02-20add another old kernel, still no go on voyagerWaldemar Brodkorb
2015-02-14hack for 3.19 usbcommonWaldemar Brodkorb
2015-02-13add basic nios2 toolchain supportWaldemar 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-03update to 3.12.37Waldemar 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-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-12-13bump to 3.17.5Waldemar Brodkorb