summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-12-05 13:56:31 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-12-06 15:06:19 +0800
commit8c3556b75bee2b155112eb6df76aef982b892bae (patch)
tree75ba19b8cc36794b82bbe3ee04989aed89031640
parent4abc16cbbd69bab350e43ba2958ad4568e36975f (diff)
downloadmeta-intel-8c3556b75bee2b155112eb6df76aef982b892bae.tar.gz
backport-iwlwifi: exclude from world builds
The release we use doesn't compile with 4.19 kernel (and shouldn't be needed there) so exclude it from world builds for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/iwlwifi/backport-iwlwifi_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb b/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
index 0173ef83..1453f519 100644
--- a/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
+++ b/recipes-kernel/iwlwifi/backport-iwlwifi_git.bb
@@ -52,3 +52,5 @@ KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
52KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi" 52KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
53 53
54KERNEL_MODULE_PACKAGE_PREFIX = "backport-iwlwifi" 54KERNEL_MODULE_PACKAGE_PREFIX = "backport-iwlwifi"
55
56EXCLUDE_FROM_WORLD = "1"