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

Cannot build a custom Boot to Qt am62xx-evm image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • None
    • 6.10.0 Beta3
    • Device Creation

      When trying to build a custom Boot to Qt am62xx-evm image with:

       curl https://storage.googleapis.com/git-repo-downloads/repo > repo
      chmod a+rx repo
      python3 ./repo init -u git://code.qt.io/yocto/boot2qt-manifest --groups all -m ti/6.10.xml
      python3 ./repo sync -d -j1
      
      # handle lfs repos which need manual lfs pull
      # Mainly needed for Renesas builds
       LFS_REPOS=$(grep filter=lfs -l sources/*/.gitattributes 2>/dev/null || true)
       for REPO in ${LFS_REPOS}; do
         ( cd $(dirname ${REPO}); git lfs pull )
       done
      
      export MACHINE=am62xx-evm
      . ./setup-environment.sh
      sed -i -e '/internal-build/d' conf/local.conf
      bitbake meta-b2qt-embedded-qbsp
      SDKMACHINE=x86_64-mingw32 bitbake meta-b2qt-embedded-qbsp

      It fails with:

       ERROR: linux-ti-staging-6.6.58+git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git;protocol=https;branch=ti-linux-6.6.y')

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

            sapiippo Samuli Piippo
            mipohjan Milla Pohjanheimo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes