aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-10-15 09:17:48 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-15 10:16:38 +0000
commitc752a1d3fbd96209cc3c6a2919d59094bc7e8548 (patch)
tree840b16617a836b8dfc046d052abdc5f04962bdd9
parenta9c0faf718dc127c619e197cbcbdd5dc92b6b073 (diff)
Remove obsolete symlink to img file
All machines are now using compressed wic image types. There is no need to use the old .img extension, which was now pointing to non existing file anyways. Task-number: QTBUG-97520 Change-Id: I7303d60843a6890c62fb729c7387aca31f246e16 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit ec57c66ddc02e5abfd54847c14d03b3509a7d288) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--meta-boot2qt/classes/image_types_sdcard.bbclass7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-boot2qt/classes/image_types_sdcard.bbclass b/meta-boot2qt/classes/image_types_sdcard.bbclass
index 9719f592..1daf768a 100644
--- a/meta-boot2qt/classes/image_types_sdcard.bbclass
+++ b/meta-boot2qt/classes/image_types_sdcard.bbclass
@@ -1,6 +1,6 @@
############################################################################
##
-## Copyright (C) 2020 The Qt Company Ltd.
+## Copyright (C) 2021 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the Boot to Qt meta layer.
@@ -29,11 +29,6 @@
IMAGE_ROOTFS_EXTRA_SPACE = "100000"
-IMAGE_CMD:wic:append() {
- rm -f ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.img
- ln -s ${IMAGE_NAME}.rootfs.wic ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.img
-}
-
# create flash package that utilizes the SD card image
create_tegraflash_pkg:append() {
cd ${WORKDIR}/tegraflash