Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.4
-
None
Description
In the meta-boot2qt-toradex layer here: https://code.qt.io/cgit/yocto/meta-boot2qt-toradex.git
I think that in image_type_tezi_b2qt.bbclass, TEZI_IMAGE_NAME should be used instead of IMAGE_NAME like this:
IMAGE_CMD:teziimg:append() {
${IMAGE_CMD_TAR} --transform 's,^,${TEZI_IMAGE_NAME}-Tezi_${TEZI_VERSION}/,' -rhf ${IMGDEPLOYDIR}/${TEZI_IMAGE_NAME}-Tezi_${TEZI_VERSION}.tar TEZI_B2QT_EULA.TXT Built_with_Qt.png
ln -fs ${TEZI_IMAGE_NAME}-Tezi_${TEZI_VERSION}.tar ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.tezi.tar
}
Because by using IMAGE_NAME, only the symlink will have the right name set by TEZI_IMAGE_NAME="my-image-name"
Plus, it would also be nice to have a variable like TEZI_IMAGE_ICON so that we can set another icon than Built_with_Qt.png
Also, in base-files_%.bbappend, the line that is addded to fstab does absolutly nothing since '/dev/boot-part' does not exists