From 085ba92a5930e841362b2294f7b6869e21697cd5 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 21 Jul 2020 16:55:24 +0800 Subject: layer.conf: drop zeus compatibility Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/layer.conf') 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" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_intel = "5" -LAYERSERIES_COMPAT_intel = " zeus dunfell" +LAYERSERIES_COMPAT_intel = "dunfell" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ @@ -34,5 +34,3 @@ require ${LAYERDIR}/conf/include/maintainers.inc PREFERRED_PROVIDER_zlib ?= "zlib" PREFERRED_PROVIDER_zlib-native ?= "zlib-native" PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib" - -COMPAT_DISTRO_FEATURE_CHECK = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'zeus', 'distro_features_check', 'features_check', d)}" -- cgit v1.2.3-54-g00ecf