summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update fragments to oe-core 1.6Bruce Ashfield2014-04-021-0/+0
| | | | | | | Now that the 3.14 kernel has been introduced and 3.8 dropped from oe-core, we need to adjust our configuration fragments accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto/xen: update fragment to support both dom0 and typical xen guests.Chris Patterson2013-10-105-12/+11
| | | | | | | | | | | Updated linux kernel fragment to match defaults as defined in the 3.10 kernel's Kconfig files. If defaults were not specified, modules were were used unless required by another built-in option. As such, The core frontend drivers are included by default and the backend drivers are built as modules. This allows privileged, PV, HVM, and PVHVM guests to work properly without additional kernel configuration or modules required in initramfs (from a Xen support perspective). This also removes CONFIG_KVM_GUEST which was erroneously included previously. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: add optional support for aufs and xen using DISTRO_FEATURES.Chris Patterson2013-09-243-0/+15
| | | | Signed-off-by: Chris Patterson <cjp256@gmail.com>
* linux-yocto: add kernel fragment and scc to support xen on linux 3.4, 3.8, ↵Chris Patterson2013-09-242-0/+59
| | | | | | and 3.10. Signed-off-by: Chris Patterson <cjp256@gmail.com>
* linux-yocto: add linux-yocto 3.10 bbappendBruce Ashfield2013-09-011-0/+13
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Add kernel config fragment to allow OVS QoS serviceDavid Nyström2013-08-251-1/+1
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* linux-yocto: Added 3.8 kernel bbappendMihai Prica2013-07-081-0/+13
| | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com>
* openvswtich: start openvswitch at the boot timeLei Yang2013-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | When I define the bridge, I get below error root@intel_5500_server:~# ovs-vsctl add-br ovsbr0 Jan 25 17:34:07|00002|stream_unix|ERR|/tmp/stream-unix.1487.0: connection to /var/run/openvswitch/db.sock failed: No such file or directory ........ ........ This is because openvswitch damon isn't running,so we'd better start it at the boot time. The split-package ${PN}-switch ${PN}-controller provide us to start necessary daemon with update-rc.d so we add them to the RDEPENDS. Since openvswitch depends on openvswtich kernel module, so auto load the kernel module too. Signed-off-by: Lei Yang <lei.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: added kernel configuration for KVMMihai Prica2013-01-291-0/+5
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Added kernel configuration for LxC and in kernel OpenvSwitchDavid Nyström2012-12-075-1/+36
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto: added kernel configs for iptables modules iptables: loaded ↵Mihai Prica2012-11-263-1/+7
| | | | | | | necessary kernel modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: added necessary kernel modules linux-yocto: added kernel configs ↵Mihai Prica2012-11-263-0/+10
for ebtables modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>