diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-03 13:54:50 +0100 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-03 14:35:00 +0100 |
| commit | 81f500eb2bf24109b90dcd5ebfdbb866d69bcf1e (patch) | |
| tree | ffb9b56c5130d3f75e713f153615ce01b8d2cf53 /classes | |
| parent | c4f5a9048527b491f7081bab5c8c70345a22df66 (diff) | |
| download | meta-updater-81f500eb2bf24109b90dcd5ebfdbb866d69bcf1e.tar.gz | |
Copy image manifest to /usr
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/image_types_ostree.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index f88140c..8bc0a52 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
| @@ -121,6 +121,9 @@ IMAGE_CMD_ostree () { | |||
| 121 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} boot/vmlinuz-${checksum} | 121 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} boot/vmlinuz-${checksum} |
| 122 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_INITRAMFS_IMAGE}-${MACHINE}${RAMDISK_EXT} boot/initramfs-${checksum} | 122 | cp ${DEPLOY_DIR_IMAGE}/${OSTREE_INITRAMFS_IMAGE}-${MACHINE}${RAMDISK_EXT} boot/initramfs-${checksum} |
| 123 | 123 | ||
| 124 | # Copy image manifest | ||
| 125 | cat ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manifest | cut -d " " -f1,3 > usr/package.manifest | ||
| 126 | |||
| 124 | cd ${WORKDIR} | 127 | cd ${WORKDIR} |
| 125 | 128 | ||
| 126 | # Create a tarball that can be then commited to OSTree repo | 129 | # Create a tarball that can be then commited to OSTree repo |
