diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 | ||||
-rw-r--r-- | classes/sota.bbclass | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 6aacc52..ca8aee3 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -159,7 +159,7 @@ IMAGE_CMD_ostreepush () { | |||
159 | # Print warnings if credetials are not set or if the file has not been found. | 159 | # Print warnings if credetials are not set or if the file has not been found. |
160 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then | 160 | if [ -n "${SOTA_PACKED_CREDENTIALS}" ]; then |
161 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then | 161 | if [ -e ${SOTA_PACKED_CREDENTIALS} ]; then |
162 | garage-push --repo=${OSTREE_REPO} \ | 162 | garage-push -vv --repo=${OSTREE_REPO} \ |
163 | --ref=${OSTREE_BRANCHNAME} \ | 163 | --ref=${OSTREE_BRANCHNAME} \ |
164 | --credentials=${SOTA_PACKED_CREDENTIALS} \ | 164 | --credentials=${SOTA_PACKED_CREDENTIALS} \ |
165 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt | 165 | --cacert=${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt |
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 38d4ce5..e1c5ecd 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -24,7 +24,6 @@ OSTREE_INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', T | |||
24 | 24 | ||
25 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | 25 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo |
26 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 26 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
27 | # For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-" | ||
28 | OSTREE_BRANCHNAME ?= "${MACHINE}" | 27 | OSTREE_BRANCHNAME ?= "${MACHINE}" |
29 | OSTREE_OSNAME ?= "poky" | 28 | OSTREE_OSNAME ?= "poky" |
30 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | 29 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |