summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update layer compatibility to warriorwarriorAdrian Mangeac2019-07-301-1/+1
| | | | | Change-Id: I38a4b7a76dd78b4a6468efee75973a6c78376617 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
* kernel-devsrc: Delete task do_populate_sysrootsumoMatei Valeanu2018-08-131-0/+1
| | | | | | | | Setting do_populate_sysroot as noexec means the code keeps thinking it can find a manifest file for it. Change-Id: I1211756b2ec3632211433ad5f76b1b4610fbeb9c Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* layer.conf: add LAYERSERIES_COMPATMartin Borg2018-07-101-0/+2
| | | | Signed-off-by: Martin Borg <martin.borg@enea.com>
* Revert "grub: upgraded grub version"Martin Borg2018-04-2711-476/+0
| | | | | | | | grub 2.02 is supported on upstream poky rocko branch This reverts commit 6aacc850dc8f1a5b734e9d8a7ed0530f1dfab4a0. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* grub: upgraded grub versionAdrian Calianu2018-04-2311-0/+476
| | | | | | | | | recipes are backported from master branch and updated to build for aarch64 and generate startup.nsh. It is required to generate single VNF image for qemuarm64. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Update README for rocko branchMartin Borg2018-03-121-2/+1
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Update README for pyro branchpyroAdrian Dudau2017-11-271-1/+1
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Merge branch 'octeontx-bsp' into pyroMartin Borg2017-08-241-0/+14
|\ | | | | | | Signed-off-by: Martin Borg <martin.borg@enea.com>
| * copy kernel config into deploy folderocteontx-bspAdrian Calianu2017-08-101-0/+14
|/ | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* 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>
* README: Update maintainers and contribution informationAdrian Dudau2016-07-041-2/+4
| | | | Signed-off-by: Adrian Dudau <adrian.dudau@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>
* Rename layer to meta-enea-bsp-commonAdrian Dudau2016-04-182-10/+10
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@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>
* intialize layerAdrian Dudau2016-02-053-0/+85
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>