diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-05-23 16:14:11 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-05-23 16:14:11 +0200 |
commit | d84246d351f828aa5a4124e80542237fd3b2e99d (patch) | |
tree | 41ca40fd65aa613580d8e8d726810aea849d0a5d /classes | |
parent | 35483eef70306015b4807d066f9cb2c19af7b200 (diff) | |
download | meta-updater-d84246d351f828aa5a4124e80542237fd3b2e99d.tar.gz |
Prefix OSTREE_BRANCHNAME with ${MACHINE}-
As a temporary fix, treehub is going to use this to derive the relevant
hardwareIdentifier for a push.
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sota.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 6fbba26..adbfdb3 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -15,7 +15,8 @@ EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native | |||
15 | 15 | ||
16 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | 16 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo |
17 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 17 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
18 | OSTREE_BRANCHNAME ?= "ota-${MACHINE}" | 18 | # For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-" |
19 | OSTREE_BRANCHNAME ?= "${MACHINE}-ota" | ||
19 | OSTREE_OSNAME ?= "poky" | 20 | OSTREE_OSNAME ?= "poky" |
20 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | 21 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |
21 | 22 | ||