summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-09-08 17:11:33 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-09-13 11:53:33 +0200
commit4a7366c4f161a98611a292394a9662a0c507f904 (patch)
tree2b71f99717dec2b17c23684bc20311c926489d32 /classes
parent6db91a2e484ab026dd50817147beed31c49abc2b (diff)
downloadmeta-updater-4a7366c4f161a98611a292394a9662a0c507f904.tar.gz
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