summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-07-21 16:55:24 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-07-22 12:32:46 +0800
commit085ba92a5930e841362b2294f7b6869e21697cd5 (patch)
treeda2a4510b072312b5bf3f77df3c7432603e420e9 /conf/layer.conf
parentc5d1181064944aee3c736ab050de63a12df07608 (diff)
downloadmeta-intel-085ba92a5930e841362b2294f7b6869e21697cd5.tar.gz
layer.conf: drop zeus compatibility
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e8ddef85..fcfdf2a7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk intel-qat"
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
20LAYERVERSION_intel = "5" 20LAYERVERSION_intel = "5"
21LAYERSERIES_COMPAT_intel = " zeus dunfell" 21LAYERSERIES_COMPAT_intel = "dunfell"
22 22
23BBFILES_DYNAMIC += " \ 23BBFILES_DYNAMIC += " \
24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 24 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
@@ -34,5 +34,3 @@ require ${LAYERDIR}/conf/include/maintainers.inc
34PREFERRED_PROVIDER_zlib ?= "zlib" 34PREFERRED_PROVIDER_zlib ?= "zlib"
35PREFERRED_PROVIDER_zlib-native ?= "zlib-native" 35PREFERRED_PROVIDER_zlib-native ?= "zlib-native"
36PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib" 36PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib"
37
38COMPAT_DISTRO_FEATURE_CHECK = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'zeus', 'distro_features_check', 'features_check', d)}"