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/include/maintainers.inc | 6 ------ conf/layer.conf | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'conf') diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index 8a77ee64..995ff339 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc @@ -2,8 +2,6 @@ RECIPE_MAINTAINER_pn-core-image-rt = "Swee Aun Khor " RECIPE_MAINTAINER_pn-core-image-rt-sdk = "Swee Aun Khor " -RECIPE_MAINTAINER_pn-dpdk = "TBD DPDK Flex Team" -RECIPE_MAINTAINER_pn-dpdk-dev-libibverbs = "TBD DPDK Flex Team" RECIPE_MAINTAINER_pn-efilinux = "Swee Aun Khor " RECIPE_MAINTAINER_pn-gma500-gfx-check = "Wei Tee Ng " RECIPE_MAINTAINER_pn-intel-gpu-tools = "Wei Tee Ng " @@ -17,13 +15,9 @@ RECIPE_MAINTAINER_pn-linux-intel = "Swee Aun Khor " RECIPE_MAINTAINER_pn-linux-intel-rt = "Swee Aun Khor " RECIPE_MAINTAINER_pn-lms7 = "TBD" RECIPE_MAINTAINER_pn-lms8 = "TBD" -RECIPE_MAINTAINER_pn-openssl-qat = "TBD DPDK Flex Team" -RECIPE_MAINTAINER_pn-qat16 = "TBD DPDK Flex Team" -RECIPE_MAINTAINER_pn-qat16 = "TBD DPDK Flex Team" RECIPE_MAINTAINER_pn-rmc = "Wei Tee Ng " RECIPE_MAINTAINER_pn-rmc-db = "Wei Tee Ng " RECIPE_MAINTAINER_pn-thermald = "Swee Aun Khor " RECIPE_MAINTAINER_pn-va-intel = "Wei Tee Ng " RECIPE_MAINTAINER_pn-xf86-video-ast = "Wei Tee Ng " RECIPE_MAINTAINER_pn-xf86-video-mga = "Wei Tee Ng " -RECIPE_MAINTAINER_pn-zlib-qat = "TBD DPDK Flex Team" 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