diff options
author | 2021-07-31 23:51:46 -0400 | |
---|---|---|
committer | 2021-07-31 23:51:46 -0400 | |
commit | f4b1d9d404af79289f70f3db1ee283bd5abdd523 (patch) | |
tree | 313d93d9aca32ea8b9c69bfc8a951b3fb63596ab /conf/layer.conf | |
parent | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (diff) | |
download | meta-cloud-services-f4b1d9d404af79289f70f3db1ee283bd5abdd523.tar.gz meta-cloud-services-f4b1d9d404af79289f70f3db1ee283bd5abdd523.tar.bz2 meta-cloud-services-f4b1d9d404af79289f70f3db1ee283bd5abdd523.zip |
conf: set compatibility to honister
Now that the overrides have been converted, set compatibity
to honister.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-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 aa7a9698..4f71854d 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 = "hardknott honister" +LAYERSERIES_COMPAT_cloud-services-layer = "honister" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" |