summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-19 09:39:57 +0200
committerGitHub <noreply@github.com>2019-07-19 09:39:57 +0200
commit80d0dccd2166eacc1d29940325768c423da3940f (patch)
tree09b870f9177831133606019a780c7544f3bb72e2 /classes/sota.bbclass
parentd4409182d2f31992fd8a26a5bcef8c99832b8089 (diff)
parent086f225a581204f45c1c95cffc06c55d3f4eee30 (diff)
downloadmeta-updater-80d0dccd2166eacc1d29940325768c423da3940f.tar.gz
Merge pull request #539 from doanac/customize-targets
Allow customization of data in targets.json
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 bf27b6d..94c3043 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -51,6 +51,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key"
51GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 51GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
52GARAGE_TARGET_VERSION ?= "" 52GARAGE_TARGET_VERSION ?= ""
53GARAGE_TARGET_URL ?= "" 53GARAGE_TARGET_URL ?= ""
54GARAGE_CUSTOMIZE_TARGET ?= ""
54 55
55SOTA_MACHINE ??="none" 56SOTA_MACHINE ??="none"
56SOTA_MACHINE_rpi ?= "raspberrypi" 57SOTA_MACHINE_rpi ?= "raspberrypi"