diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-01 00:56:15 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-01 00:56:15 -0400 |
| commit | e7c3ee2a60cf4873fd7002b0be4ce31e9b601902 (patch) | |
| tree | 1900d87b9bc9fdca82388ad13f49676bfcdb01b4 | |
| parent | 65202ced07fdbfbf5d08f4c27aa7227d8f6c6643 (diff) | |
| download | meta-virtualization-e7c3ee2a60cf4873fd7002b0be4ce31e9b601902.tar.gz | |
linux-yocto: update bbappends
Updating the bbappends for the kernel to match the latest oe-core/yocto
1.7 versions. We drop 3.4, since it is no longer supported and add a
3.17 bbappend.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.17.bbappend (renamed from recipes-kernel/linux/linux-yocto_3.4.bbappend) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.17.bbappend index 0b2ff535..85e98cc6 100644 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.17.bbappend | |||
| @@ -12,5 +12,8 @@ KERNEL_MODULE_AUTOLOAD += "kvm" | |||
| 12 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" | 12 | KERNEL_MODULE_AUTOLOAD += "kvm-amd" |
| 13 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" | 13 | KERNEL_MODULE_AUTOLOAD += "kvm-intel" |
| 14 | 14 | ||
| 15 | # aufs kernel support required for xen-image-minimal | ||
| 16 | KERNEL_FEATURES_append += "${@base_contains('DISTRO_FEATURES', 'aufs', ' features/aufs/aufs-enable.scc', '', d)}" | ||
| 17 | |||
| 15 | # xen kernel support | 18 | # xen kernel support |
| 16 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" | 19 | SRC_URI += "${@base_contains('DISTRO_FEATURES', 'xen', ' file://xen.scc', '', d)}" |
