diff options
author | 2021-06-03 22:27:55 -0400 | |
---|---|---|
committer | 2021-06-03 22:27:55 -0400 | |
commit | 186cce60cdc7d09816cbc054ce77239bca1bf61d (patch) | |
tree | a37b9ff28ca0a2ef29a103300ca50e8be7fb8de2 | |
parent | 5a018a7a4fb788819aac35897b258c26fb2fc2da (diff) | |
download | meta-cloud-services-186cce60cdc7d09816cbc054ce77239bca1bf61d.tar.gz meta-cloud-services-186cce60cdc7d09816cbc054ce77239bca1bf61d.tar.bz2 meta-cloud-services-186cce60cdc7d09816cbc054ce77239bca1bf61d.zip |
conf: add honister to LAYERSERIES_COMPAT
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 0696a9f7..86549577 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = " dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_cloud-services-layer = " gatesgarth hardknott honister" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" |