From 0e03113c3ad6a498058ccae95e36b7c922af97ae Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 1 Apr 2025 02:29:04 +0000 Subject: [PATCH] conf/layer.conf: add walnascar compatibility Start the transition from styhead to walnascar by adding the new core layer name as compatible. Once the transition is done, styhead will be removed. 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 fc35ce40..3c10cc18 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 = "styhead" +LAYERSERIES_COMPAT_virtualization-layer = "styhead walnascar" LAYERDEPENDS_virtualization-layer = " \ core \ openembedded-layer \