diff options
author | Anton Gerasimov <anton.gerasimov@here.com> | 2018-12-12 16:06:19 +0100 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@here.com> | 2018-12-12 16:08:47 +0100 |
commit | a0525a7bc5a54211b6a156deeee03f6752ac056a (patch) | |
tree | 6ec5162c837b898eee94a27435aeea5862597688 | |
parent | 124643b6f4057673d43bbaa99d48593b0bf640ae (diff) | |
download | meta-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.bbclass | 2 |
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 | ||
22 | EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native" | 22 | EXTRA_IMAGEDEPENDS_append_sota = " parted-native mtools-native dosfstools-native" |
23 | 23 | ||
24 | INITRAMFS_FSTYPES ??= "${@oe.utils.ifelse(d.getVar('OSTREE_BOOTLOADER', True) == 'u-boot', 'cpio.gz.u-boot', 'cpio.gz')}" | 24 | INITRAMFS_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 |
27 | export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" | 27 | export OSTREE_REPO ?= "${DEPLOY_DIR_IMAGE}/ostree_repo" |