diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 3678459380..2b057b93c5 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -199,6 +199,13 @@ make_zimage_symlink_relative () { | |||
199 | fi | 199 | fi |
200 | } | 200 | } |
201 | 201 | ||
202 | write_image_manifest () { | ||
203 | rootfs_${IMAGE_PKGTYPE}_write_manifest | ||
204 | |||
205 | rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manifest | ||
206 | ln -s ${IMAGE_NAME}.rootfs.manifest ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manfiest | ||
207 | } | ||
208 | |||
202 | # Make login manager(s) enable automatic login. | 209 | # Make login manager(s) enable automatic login. |
203 | # Useful for devices where we do not want to log in at all (e.g. phones) | 210 | # Useful for devices where we do not want to log in at all (e.g. phones) |
204 | set_image_autologin () { | 211 | set_image_autologin () { |