1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

image.bbclass: Add function to write out an image manifest

This commit is contained in:
Richard Purdie
2008-11-10 21:39:34 +00:00
parent e437435158
commit 793dc948e6
2 changed files with 21 additions and 0 deletions
+7
View File
@@ -199,6 +199,13 @@ make_zimage_symlink_relative () {
fi
}
write_image_manifest () {
rootfs_${IMAGE_PKGTYPE}_write_manifest
rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manifest
ln -s ${IMAGE_NAME}.rootfs.manifest ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manfiest
}
# Make login manager(s) enable automatic login.
# Useful for devices where we do not want to log in at all (e.g. phones)
set_image_autologin () {