summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorLei Yang <lei.yang@windriver.com>2013-01-31 15:18:47 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-02-01 09:08:07 -0500
commit0afb6647c1ba91b9197d3720537cdb8b211ddcee (patch)
tree998f9ab3136ed4b6c4bbd769b1fe9f12da4dd7be /recipes-kernel
parent176a8d2ed831480221e0377edcb371aeb99e0caa (diff)
downloadmeta-virtualization-0afb6647c1ba91b9197d3720537cdb8b211ddcee.tar.gz
openvswtich: start openvswitch at the boot time
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.4.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 454c00f4..2893a01c 100644
--- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -5,7 +5,7 @@ SRC_URI += "file://xt-checksum.scc \
5 file://vswitch.scc \ 5 file://vswitch.scc \
6 file://lxc.scc \ 6 file://lxc.scc \
7 " 7 "
8 8module_autoload_openvswitch = "openvswitch"
9KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" 9KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
10 10
11module_autoload_kvm = "kvm" 11module_autoload_kvm = "kvm"