summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 33a2f4b..621db24 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -33,6 +33,8 @@ OSTREE_BOOTLOADER ??= 'u-boot'
33GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" 33GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo"
34GARAGE_SIGN_KEYNAME ?= "garage-key" 34GARAGE_SIGN_KEYNAME ?= "garage-key"
35GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 35GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
36GARAGE_TARGET_VERSION ?= ""
37GARAGE_TARGET_URL ?= "https://example.com/"
36 38
37SOTA_MACHINE ??="none" 39SOTA_MACHINE ??="none"
38SOTA_MACHINE_rpi ?= "raspberrypi" 40SOTA_MACHINE_rpi ?= "raspberrypi"