From 621c2c6f2480b9e8f8b7bb6e6453c777952aa10e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 2 Aug 2017 17:54:30 +0300 Subject: 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 --- classes/sdcard_image-rpi-ota.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ IMAGE_TYPEDEP_rpi-sdimg-ota = "otaimg" # SD card image name -SDIMG_OTA = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg-ota" +SDIMG_OTA = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.rpi-sdimg-ota" # Compression method to apply to SDIMG_OTA after it has been created. Supported # compression formats are "gzip", "bzip2" or "xz". The original .rpi-sdimg-ota file -- cgit v1.2.3-54-g00ecf