diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-18 14:18:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-18 14:18:48 +0200 |
| commit | 9aba9e61f73c5e77b03620de9159caae75c3e6e2 (patch) | |
| tree | 19142fbffd36781ea011d386e1977ba6c6411c6c /conf/layer.conf | |
| parent | e40f2056f0d21779ea4ea72e947a812469e49be9 (diff) | |
| parent | 3f70b2d2f4a3a2fb50be4b8c395d9d09b0853f1a (diff) | |
| download | meta-updater-9aba9e61f73c5e77b03620de9159caae75c3e6e2.tar.gz | |
Merge pull request #612 from advancedtelematic/fix/603/arch-deps
Fix/603/arch deps
Diffstat (limited to 'conf/layer.conf')
| -rw-r--r-- | conf/layer.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 145c806..225875b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,5 +9,15 @@ 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" | 12 | LAYERDEPENDS_sota = "openembedded-layer" |
| 13 | LAYERDEPENDS_sota += "meta-python" | ||
| 14 | LAYERDEPENDS_sota += "filesystems-layer" | ||
| 13 | LAYERSERIES_COMPAT_sota = "thud warrior zeus" | 15 | LAYERSERIES_COMPAT_sota = "thud warrior zeus" |
| 16 | |||
| 17 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 18 | aktualizr-device-prov->aktualizr \ | ||
| 19 | aktualizr-device-prov-hsm->aktualizr \ | ||
| 20 | aktualizr-shared-prov->aktualizr \ | ||
| 21 | aktualizr-shared-prov-creds->aktualizr \ | ||
| 22 | aktualizr-uboot-env-rollback->aktualizr \ | ||
| 23 | " | ||
