summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-01-15 15:48:18 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-01-15 15:48:18 +0100
commitb54081660dab7a15cb58f6e7d8c1345d88d02908 (patch)
treec2131e0c3f6016815ab480449eb4ac90f5f95c92
parent3d2c819b275f37f474f064702b592a792053dead (diff)
downloadmeta-updater-compat/rocko-newimagename-symlink.tar.gz
Add .ota-ext4 image symlinkcompat/rocko-newimagename-symlink
That is the new name used in master since f07be1805cc22b5428ff529b705731360b485d06 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--classes/image_types_ota.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/image_types_ota.bbclass b/classes/image_types_ota.bbclass
index df3bc7c..f677491 100644
--- a/classes/image_types_ota.bbclass
+++ b/classes/image_types_ota.bbclass
@@ -140,6 +140,9 @@ IMAGE_CMD_otaimg () {
140 140
141 rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.otaimg 141 rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.otaimg
142 ln -s ${IMAGE_NAME}.otaimg ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.otaimg 142 ln -s ${IMAGE_NAME}.otaimg ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.otaimg
143 # for forward compatibility
144 rm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.ota-ext4
145 ln -s ${IMAGE_NAME}.otaimg ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.ota-ext4
143 fi 146 fi
144} 147}
145 148