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

image.bbclass: Fix typo

This commit is contained in:
Richard Purdie
2008-11-10 21:47:49 +00:00
parent 793dc948e6
commit 13ee3030f3
+1 -1
View File
@@ -203,7 +203,7 @@ 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
ln -s ${IMAGE_NAME}.rootfs.manifest ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.manifest
}
# Make login manager(s) enable automatic login.