diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 10:08:46 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-15 10:08:46 -0400 |
commit | 2de73397c962cf19f3ffd2755f0c5d7bd5f9eb0f (patch) | |
tree | cfb0c2d9d81f0c5072e295807f2ff3367d8d311f | |
parent | eb1ad5403e7572abfe21c62616e78c66e3da7131 (diff) | |
download | meta-cloud-services-2de73397c962cf19f3ffd2755f0c5d7bd5f9eb0f.tar.gz |
conf/layer.conf: add honister to compatibility list
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 0696a9f..a159d99 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -7,5 +7,5 @@ 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 = " dunfell gatesgarth hardknott" | 10 | LAYERSERIES_COMPAT_cloud-services-layer = "gatesgarth hardknott honister" |
11 | LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" | 11 | LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" |