-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.10.0 Beta3
-
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')