summaryrefslogtreecommitdiffstats
path: root/meta-qat
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-26 07:19:08 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-26 07:20:34 -0700
commit2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8a (patch)
treeb493f2ce5b78a56a70e76435658e370d44b2eab8 /meta-qat
parent60bec582cefb6f6777fafb86e5ba4606d7e775e9 (diff)
downloadmeta-intel-2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8a.tar.gz
meta-*/layer.conf: Add LAYERDEPENDS
This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-qat')
-rw-r--r--meta-qat/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-qat/conf/layer.conf b/meta-qat/conf/layer.conf
index 08921659..2e3aa847 100644
--- a/meta-qat/conf/layer.conf
+++ b/meta-qat/conf/layer.conf
@@ -9,6 +9,8 @@ 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"
13
12# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers 15# cause compatibility issues with other layers
14LAYERVERSION_intel-qat = "1" 16LAYERVERSION_intel-qat = "1"