From a20d06d7e4b07c8ba12364a5262eeab8455235af Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 25 Sep 2017 12:38:20 -0500 Subject: 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 Signed-off-by: Saul Wold --- conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/layer.conf') 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" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" +LAYERRECOMMENDS_intel = "dpdk intel-qat" + # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_intel = "3" +LAYERVERSION_intel = "4" LAYERSERIES_COMPAT_intel = "rocko" -- cgit v1.2.3-54-g00ecf