diff options
author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-04-16 19:04:36 -0300 |
---|---|---|
committer | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2018-04-16 19:04:39 -0300 |
commit | 24cdee96ef2cc3f55daf4c50e97360fc05b03de8 (patch) | |
tree | b6db6e989649d2251defc9339070c267c3402eb3 /conf | |
parent | 8ba7dae5f3ee223e52ee6366568cef4c32c397e8 (diff) | |
download | meta-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.conf | 1 |
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}/" | |||
10 | BBFILE_PRIORITY_sota = "7" | 10 | BBFILE_PRIORITY_sota = "7" |
11 | 11 | ||
12 | LAYERDEPENDS_sota = "filesystems-layer" | 12 | LAYERDEPENDS_sota = "filesystems-layer" |
13 | LAYERSERIES_COMPAT_sota = "sumo" | ||