From 5ecb12efe25eb333f1ca023fd3e9bb41873ef0df Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 3 Jun 2021 18:37:50 +0800 Subject: layer.conf: drop meta-intel-qat layer from LAYERRECOMMENDS It does not provide any essential dependencies. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- conf/machine/intel-core2-32.conf | 3 --- conf/machine/intel-corei7-64.conf | 5 ----- 3 files changed, 1 insertion(+), 9 deletions(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index c4781ffd..33977a24 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,7 +13,7 @@ BBFILE_PRIORITY_intel = "5" LICENSE_PATH += "${LAYERDIR}/custom-licenses" LAYERDEPENDS_intel = "core" -LAYERRECOMMENDS_intel = "dpdk intel-qat" +LAYERRECOMMENDS_intel = "dpdk" # This should only be incremented on significant changes that will # cause compatibility issues with other layers diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 384ad1e9..36cd9fa6 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -13,9 +13,6 @@ MACHINE_FEATURES += "intel-ucode" MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" -# Enable optional QAT items: -COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32" - XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_FBDEV} \ diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 033b1aa9..7b94344c 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -16,11 +16,6 @@ MACHINE_HWCODECS ?= "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '', 'intel-me # Enable optional dpdk: COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" -# Enable optional QAT items: -COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64" -COMPATIBLE_MACHINE_pn-qat17 = "intel-corei7-64" -COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64" - XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_FBDEV} \ -- cgit v1.2.3-54-g00ecf