summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-07-03 09:13:41 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-03 13:06:15 +0800
commit36392d7950304b3b564eddd10e0c6cc52db9f1ef (patch)
treea3ca82b096755a74a06b25b122404def575736fc
parentecf640393a6374b6c4ea2198df37b9c5c260c320 (diff)
downloadmeta-intel-qat-36392d7950304b3b564eddd10e0c6cc52db9f1ef.tar.gz
layer.conf: remove dependency on meta-intelsumo
The kernel modules should build with any supported kernel version. The layer using qat should define a COMPATIBLE_MACHINE for it too. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 686141c..928682e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "intel-qat"
9BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/" 9BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/"
10BBFILE_PRIORITY_intel-qat = "5" 10BBFILE_PRIORITY_intel-qat = "5"
11 11
12LAYERDEPENDS_intel-qat = "core intel" 12LAYERDEPENDS_intel-qat = "core"
13 13
14# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers