summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass11
1 files changed, 6 insertions, 5 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 4465e6c..85401d5 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -40,11 +40,11 @@ EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native
40OSTREE_INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}" 40OSTREE_INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}"
41 41
42# Please redefine OSTREE_REPO in order to have a persistent OSTree repo 42# Please redefine OSTREE_REPO in order to have a persistent OSTree repo
43export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 43OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"
44export OSTREE_BRANCHNAME ?= "${SOTA_HARDWARE_ID}" 44OSTREE_BRANCHNAME ?= "${SOTA_HARDWARE_ID}"
45export OSTREE_OSNAME ?= "poky" 45OSTREE_OSNAME ?= "poky"
46export OSTREE_BOOTLOADER ??= 'u-boot' 46OSTREE_BOOTLOADER ??= 'u-boot'
47export OSTREE_BOOT_PARTITION ??= "/boot" 47OSTREE_BOOT_PARTITION ??= "/boot"
48 48
49OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" 49OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image"
50 50
@@ -53,6 +53,7 @@ GARAGE_SIGN_KEYNAME ?= "garage-key"
53GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}" 53GARAGE_TARGET_NAME ?= "${OSTREE_BRANCHNAME}"
54GARAGE_TARGET_VERSION ?= "" 54GARAGE_TARGET_VERSION ?= ""
55GARAGE_TARGET_URL ?= "" 55GARAGE_TARGET_URL ?= ""
56GARAGE_CUSTOMIZE_TARGET ?= ""
56 57
57SOTA_MACHINE ??="none" 58SOTA_MACHINE ??="none"
58SOTA_MACHINE_rpi ?= "raspberrypi" 59SOTA_MACHINE_rpi ?= "raspberrypi"