From e35522c28c63e981ed5f8502000fb40c408c7fa5 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 16 Mar 2020 06:48:06 +0800 Subject: layer.conf: update LAYERSERIES_COMPAT to dunfell There are changes in current master that will work only with dunfell so remove all other branches. Signed-off-by: Anuj Mittal --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 3ed939d9..7a7283ca 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 = "thud warrior zeus" +LAYERSERIES_COMPAT_intel = "dunfell" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf