summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-06-03 18:37:50 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-06-03 23:59:46 +0800
commit5ecb12efe25eb333f1ca023fd3e9bb41873ef0df (patch)
treec5f09be168597737665f2d109fa7043b8e6bdc05 /conf
parent0d0324efd270daadae30461561112a355752d64a (diff)
downloadmeta-intel-5ecb12efe25eb333f1ca023fd3e9bb41873ef0df.tar.gz
layer.conf: drop meta-intel-qat layer from LAYERRECOMMENDS
It does not provide any essential dependencies. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/machine/intel-core2-32.conf3
-rw-r--r--conf/machine/intel-corei7-64.conf5
3 files changed, 1 insertions, 9 deletions
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"
13LICENSE_PATH += "${LAYERDIR}/custom-licenses" 13LICENSE_PATH += "${LAYERDIR}/custom-licenses"
14 14
15LAYERDEPENDS_intel = "core" 15LAYERDEPENDS_intel = "core"
16LAYERRECOMMENDS_intel = "dpdk intel-qat" 16LAYERRECOMMENDS_intel = "dpdk"
17 17
18# This should only be incremented on significant changes that will 18# This should only be incremented on significant changes that will
19# cause compatibility issues with other layers 19# 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"
13 13
14MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" 14MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi"
15 15
16# Enable optional QAT items:
17COMPATIBLE_MACHINE_pn-qat17 = "intel-core2-32"
18
19XSERVER ?= "${XSERVER_X86_BASE} \ 16XSERVER ?= "${XSERVER_X86_BASE} \
20 ${XSERVER_X86_EXT} \ 17 ${XSERVER_X86_EXT} \
21 ${XSERVER_X86_FBDEV} \ 18 ${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
16# Enable optional dpdk: 16# Enable optional dpdk:
17COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" 17COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64"
18 18
19# Enable optional QAT items:
20COMPATIBLE_MACHINE_pn-qat16 = "intel-corei7-64"
21COMPATIBLE_MACHINE_pn-qat17 = "intel-corei7-64"
22COMPATIBLE_MACHINE_pn-zlib-qat = "intel-corei7-64"
23
24XSERVER ?= "${XSERVER_X86_BASE} \ 19XSERVER ?= "${XSERVER_X86_BASE} \
25 ${XSERVER_X86_EXT} \ 20 ${XSERVER_X86_EXT} \
26 ${XSERVER_X86_FBDEV} \ 21 ${XSERVER_X86_FBDEV} \