summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@here.com>2018-12-12 16:06:19 +0100
committerAnton Gerasimov <anton.gerasimov@here.com>2018-12-12 16:08:47 +0100
commita0525a7bc5a54211b6a156deeee03f6752ac056a (patch)
tree6ec5162c837b898eee94a27435aeea5862597688
parent124643b6f4057673d43bbaa99d48593b0bf640ae (diff)
downloadmeta-updater-bugfix/initramfs_fstypes.tar.gz
Make INITRAMFS_FSTYPES an overridebugfix/initramfs_fstypes
It is how the other SOTA-specific variables are treated. Signed-off-by: Anton Gerasimov <anton.gerasimov@here.com>
-rw-r--r--classes/sota.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass
index 93f59eb..612e426 100644
--- a/classes/sota.bbclass
+++ b/classes/sota.bbclass
@@ -21,7 +21,7 @@ WKS_FILE_sota ?= "sdimage-sota.wks"
21 21
22EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native" 22EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native"
23 23
24INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'cpio.gz.u-boot', 'cpio.gz')}" 24INITRAMFS_FSTYPES_sota ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'cpio.gz.u-boot', 'cpio.gz')}"
25 25
26# Please redefine OSTREE_REPO in order to have a persistent OSTree repo 26# Please redefine OSTREE_REPO in order to have a persistent OSTree repo
27export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" 27export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo"