summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYevgeny Popovych <yevgenyp@pointgrab.com>2018-08-09 13:16:07 +0300
committerPhil Wise <philip.wise@here.com>2018-08-14 16:03:10 +0200
commit9927446d002b1154faae67ff990176a02f69e7e7 (patch)
treeb1243144ff08e24b926e07cc4d4c3f6318363dce
parent212d71d273023470b82854c363854b301bd11314 (diff)
downloadmeta-updater-9927446d002b1154faae67ff990176a02f69e7e7.tar.gz
classes: image_types_ostree: Fix copying standalone initramfs
Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
-rw-r--r--classes/image_types_ostree.bbclass2
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