summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion
AgeCommit message (Collapse)Author
2016-05-16bump linux kernel versionsWaldemar Brodkorb
2016-05-09kernel: update to 4.5.3Waldemar Brodkorb
2016-05-05rpi: add patch for 4.4.x kernelWaldemar Brodkorb
2016-05-05rpi: enable default kernel build from githubWaldemar Brodkorb
2016-05-03update rpi kernel patch, add mkknlimg back, more fixesWaldemar Brodkorb
2016-05-02kernel: add 4.5.2Waldemar Brodkorb
2016-04-28linux: bump all kernelsWaldemar Brodkorb
2016-04-05disable 4.4.x for bcm28xx for nowWaldemar Brodkorb
2016-04-04new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootupWaldemar Brodkorb
2016-04-01linux: update to 4.1.20, add solidrun patch for 4.4.6Waldemar Brodkorb
2016-03-16linux: bump versionWaldemar Brodkorb
2016-03-16linux: update kernel to 4.4.5Waldemar Brodkorb
2016-03-10make parts of the menu visible if architecture is choosen to guarentee ↵Waldemar Brodkorb
defaults are set right
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
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
2016-01-24ppc64 little endian needs newer kernelWaldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-24bump kernelversionsWaldemar Brodkorb
2015-12-06cleanup kernelversion dependenciesWaldemar Brodkorb
Use ARCH, then BOARD and last SYSTEM depends.
2015-11-30bfin: only allow to choose latest kernel, others don't work with gcc git ↵Waldemar Brodkorb
without patching
2015-11-30linux: update 4.1.x to latest stable upstream versionWaldemar Brodkorb
2015-11-27bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵Waldemar Brodkorb
disable it for now.
2015-11-17default to 4.3, works fine with a patch on gdb h8/300 simulatorWaldemar Brodkorb
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar Brodkorb
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
2015-11-13bump Linux 4.2.x kernelWaldemar Brodkorb
2015-11-12linux: add support for version 4.3Waldemar Brodkorb
2015-11-12sparc: we need at least 4.2.x, 4.1 is brokenWaldemar Brodkorb
2015-11-01default 4.2.5 for h8/300Waldemar Brodkorb
2015-10-28update to latest 4.2.x kernelWaldemar Brodkorb
2015-10-23use 4.2.4 for ARC by defaultWaldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-21remove unneeded split in choice and default, remove ↵Waldemar Brodkorb
ADK_TARGET_KERNEL_VERSION (unused)
2014-05-23resolve merge conflictWaldemar Brodkorb