mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 23:26:01 +00:00
image.bbclass: Fix typo
This commit is contained in:
parent
793dc948e6
commit
13ee3030f3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user