summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2016-12-05 15:29:26 +0100
committerGitHub <noreply@github.com>2016-12-05 15:29:26 +0100
commitef25902463da5e12e233ca9ba8af8c6414ac31cd (patch)
tree45483dd2ea617df37cbba7188d488f6b54481fcb /conf
parentf47d6d7e91768d08fd2f66849d23e36debe9ee95 (diff)
parent96b68dcd52843938441a6cdc74484703896c1fe4 (diff)
downloadmeta-updater-ef25902463da5e12e233ca9ba8af8c6414ac31cd.tar.gz
Merge pull request #2 from advancedtelematic/bugfix/metaoe
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"