summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-09-07 16:13:55 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-09-07 16:13:55 +0000
commit679cb10dcaa083b3ffd8000ac0ce7b6e4f92f1e3 (patch)
tree53a9c1bb758ace77ef1054ff0bef5db99aef09fc
parent489a51037f61b829c16bf64cc219978781151994 (diff)
downloadmeta-cloud-services-679cb10dcaa083b3ffd8000ac0ce7b6e4f92f1e3.tar.gz
conf: add styhead as a supported release
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 6d1b82a..a6a60f7 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 = "scarthgap" 10LAYERSERIES_COMPAT_cloud-services-layer = "styhead"
11LAYERDEPENDS_cloud-services-layer = "core \ 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \ 12 filesystems-layer \
13 networking-layer \ 13 networking-layer \