summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-02-15 09:27:41 +0100
committerGitHub <noreply@github.com>2018-02-15 09:27:41 +0100
commit59b9fa9a1410f83b1146b48e961b0f2be95415d7 (patch)
tree231f2a950c126e2ae7663d05c85c3655638cc50a /classes/sota.bbclass
parentb6bec0a5abe3dba3907e06af63335ad9e4c9d9e0 (diff)
parent84913d17a11cbc3ec357ed91bdc725db6b639469 (diff)
downloadmeta-updater-59b9fa9a1410f83b1146b48e961b0f2be95415d7.tar.gz
Merge pull request #254 from rsalveti/initramfs
Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES
Diffstat (limited to 'classes/sota.bbclass')
-rw-r--r--classes/sota.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 2a12e8f..6531809 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -20,7 +20,7 @@ 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')}" 23OSTREE_INITRAMFS_FSTYPES ?= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'ext4.gz.u-boot', 'ext4.gz')}"
24 24
25# 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
26OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 26OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"