summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorAndy Doan <andy@foundries.io>2019-07-16 16:13:07 -0500
committerLaurent Bonnans <laurent.bonnans@here.com>2019-08-14 16:15:25 +0200
commit26c69a3b3fb8fb41c6df0188ab1699667260e0d8 (patch)
treeaa78adff72eeb6e32486c71639f11a3e0fe1b9f1 /classes/sota.bbclass
parentd74e0e862758abc236d2fbc973b0101df9898203 (diff)
downloadmeta-updater-26c69a3b3fb8fb41c6df0188ab1699667260e0d8.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.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 013d6f9..8a67ba2 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -53,6 +53,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key"
53GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 53GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
54GARAGE_TARGET_VERSION ?= "" 54GARAGE_TARGET_VERSION ?= ""
55GARAGE_TARGET_URL ?= "" 55GARAGE_TARGET_URL ?= ""
56GARAGE_CUSTOMIZE_TARGET ?= ""
56 57
57SOTA_MACHINE ??="none" 58SOTA_MACHINE ??="none"
58SOTA_MACHINE_rpi ?= "raspberrypi" 59SOTA_MACHINE_rpi ?= "raspberrypi"