summaryrefslogtreecommitdiff
path: root/meta-raspberrypi
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-07 02:34:07 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-07 02:34:07 +0300
commit3112138426f3ae3761f0ac3a2581c7d80897d0a9 (patch)
tree1d44ff2f5e69d6708222cf711703a36c3626e871 /meta-raspberrypi
parent5ead1e508818df1218e69f47199a1863eb2336e4 (diff)
downloadopenbmc-3112138426f3ae3761f0ac3a2581c7d80897d0a9.tar.xz
meta-raspberrypi: subtree update:ed6b75ba69..3ae288aa38
Francois Retief (1): sdcard_image-rpi.bbclass: Use IMAGE_NAME_SUFFIX variable in SDIMG Change-Id: Ifacd613fe94a2990da47d98d27ce2d4557e72bb8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi')
-rw-r--r--meta-raspberrypi/classes/sdcard_image-rpi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
index d3447689a..177988e61 100644
--- a/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
+++ b/meta-raspberrypi/classes/sdcard_image-rpi.bbclass
@@ -64,7 +64,7 @@ do_image_rpi_sdimg[depends] = " \
do_image_rpi_sdimg[recrdeps] = "do_build"
# SD card image name
-SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg"
+SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.rpi-sdimg"
# Additional files and/or directories to be copied into the vfat partition from the IMAGE_ROOTFS.
FATPAYLOAD ?= ""