diff options
author | cajun-rat <phil@advancedtelematic.com> | 2018-05-14 10:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 10:45:32 +0200 |
commit | 41c2df71f443047ea6d6adb988f17eb493f10f89 (patch) | |
tree | c6e681aa053b527ec8ab4a27e3d219d38779ecc3 /classes/sota.bbclass | |
parent | 1a78a5e84fc466718ce996cf59954b2e5ccb05b0 (diff) | |
parent | a2cdaee8502a8b1abe71ca6294af60628bc65a2b (diff) | |
download | meta-updater-41c2df71f443047ea6d6adb988f17eb493f10f89.tar.gz |
Merge pull request #296 from advancedtelematic/feat/backport-from-master
Feat/backport from master
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index bbb9ac9..1e765f0 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -31,10 +31,11 @@ OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | |||
31 | GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" | 31 | GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" |
32 | GARAGE_SIGN_KEYNAME ?= "garage-key" | 32 | GARAGE_SIGN_KEYNAME ?= "garage-key" |
33 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" | 33 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" |
34 | GARAGE_TARGET_VERSION ?= "" | ||
35 | GARAGE_TARGET_URL ?= "https://example.com/" | ||
34 | 36 | ||
35 | SOTA_MACHINE ??="none" | 37 | SOTA_MACHINE ??="none" |
36 | SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" | 38 | SOTA_MACHINE_rpi ?= "raspberrypi" |
37 | SOTA_MACHINE_raspberrypi3 ?= "raspberrypi" | ||
38 | SOTA_MACHINE_porter ?= "porter" | 39 | SOTA_MACHINE_porter ?= "porter" |
39 | SOTA_MACHINE_m3ulcb = "m3ulcb" | 40 | SOTA_MACHINE_m3ulcb = "m3ulcb" |
40 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" | 41 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" |