diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-09-28 14:24:19 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-09-29 16:33:46 +0200 |
commit | 0ab7fe36dacebd2ab9e79d57987af2205a5f9a09 (patch) | |
tree | 035cd9c49dfeeef86d7e2529c40d5537cad56774 /classes/sota_bleeding.inc | |
parent | e8916f0d63177548c088f183309f724cda0ca795 (diff) | |
download | meta-updater-0ab7fe36dacebd2ab9e79d57987af2205a5f9a09.tar.gz |
Create recipe for implicit provisioning file shuffling.
Split aktualizr into basic and native recipes by moving most of the work
to an include file. Use aktualizr-implicit-writer (on host) to do the
actual work of configuring sota.toml and installing files.
Still not quite fully functional.
Diffstat (limited to 'classes/sota_bleeding.inc')
-rw-r--r-- | classes/sota_bleeding.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota_bleeding.inc b/classes/sota_bleeding.inc index fc5947d..77d004b 100644 --- a/classes/sota_bleeding.inc +++ b/classes/sota_bleeding.inc | |||
@@ -1 +1,2 @@ | |||
1 | SRCREV_pn-aktualizr ?= "${AUTOREV}" | 1 | SRCREV_pn-aktualizr ?= "${AUTOREV}" |
2 | SRCREV_pn-aktualizr-native ?= "${AUTOREV}" | ||