From 66b585073516c58936033ffad75354a009f9337e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Jan 2023 20:24:10 -0500 Subject: [PATCH] conf: mark layer compatible with mickledore Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f1feef93..10b457f8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_virtualization-layer = "1" -LAYERSERIES_COMPAT_virtualization-layer = "langdale" +LAYERSERIES_COMPAT_virtualization-layer = "mickledore" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \