summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-01 02:29:04 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-02 02:10:47 +0000
commit0e03113c3ad6a498058ccae95e36b7c922af97ae (patch)
tree6e71a77625d461f940747977d3f3a5e0a5f242ca
parentb701660aecb601a4cd1c2d1a6e925e7005489471 (diff)
downloadmeta-virtualization-0e03113c3ad6a498058ccae95e36b7c922af97ae.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 += " \
21# This should only be incremented on significant changes that will 21# This should only be incremented on significant changes that will
22# cause compatibility issues with other layers 22# cause compatibility issues with other layers
23LAYERVERSION_virtualization-layer = "1" 23LAYERVERSION_virtualization-layer = "1"
24LAYERSERIES_COMPAT_virtualization-layer = "styhead" 24LAYERSERIES_COMPAT_virtualization-layer = "styhead walnascar"
25LAYERDEPENDS_virtualization-layer = " \ 25LAYERDEPENDS_virtualization-layer = " \
26 core \ 26 core \
27 openembedded-layer \ 27 openembedded-layer \