summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/sdcard_image-rpi.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 7ab0ca6..2f0daee 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 = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}" 50SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
51 51
52IMAGE_DEPENDS_rpi-sdimg = " \ 52IMAGE_DEPENDS_rpi-sdimg = " \
53 parted-native \ 53 parted-native \
@@ -59,7 +59,7 @@ IMAGE_DEPENDS_rpi-sdimg = " \
59 " 59 "
60 60
61# SD card image name 61# SD card image name
62SDIMG = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.rpi-sdimg" 62SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg"
63 63
64# Compression method to apply to SDIMG after it has been created. Supported 64# Compression method to apply to SDIMG after it has been created. Supported
65# compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg file 65# compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg file