diff options
author | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-04-03 20:39:01 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-29 09:56:35 +0200 |
commit | 054e56ff57b86fb0e6cf3ed84d07e237b64b1cb5 (patch) | |
tree | d4387f172c1093325457f47e4939c470e430459a /classes/sota.bbclass | |
parent | bd5de22dab8a5baf41eabd24e8200844f66ce6e3 (diff) | |
download | meta-updater-054e56ff57b86fb0e6cf3ed84d07e237b64b1cb5.tar.gz |
OTA-2418: Remove example.com URL from automated garage-sign usage
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r-- | classes/sota.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 92b4c43..7ffcd23 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -36,7 +36,7 @@ GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" | |||
36 | GARAGE_SIGN_KEYNAME ?= "garage-key" | 36 | GARAGE_SIGN_KEYNAME ?= "garage-key" |
37 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" | 37 | GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" |
38 | GARAGE_TARGET_VERSION ?= "" | 38 | GARAGE_TARGET_VERSION ?= "" |
39 | GARAGE_TARGET_URL ?= "https://example.com/" | 39 | GARAGE_TARGET_URL ?= "" |
40 | 40 | ||
41 | SOTA_MACHINE ??="none" | 41 | SOTA_MACHINE ??="none" |
42 | SOTA_MACHINE_rpi ?= "raspberrypi" | 42 | SOTA_MACHINE_rpi ?= "raspberrypi" |