summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-09-08 13:34:20 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-09-24 20:39:35 +0100
commit37e4e18f4a745ce8dc11f7e40a29da0859ff13c6 (patch)
tree2491b80a7b48ac2a4901c0a00d6c6973e334fcd9
parent134e7dd94334d3ac26bf0e51318f642154dd42da (diff)
downloadmeta-raspberrypi-37e4e18f4a745ce8dc11f7e40a29da0859ff13c6.tar.gz
sdcard_image-rpi: Use un-timestamped link to rootfs partition image
The timestamp in the rootfs partition image filename may not match the current timestamp if the do_image_rpi_sdimg step is repeated without repeating the previous do_image_ext3 (or similar) step. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--classes/sdcard_image-rpi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 87c8afa..2dd9326 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -47,7 +47,7 @@ IMAGE_ROOTFS_ALIGNMENT = "4096"
47 47
48# Use an uncompressed ext3 by default as rootfs 48# Use an uncompressed ext3 by default as rootfs
49SDIMG_ROOTFS_TYPE ?= "ext3" 49SDIMG_ROOTFS_TYPE ?= "ext3"
50SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" 50SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.${SDIMG_ROOTFS_TYPE}"
51 51
52do_image_rpi_sdimg[depends] = " \ 52do_image_rpi_sdimg[depends] = " \
53 parted-native:do_populate_sysroot \ 53 parted-native:do_populate_sysroot \