diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-03 09:13:41 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-03 13:06:15 +0800 |
commit | 36392d7950304b3b564eddd10e0c6cc52db9f1ef (patch) | |
tree | a3ca82b096755a74a06b25b122404def575736fc | |
parent | ecf640393a6374b6c4ea2198df37b9c5c260c320 (diff) | |
download | meta-intel-qat-sumo.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.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_intel-qat := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_intel-qat = "5" | 10 | BBFILE_PRIORITY_intel-qat = "5" |
11 | 11 | ||
12 | LAYERDEPENDS_intel-qat = "core intel" | 12 | LAYERDEPENDS_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 |