diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-05 15:19:08 +0100 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-05 15:19:08 +0100 |
| commit | 96b68dcd52843938441a6cdc74484703896c1fe4 (patch) | |
| tree | 45483dd2ea617df37cbba7188d488f6b54481fcb | |
| parent | f47d6d7e91768d08fd2f66849d23e36debe9ee95 (diff) | |
| download | meta-updater-96b68dcd52843938441a6cdc74484703896c1fe4.tar.gz | |
Add dependency to meta-openembedded/meta-filesystems required by OSTree
| -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" | ||
