diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-01 02:35:42 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-01 02:35:42 +0000 |
commit | 3a1c8961c34ab28778c7a9a22d6b9dbd11e5eb1a (patch) | |
tree | 8105b8f183565f54c0d1828db980b4c5655b7dd9 | |
parent | 148cc0d50d0f1a006a82407da8f9d55c191aafbc (diff) | |
download | meta-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.conf | 2 |
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" | |||
7 | BBFILE_COLLECTIONS += "cloud-services-layer" | 7 | BBFILE_COLLECTIONS += "cloud-services-layer" |
8 | BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_cloud-services-layer = "5" | 9 | BBFILE_PRIORITY_cloud-services-layer = "5" |
10 | LAYERSERIES_COMPAT_cloud-services-layer = "styhead" | 10 | LAYERSERIES_COMPAT_cloud-services-layer = "styhead walnascar" |
11 | LAYERDEPENDS_cloud-services-layer = "core \ | 11 | LAYERDEPENDS_cloud-services-layer = "core \ |
12 | filesystems-layer \ | 12 | filesystems-layer \ |
13 | networking-layer \ | 13 | networking-layer \ |