diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-07 12:14:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-07 12:14:13 -0400 |
| commit | a66fb848db693347ae2be936eccd2ac0c4f28a48 (patch) | |
| tree | b7291aa28eb1d6b6b1b102545b63d3afc4ca99ff | |
| parent | 7c193419ad22194755e8e9767e9ab480aa14f97c (diff) | |
| download | meta-virtualization-a66fb848db693347ae2be936eccd2ac0c4f28a48.tar.gz | |
linux-yocto/3.4/3.10: replace module_autoload with KERNEL_MODULE_AUTOLOAD
commit kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF
in oe-core replaces module_autoload with KERNEL_MODULE_AUTOLOAD, so we must update
the linux-yocto bbappends.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.10.bbappend | 6 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend index c029c05e..3e8799a6 100644 --- a/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
| @@ -8,9 +8,9 @@ SRC_URI += "file://xt-checksum.scc \ | |||
| 8 | module_autoload_openvswitch = "openvswitch" | 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 | KERNEL_MODULE_AUTOLOAD += "kvm" |
| 12 | module_autoload_kvm-amd = "kvm-amd" | 12 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" |
| 13 | module_autoload_kvm-intel = "kvm-intel" | 13 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" |
| 14 | 14 | ||
| 15 | # aufs kernel support required for xen-image-minimal | 15 | # aufs kernel support required for xen-image-minimal |
| 16 | KERNEL_FEATURES_append += "${@base_contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" | 16 | KERNEL_FEATURES_append += "${@base_contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" |
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend index bf84725a..de820b66 100644 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -8,9 +8,9 @@ SRC_URI += "file://xt-checksum.scc \ | |||
| 8 | module_autoload_openvswitch = "openvswitch" | 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 | KERNEL_MODULE_AUTOLOAD += "kvm" |
| 12 | module_autoload_kvm-amd = "kvm-amd" | 12 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" |
| 13 | module_autoload_kvm-intel = "kvm-intel" | 13 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" |
| 14 | 14 | ||
| 15 | # xen kernel support | 15 | # xen kernel support |
| 16 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | 16 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" |
