summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
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 /conf/layer.conf
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 'conf/layer.conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 40f406d4..53f831e0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,6 +12,7 @@ BBFILE_PRIORITY_intel = "5"
12# Additional license directories. 12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" 13LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
14 14
15LAYERDEPENDS_intel = "core"
15LAYERRECOMMENDS_intel = "dpdk intel-qat" 16LAYERRECOMMENDS_intel = "dpdk intel-qat"
16 17
17# This should only be incremented on significant changes that will 18# This should only be incremented on significant changes that will