diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-01 11:51:08 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-09-01 11:51:08 -0400 |
commit | 5b7cbf7e0be7bea6e123714354aa124983bb3fe8 (patch) | |
tree | 101d09ab6435fbd8eb6214601e51af92dbcedf0b | |
parent | 1c04c0d002db838f45e40d6b5cdeabd565348a21 (diff) | |
download | meta-virtualization-5b7cbf7e0be7bea6e123714354aa124983bb3fe8.tar.gz |
linux-yocto: add linux-yocto 3.10 bbappend
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.10.bbappend | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..2893a01c --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,13 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI += "file://xt-checksum.scc \ | ||
4 | file://ebtables.scc \ | ||
5 | file://vswitch.scc \ | ||
6 | file://lxc.scc \ | ||
7 | " | ||
8 | module_autoload_openvswitch = "openvswitch" | ||
9 | KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" | ||
10 | |||
11 | module_autoload_kvm = "kvm" | ||
12 | module_autoload_kvm-amd = "kvm-amd" | ||
13 | module_autoload_kvm-intel = "kvm-intel" | ||