diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-20 08:33:53 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-20 08:33:53 -0400 |
commit | ff75057ed28f942543c951f7af22b891752557f1 (patch) | |
tree | 240879a384ede48aff45c8b76e295e03112179bb /meta-openstack | |
parent | bf20b4cbeb1dabc583322c4ba7713728b8d8c56b (diff) | |
download | meta-cloud-services-master.tar.gz |
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index 4e4dc61..5644e6d 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf | |||
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
7 | BBFILE_COLLECTIONS += "openstack-layer" | 7 | BBFILE_COLLECTIONS += "openstack-layer" |
8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_openstack-layer = "5" | 9 | BBFILE_PRIORITY_openstack-layer = "5" |
10 | LAYERSERIES_COMPAT_openstack-layer = "styhead walnascar" | 10 | LAYERSERIES_COMPAT_openstack-layer = "walnascar whinlatter" |
11 | 11 | ||
12 | LAYERDEPENDS_openstack-layer = " \ | 12 | LAYERDEPENDS_openstack-layer = " \ |
13 | core \ | 13 | core \ |