From 9bd8203482021171583b37cfbae59e3875730903 Mon Sep 17 00:00:00 2001 From: Cory Keitz Date: Mon, 18 Mar 2024 22:48:37 +0000 Subject: layer.conf: update LAYERSERIES_COMPAT for scarthgap openembedded-core has moved to scarthgap: 0e42326d ("layer.conf: Prepare for release, drop nanbield LAYERSERIES") Add scarthgap to LAYERSERIES_COMPAT and drop EOL mickeldore. Signed-off-by: Cory Keitz 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 26bbf8f..016f9ae 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,7 +14,7 @@ LAYERDEPENDS_dpdk = "core" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_dpdk = "1" -LAYERSERIES_COMPAT_dpdk = "kirkstone mickledore nanbield" +LAYERSERIES_COMPAT_dpdk = "kirkstone nanbield scarthgap" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf