summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2017-05-23 16:14:11 +0200
committerPhil Wise <phil@advancedtelematic.com>2017-05-23 16:14:11 +0200
commitd84246d351f828aa5a4124e80542237fd3b2e99d (patch)
tree41ca40fd65aa613580d8e8d726810aea849d0a5d /classes/sota.bbclass
parent35483eef70306015b4807d066f9cb2c19af7b200 (diff)
downloadmeta-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/sota.bbclass')
-rw-r--r--classes/sota.bbclass3
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
17OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 17OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"
18OSTREE_BRANCHNAME ?= "ota-${MACHINE}" 18# For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-"
19OSTREE_BRANCHNAME ?= "${MACHINE}-ota"
19OSTREE_OSNAME ?= "poky" 20OSTREE_OSNAME ?= "poky"
20OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" 21OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
21 22