diff options
| -rw-r--r-- | classes/sdcard_image-rpi.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 1f75ef7..42753d6 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
| @@ -73,7 +73,7 @@ SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg" | |||
| 73 | FATPAYLOAD ?= "" | 73 | FATPAYLOAD ?= "" |
| 74 | 74 | ||
| 75 | # SD card vfat partition image name | 75 | # SD card vfat partition image name |
| 76 | SDIMG_VFAT = "${IMGDEPLOYDIR}/${IMAGE_NAME}.vfat" | 76 | SDIMG_VFAT = "${IMAGE_NAME}.vfat" |
| 77 | SDIMG_LINK_VFAT = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.vfat" | 77 | SDIMG_LINK_VFAT = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.vfat" |
| 78 | 78 | ||
| 79 | IMAGE_CMD_rpi-sdimg () { | 79 | IMAGE_CMD_rpi-sdimg () { |
| @@ -152,7 +152,7 @@ IMAGE_CMD_rpi-sdimg () { | |||
| 152 | # Deploy vfat partition (for u-boot case only) | 152 | # Deploy vfat partition (for u-boot case only) |
| 153 | case "${KERNEL_IMAGETYPE}" in | 153 | case "${KERNEL_IMAGETYPE}" in |
| 154 | "uImage") | 154 | "uImage") |
| 155 | cp ${WORKDIR}/boot.img ${SDIMG_VFAT} | 155 | cp ${WORKDIR}/boot.img ${IMGDEPLOYDIR}/${SDIMG_VFAT} |
| 156 | ln -sf ${SDIMG_VFAT} ${SDIMG_LINK_VFAT} | 156 | ln -sf ${SDIMG_VFAT} ${SDIMG_LINK_VFAT} |
| 157 | ;; | 157 | ;; |
| 158 | *) | 158 | *) |
