summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-08-02 17:54:30 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2017-08-02 18:01:32 +0300
commit621c2c6f2480b9e8f8b7bb6e6453c777952aa10e (patch)
tree7272786cd44f933738455638d5969630b04cfb1d
parent34d5f757a86a7e8e1db3e19f2fb33e90e3f33584 (diff)
downloadmeta-updater-621c2c6f2480b9e8f8b7bb6e6453c777952aa10e.tar.gz
sdcard_image-rpi-ota.bbclass: Use DEPLOY_DIR_IMAGE
Use variable DEPLOY_DIR_IMAGE instread of IMGDEPLOYDIR for Yocto/OE builds based on release Krogoth. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--classes/sdcard_image-rpi-ota.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi-ota.bbclass b/classes/sdcard_image-rpi-ota.bbclass
index 81d71e9..6a6c6ad 100644
--- a/classes/sdcard_image-rpi-ota.bbclass
+++ b/classes/sdcard_image-rpi-ota.bbclass
@@ -61,7 +61,7 @@ IMAGE_DEPENDS_rpi-sdimg-ota = " \
61IMAGE_TYPEDEP_rpi-sdimg-ota = "otaimg" 61IMAGE_TYPEDEP_rpi-sdimg-ota = "otaimg"
62 62
63# SD card image name 63# SD card image name
64SDIMG_OTA = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg-ota" 64SDIMG_OTA = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.rpi-sdimg-ota"
65 65
66# Compression method to apply to SDIMG_OTA after it has been created. Supported 66# Compression method to apply to SDIMG_OTA after it has been created. Supported
67# compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg-ota file 67# compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg-ota file