diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-07 16:13:55 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-07 16:13:55 +0000 |
commit | 679cb10dcaa083b3ffd8000ac0ce7b6e4f92f1e3 (patch) | |
tree | 53a9c1bb758ace77ef1054ff0bef5db99aef09fc | |
parent | 489a51037f61b829c16bf64cc219978781151994 (diff) | |
download | meta-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.conf | 2 |
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" | |||
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 = "scarthgap" | 10 | LAYERSERIES_COMPAT_cloud-services-layer = "styhead" |
11 | LAYERDEPENDS_cloud-services-layer = "core \ | 11 | LAYERDEPENDS_cloud-services-layer = "core \ |
12 | filesystems-layer \ | 12 | filesystems-layer \ |
13 | networking-layer \ | 13 | networking-layer \ |