summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* remove all kernel config fragmentsHEADmasterAdrian Calianu2017-03-0961-524/+0
| | | | | | | | From now on Enea Linux will use Yocto kernel config style using a separate meta data repo. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux-yocto: Append the 4.8 version insteadAdrian Dudau2016-10-171-0/+0
| | | | | | | | Yocto is using the 4.8 kernel as default now, so that's the version we should be patching. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-yocto: Rename the .bbappendAdrian Dudau2016-09-131-0/+0
| | | | | | | | | We have patches specific to 4.4 that may not apply to other versions. Since we only support one kernel version for the quemu there is no need to patch the other ones. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: add config fragments to disable debug featuresAdrian Calianu2016-05-234-0/+93
| | | | | | | | | | | | | | New config fragments created to: - disable debugging on target. Trying to disable any type of debugging that can affect performances on target. - disable profiling. Profiling is mainly based on hooks which should not affect the performance on target. This options allow to test if profiling does affect the performance or not. - enable PreemptRT Low Latency Desktop - disable erratum for new PowerPC revisions targets Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: add config fragment for offloading RCU callbacksMartin Borg2016-04-251-0/+1
| | | | | | | | Enable support for offloading RCU callback processing from the set of CPUs specified at boot time by the rcu_nocbs parameter. Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux/cfg: add config fragment for RCU priority boostingMartin Borg2016-04-201-0/+5
| | | | | | | Enable support for RCU priority boosting in the kernel Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* linux/cfg: Add config fragment for openvswitchAdrian Dudau2016-04-181-0/+7
| | | | | | | Enable support for Open vSwitch in the kernel. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Add config fragment for FSL SRIOAdrian Dudau2016-04-141-0/+4
| | | | | | | | | | | This config fragment enables Freescale Serial RapidIO support in the kernel. Ported from git.enea.se:linux/meta-enea:dizzy-enea, commit 75bb44ade746c3f49dd0686e0be3ea7658df0ee1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: remove prefix from config fragmentsStefan Sicleru2016-04-0154-196/+20
| | | | | | | | | | | Renamed kernel config fragments and provide them with prefix-free file names. Since prefixes are removed, README and associated script were also removed. References were updated within affected files. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* linux/cfg: add kernel config for VFAT and NLS supportStefan Sicleru2016-03-011-0/+3
| | | | | | | | Provide support for VFAT and one of its associated code pages: 437 Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux/cfg: add kernel config for NFS server v3Stefan Sicleru2016-03-011-0/+2
| | | | | | | Added a kernel config fragment in order to provide NFSv3 server support. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-common: update d.getVar syntaxNora Bjorklund2016-03-011-1/+1
| | | | | | | Update to include an expand parameter for d.getVar to comply with bitbake master. Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* add bbappend for linux-yoctoAdrian Dudau2016-02-151-0/+28
| | | | | | | | This will apply Enea configs to the linux-yocto kernels used by qemu machines. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
* add kernel configsAdrian Dudau2016-02-1552-0/+557
These are moved from meta-enea-base Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>