From f244352c4cd4de71658c0b043065b3455f535fa1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 4 Jan 2023 09:49:40 +0800 Subject: layer.conf: add mickledore to LAYERSERIES_COMPAT OE-Core has switched to mickledore: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f 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 45e5bd9..7063238 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 langdale" +LAYERSERIES_COMPAT_dpdk = "kirkstone langdale mickledore" BBFILES_DYNAMIC += " \ clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ -- cgit v1.2.3-54-g00ecf