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 4e525e2..1e765f0 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -31,6 +31,8 @@ OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
31GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" 31GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo"
32GARAGE_SIGN_KEYNAME ?= "garage-key" 32GARAGE_SIGN_KEYNAME ?= "garage-key"
33GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 33GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
34GARAGE_TARGET_VERSION ?= ""
35GARAGE_TARGET_URL ?= "https://example.com/"
34 36
35SOTA_MACHINE ??="none" 37SOTA_MACHINE ??="none"
36SOTA_MACHINE_rpi ?= "raspberrypi" 38SOTA_MACHINE_rpi ?= "raspberrypi"