diff options
author | cajun-rat <p@beta16.co.uk> | 2016-12-05 15:29:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 15:29:26 +0100 |
commit | ef25902463da5e12e233ca9ba8af8c6414ac31cd (patch) | |
tree | 45483dd2ea617df37cbba7188d488f6b54481fcb /conf | |
parent | f47d6d7e91768d08fd2f66849d23e36debe9ee95 (diff) | |
parent | 96b68dcd52843938441a6cdc74484703896c1fe4 (diff) | |
download | meta-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.conf | 1 |
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" | |||
9 | BBFILE_PATTERN_sota = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_sota = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_sota = "7" | 10 | BBFILE_PRIORITY_sota = "7" |
11 | 11 | ||
12 | LAYERDEPENDS_sota = "filesystems-layer" | ||