From 5b7cbf7e0be7bea6e123714354aa124983bb3fe8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 1 Sep 2013 11:51:08 -0400 Subject: linux-yocto: add linux-yocto 3.10 bbappend Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_3.10.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.10.bbappend 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 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://xt-checksum.scc \ + file://ebtables.scc \ + file://vswitch.scc \ + file://lxc.scc \ + " +module_autoload_openvswitch = "openvswitch" +KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc" + +module_autoload_kvm = "kvm" +module_autoload_kvm-amd = "kvm-amd" +module_autoload_kvm-intel = "kvm-intel" -- cgit v1.2.3-54-g00ecf