diff options
Diffstat (limited to 'classes')
-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 c825143..d3b66e0 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -18,7 +18,7 @@ EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native | |||
18 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | 18 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo |
19 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 19 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
20 | # For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-" | 20 | # For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-" |
21 | OSTREE_BRANCHNAME ?= "${MACHINE}-ota" | 21 | OSTREE_BRANCHNAME ?= "${MACHINE}" |
22 | OSTREE_OSNAME ?= "poky" | 22 | OSTREE_OSNAME ?= "poky" |
23 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | 23 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |
24 | 24 | ||