diff options
author | Andy Doan <andy@foundries.io> | 2019-07-16 16:13:07 -0500 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-08-14 17:04:16 +0200 |
commit | 7f330a2fac04bcec81fae2aa15d2cb67ac56c869 (patch) | |
tree | 9c6a47f42243f1d979568e4cd3edab4585da055c /classes/sota.bbclass | |
parent | 66a90135c7621d1337822bdee751e85ac0520e75 (diff) | |
download | meta-updater-7f330a2fac04bcec81fae2aa15d2cb67ac56c869.tar.gz |
Allow customization of data in targets.json
This allows a user to define their own script to be executed after
a target has been added to the repository but not yet signed.
Signed-off-by: Andy Doan <andy@foundries.io>
(cherry picked from commit 086f225a581204f45c1c95cffc06c55d3f4eee30)
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index bf27b6d..94c3043 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -51,6 +51,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key" | |||
51 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" | 51 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" |
52 | GARAGE_TARGET_VERSION ?= "" | 52 | GARAGE_TARGET_VERSION ?= "" |
53 | GARAGE_TARGET_URL ?= "" | 53 | GARAGE_TARGET_URL ?= "" |
54 | GARAGE_CUSTOMIZE_TARGET ?= "" | ||
54 | 55 | ||
55 | SOTA_MACHINE ??="none" | 56 | SOTA_MACHINE ??="none" |
56 | SOTA_MACHINE_rpi ?= "raspberrypi" | 57 | SOTA_MACHINE_rpi ?= "raspberrypi" |