summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-03-15 11:10:30 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-15 11:10:30 -0400
commitdd6c4b92a1e4ba9da801237f5e3e667c7d6b78e1 (patch)
tree29f426e906869fad851af21eb6f1f62f9da41293
parent5355a496725714fd97bd3a766d9f273d91878b82 (diff)
downloadmeta-cloud-services-dd6c4b92a1e4ba9da801237f5e3e667c7d6b78e1.tar.gz
conf: add hardknott compatibility
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 203d07b..0696a9f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "cloud-services-layer" 7BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = " dunfell gatesgarth" 10LAYERSERIES_COMPAT_cloud-services-layer = " dunfell gatesgarth hardknott"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"