diff options
author | Yevgeny Popovych <yevgenyp@pointgrab.com> | 2018-08-09 13:16:07 +0300 |
---|---|---|
committer | Phil Wise <philip.wise@here.com> | 2018-08-14 16:03:10 +0200 |
commit | 9927446d002b1154faae67ff990176a02f69e7e7 (patch) | |
tree | b1243144ff08e24b926e07cc4d4c3f6318363dce /classes | |
parent | 212d71d273023470b82854c363854b301bd11314 (diff) | |
download | meta-updater-9927446d002b1154faae67ff990176a02f69e7e7.tar.gz |
classes: image_types_ostree: Fix copying standalone initramfs
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 5f2bf26..dac3580 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -128,7 +128,7 @@ IMAGE_CMD_ostree () { | |||
128 | # make it think that the initramfs is present (while it is in FIT image) | 128 | # make it think that the initramfs is present (while it is in FIT image) |
129 | touch boot/initramfs-${checksum} | 129 | touch boot/initramfs-${checksum} |
130 | else | 130 | else |
131 | cp ${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.${INITRAMFS_FSTYPES} boot/initramfs-${checksum} | 131 | cp ${DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES} boot/initramfs-${checksum} |
132 | fi | 132 | fi |
133 | 133 | ||
134 | # Copy image manifest | 134 | # Copy image manifest |