diff options
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 | ||||
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.4.3.bb | 2 |
2 files changed, 2 insertions, 2 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 | 8 | module_autoload_openvswitch = "openvswitch" | |
9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | 9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" |
10 | 10 | ||
11 | module_autoload_kvm = "kvm" | 11 | module_autoload_kvm = "kvm" |
diff --git a/recipes-networking/openvswitch/openvswitch_1.4.3.bb b/recipes-networking/openvswitch/openvswitch_1.4.3.bb index 88f01142..67640735 100644 --- a/recipes-networking/openvswitch/openvswitch_1.4.3.bb +++ b/recipes-networking/openvswitch/openvswitch_1.4.3.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2" | |||
7 | DEPENDS += "bridge-utils openssl python perl" | 7 | DEPENDS += "bridge-utils openssl python perl" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid \ | 9 | RDEPENDS_${PN} += "util-linux-uuidgen util-linux-libuuid \ |
10 | python perl perl-module-strict" | 10 | python perl perl-module-strict ${PN}-switch ${PN}-controller" |
11 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" | 11 | RDEPENDS_${PN}-controller = "${PN} lsb ${PN}-pki" |
12 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" | 12 | RDEPENDS_${PN}-switch = "${PN} openssl procps util-linux-uuidgen" |
13 | RDEPENDS_${PN}-pki = "${PN}" | 13 | RDEPENDS_${PN}-pki = "${PN}" |