diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2018-10-04 10:57:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-04 10:57:56 +0200 |
| commit | 542e6810336beee2f44d2cba18450747b0451ef0 (patch) | |
| tree | dddc1d1d80bb8d20cd9e84edf3a652257356581d | |
| parent | a9d43a87ed1cc6b61257299d534b7922644c6ecd (diff) | |
| parent | 350599a287b0b23a99614aee03300b26a793d7af (diff) | |
| download | meta-updater-542e6810336beee2f44d2cba18450747b0451ef0.tar.gz | |
Merge pull request #398 from advancedtelematic/feat/thud-compatibility
Feat/thud compatibility
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 798ceba..627a1b8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -10,4 +10,4 @@ BBFILE_PATTERN_sota = "^${LAYERDIR}/" | |||
| 10 | BBFILE_PRIORITY_sota = "7" | 10 | BBFILE_PRIORITY_sota = "7" |
| 11 | 11 | ||
| 12 | LAYERDEPENDS_sota = "filesystems-layer" | 12 | LAYERDEPENDS_sota = "filesystems-layer" |
| 13 | LAYERSERIES_COMPAT_sota = "sumo" | 13 | LAYERSERIES_COMPAT_sota = "thud" |
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index ccaf475..29164ed 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI = " \ | |||
| 26 | file://aktualizr-secondary.socket \ | 26 | file://aktualizr-secondary.socket \ |
| 27 | file://aktualizr-serialcan.service \ | 27 | file://aktualizr-serialcan.service \ |
| 28 | " | 28 | " |
| 29 | SRCREV = "803fa9f75ed96993775dc0aa5e65e71920125157" | 29 | SRCREV = "512ad74c0b5339ca7775d8c9461b565a9e6ff5b3" |
| 30 | BRANCH ?= "master" | 30 | BRANCH ?= "master" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
