summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-01 02:35:42 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-01 02:35:42 +0000
commit3a1c8961c34ab28778c7a9a22d6b9dbd11e5eb1a (patch)
tree8105b8f183565f54c0d1828db980b4c5655b7dd9
parent148cc0d50d0f1a006a82407da8f9d55c191aafbc (diff)
downloadmeta-cloud-services-3a1c8961c34ab28778c7a9a22d6b9dbd11e5eb1a.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 a6a60f7..e29c5b1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "cloud-services-layer" 7BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = "styhead" 10LAYERSERIES_COMPAT_cloud-services-layer = "styhead walnascar"
11LAYERDEPENDS_cloud-services-layer = "core \ 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \ 12 filesystems-layer \
13 networking-layer \ 13 networking-layer \