summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-09-13 13:50:44 +0200
committerGitHub <noreply@github.com>2017-09-13 13:50:44 +0200
commitc32010321f84b500dab86d3c935138306244c539 (patch)
treec47ad5da85ff6931e32d5d5594345812248612e7 /classes
parent364f2359cc61537f8e8dfa422eca0577bd1f35ec (diff)
parent4a7366c4f161a98611a292394a9662a0c507f904 (diff)
downloadmeta-updater-c32010321f84b500dab86d3c935138306244c539.tar.gz
Merge pull request #136 from advancedtelematic/feat/PRO-3805/p11test
Add recipes to test pkcs11 functionality in Aktualizr
Diffstat (limited to 'classes')
-rw-r--r--classes/sota.bbclass2
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
19OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 19OSTREE_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}-"
21OSTREE_BRANCHNAME ?= "${MACHINE}-ota" 21OSTREE_BRANCHNAME ?= "${MACHINE}"
22OSTREE_OSNAME ?= "poky" 22OSTREE_OSNAME ?= "poky"
23OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" 23OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
24 24