1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

image.bbclass: Add symlinks to the latest images for a given machine

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@677 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-08-29 22:12:42 +00:00
parent 0426fad344
commit b1d72c5762
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -53,6 +53,9 @@ fakeroot do_rootfs () {
else
bbimage -n "${IMAGE_NAME}" -t "$type" -e "${FILE}"
fi
rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.*
ln -s ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.$type ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.$type
done
${IMAGE_POSTPROCESS_COMMAND}