diff options
Diffstat (limited to 'classes/sota.bbclass')
| -rw-r--r-- | classes/sota.bbclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index 1e149ea..4ee4191 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
| @@ -26,11 +26,13 @@ EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native | |||
| 26 | OSTREE_INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}" | 26 | OSTREE_INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}" |
| 27 | 27 | ||
| 28 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo | 28 | # Please redefine OSTREE_REPO in order to have a persistent OSTree repo |
| 29 | OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 29 | export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |
| 30 | OSTREE_BRANCHNAME ?= "${SOTA_HARDWARE_ID}" | 30 | export OSTREE_BRANCHNAME ?= "${SOTA_HARDWARE_ID}" |
| 31 | OSTREE_OSNAME ?= "poky" | 31 | export OSTREE_OSNAME ?= "poky" |
| 32 | export OSTREE_BOOTLOADER ??= 'u-boot' | ||
| 33 | export OSTREE_BOOT_PARTITION ??= "/boot" | ||
| 34 | |||
| 32 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" | 35 | OSTREE_INITRAMFS_IMAGE ?= "initramfs-ostree-image" |
| 33 | OSTREE_BOOTLOADER ??= 'u-boot' | ||
| 34 | 36 | ||
| 35 | GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" | 37 | GARAGE_SIGN_REPO ?= "${DEPLOY_DIR_IMAGE}/garage_sign_repo" |
| 36 | GARAGE_SIGN_KEYNAME ?= "garage-key" | 38 | GARAGE_SIGN_KEYNAME ?= "garage-key" |
