summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-25 12:38:20 -0500
committerSaul Wold <sgw@linux.intel.com>2017-09-25 15:53:57 -0700
commita20d06d7e4b07c8ba12364a5262eeab8455235af (patch)
tree6e44e0b398476a5bf1662426864d9400c3ba7ca2 /conf/layer.conf
parent9bf043497c48c45c425081989d142c68968a1385 (diff)
downloadmeta-intel-a20d06d7e4b07c8ba12364a5262eeab8455235af.tar.gz
Move dpdk and qat components to meta-dpdk and meta-qat
meta-dpdk / meta-qat: * Move content from meta-intel/common * Create new basic README/LICENSE files from meta-intel * Create new layer.conf files * Fill out the maintainers files meta-intel: * update the maintainers files * bump the meta-intel layer version * add layer recommend No other content changes made in this commit. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 53d0bdc9..40f406d4 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -12,9 +12,11 @@ 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
15LAYERRECOMMENDS_intel = "dpdk intel-qat"
16
15# This should only be incremented on significant changes that will 17# This should only be incremented on significant changes that will
16# cause compatibility issues with other layers 18# cause compatibility issues with other layers
17LAYERVERSION_intel = "3" 19LAYERVERSION_intel = "4"
18LAYERSERIES_COMPAT_intel = "rocko" 20LAYERSERIES_COMPAT_intel = "rocko"
19 21
20 22