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

Cannot find ttf-freefont when trying to build a custom Boot to Qt image (6.10.xml manifest)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.10.0 Beta3
    • Device Creation
    • None

      Target: "All" others supported, but am62xx-evm (See: QTBUG-139402) and ST targets (webengine not building)

      When trying to build e.g. imx8qm-mek custom Boot to Qt 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 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=imx8qm-mek
      . ./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: ttf-freefont-20120503-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'http://ftp.gnu.org/gnu/freefont/freefont-ttf-20120503.zip')

        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