Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138505

meta-boot2qt-toradex - image_type_tezi_b2qt.bbclass not full use of TEZI_IMAGE_NAME

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.8.4
    • Device Creation
    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sapiippo Samuli Piippo
            romain.donze Romain Donzé
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes