summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Stratulat <adrian.stratulat@enea.com>2020-08-28 13:10:02 +0200
committerAdrian Stratulat <adrian.stratulat@enea.com>2020-09-10 14:52:23 +0200
commitffdb56af56ba234f2b0ef2764d63f18102e2a490 (patch)
tree89a915bdfc59cc263e71fdfc7cdaaa5a89bca7a3
parent6d23752f169d47503e1008fd19e8e6456de0121a (diff)
downloadmeta-el-common-ffdb56af56ba234f2b0ef2764d63f18102e2a490.tar.gz
layer.conf: add compatiblity with dunfell release
Change-Id: I1aa397551397fce54659e884abc9750047dbe661 Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.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 e4a4e5a..8884cca 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,4 +11,4 @@ BBFILE_COLLECTIONS += "el-common"
11BBFILE_PATTERN_el-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_el-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-common = "5" 12BBFILE_PRIORITY_el-common = "5"
13 13
14LAYERSERIES_COMPAT_el-common = "zeus" 14LAYERSERIES_COMPAT_el-common = "dunfell zeus"