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

Cannot initialize renesas yocto build environment

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.15
    • Device Creation
    • None
    • 2020wk32, 2020wk34

    Description

      The current way that 3rd party HW integrations (such as Renesas) are done for Boot2Qt yocto environment, no longer works. A fix was made to the Google's repo tools that now prevent the initialization using the manifest.xml from the meta repo itself.

      repo init -u git://code.qt.io/yocto/meta-boot2qt-renesas -m conf/manifest.xml -b warrior
      ...
      error.ManifestInvalidPathError: <linkfile> invalid "dest": .repo/local_manifests/boot2qt.xml: bad component: .repo 

      The workaround is to use a separate manifest repository, which is the proper way of using the repo tool.

      repo init -u git://code.qt.io/yocto/boot2qt-manifest -b renesas -m warrior.xml 

      This will need to be addressed in the documentations.

      Attachments

        Issue Links

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

          Activity

            People

              sapiippo Samuli Piippo
              sapiippo Samuli Piippo
              Santtu Ahonen Santtu Ahonen
              Rami Potinkara Rami Potinkara
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes