summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-04-16 19:04:36 -0300
committerRicardo Salveti <ricardo@opensourcefoundries.com>2018-04-16 19:04:39 -0300
commit24cdee96ef2cc3f55daf4c50e97360fc05b03de8 (patch)
treeb6db6e989649d2251defc9339070c267c3402eb3 /conf
parent8ba7dae5f3ee223e52ee6366568cef4c32c397e8 (diff)
downloadmeta-updater-24cdee96ef2cc3f55daf4c50e97360fc05b03de8.tar.gz
layer.conf: add LAYERSERIES_COMPAT markup
Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 942ef6a..798ceba 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,3 +10,4 @@ BBFILE_PATTERN_sota = "^${LAYERDIR}/"
10BBFILE_PRIORITY_sota = "7" 10BBFILE_PRIORITY_sota = "7"
11 11
12LAYERDEPENDS_sota = "filesystems-layer" 12LAYERDEPENDS_sota = "filesystems-layer"
13LAYERSERIES_COMPAT_sota = "sumo"