summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-05 15:19:08 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-05 15:19:08 +0100
commit96b68dcd52843938441a6cdc74484703896c1fe4 (patch)
tree45483dd2ea617df37cbba7188d488f6b54481fcb /conf
parentf47d6d7e91768d08fd2f66849d23e36debe9ee95 (diff)
downloadmeta-updater-96b68dcd52843938441a6cdc74484703896c1fe4.tar.gz
Add dependency to meta-openembedded/meta-filesystems required by OSTree
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 a0ce5fa..942ef6a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,4 @@ BBFILE_COLLECTIONS += "sota"
9BBFILE_PATTERN_sota = "^${LAYERDIR}/" 9BBFILE_PATTERN_sota = "^${LAYERDIR}/"
10BBFILE_PRIORITY_sota = "7" 10BBFILE_PRIORITY_sota = "7"
11 11
12LAYERDEPENDS_sota = "filesystems-layer"