summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-12-02 14:18:36 +0100
committerGitHub <noreply@github.com>2017-12-02 14:18:36 +0100
commitb07e63b2a2369cedc9a48c86e483e892941185c3 (patch)
tree76d3972870b95c10980cd843338e4d8077ce0fae /classes/sota.bbclass
parentdaa6f7201a8450556f526e15a9bd3395eb85ed29 (diff)
parent3163e1d6baacb9c456a58a547b8136ff1942e803 (diff)
downloadmeta-updater-b07e63b2a2369cedc9a48c86e483e892941185c3.tar.gz
Merge pull request #185 from liuming50/master
Cleaner intramfs recipe, better systemd detection.
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index f5a42c1..7e9adca 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -20,13 +20,15 @@ WKS_FILE_sota ?= "sdimage-sota.wks"
20 20
21EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native" 21EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native"
22 22
23INITRAMFS_FSTYPES = "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}"
24
23# Please redefine OSTREE_REPO in order to have a persistent OSTree repo 25# Please redefine OSTREE_REPO in order to have a persistent OSTree repo
24OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 26OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"
25# For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-" 27# For UPTANE operation, OSTREE_BRANCHNAME must start with "${MACHINE}-"
26OSTREE_BRANCHNAME ?= "${MACHINE}" 28OSTREE_BRANCHNAME ?= "${MACHINE}"
27OSTREE_OSNAME ?= "poky" 29OSTREE_OSNAME ?= "poky"
28OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" 30OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
29 31OSTREE_BOOTLOADER ??= 'u-boot'
30 32
31GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" 33GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo"
32GARAGE_SIGN_KEYNAME ?= "garage-key" 34GARAGE_SIGN_KEYNAME ?= "garage-key"