diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-01 02:29:04 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-02 02:10:47 +0000 |
commit | 0e03113c3ad6a498058ccae95e36b7c922af97ae (patch) | |
tree | 6e71a77625d461f940747977d3f3a5e0a5f242ca | |
parent | b701660aecb601a4cd1c2d1a6e925e7005489471 (diff) | |
download | meta-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.conf | 2 |
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 |
23 | LAYERVERSION_virtualization-layer = "1" | 23 | LAYERVERSION_virtualization-layer = "1" |
24 | LAYERSERIES_COMPAT_virtualization-layer = "styhead" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "styhead walnascar" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |