Yocto build failed, cannot resolve git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git
-
Hello,
I'm running the GNU 11.4.0 compiler toolchain.
I'm also using the following toolchains:
https://github.com/linuxdeploy/linuxdeploy with its plugin
https://github.com/linuxdeploy/linuxdeploy-plugin-qtIn a QEMU aarch64 environment built from Yocto Poky Kirkstone Linux
With the intention of creating AppImages for the CrossCrontrol v700 (i.MX8DualXPlus) and v1200 (i.MX8QuadXPlus) devices.
I have set the following environment variables
export QT_EDITION=commercial
export QT_COMMERCIAL_MODULES=1and properly integrated
https://codereview.qt-project.org/yocto/meta-qt6
branch 6.4.1
into my $POKY_ROOT/build/conf/bblayers.conf BBLAYERS variableI have the following lines in my $POKY_ROOT/build/conf/local.conf
that are changed from the stock file:IMAGE_INSTALL:append = " sshfs-fuse openssh fuse ldd cmake patchelf git xz ninja jpeg libjpeg-turbo libpng libpng-dev python3 libjpeg-turbo-dev qtbase-tools qtdeclarative-tools"
EXTRA_IMAGE_FEATURES = "tools-sdk tools-debug debug-tweaks"
After having gotten a successful build, I just added the dependency "qtdeclarative-tools" and reran the command
bitbake core-image-full-cmdlineand received the follow error message:
WARNING: qmlcompilerplus-native-6.4.1-r0 do_fetch: Failed to fetch URL git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git;name=tqtc-qmlcompilerplus;branch=6.4.1;protocol=ssh, attempting MIRRORS if available
ERROR: qmlcompilerplus-native-6.4.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1423"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/ccs/workspaces/git/poky/scripts/native-intercept:/home/ccs/workspaces/git/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/python3-native:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/perl-native:/home/ccs/workspaces/git/poky/scripts:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/x86_64-linux:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/bin:/home/ccs/workspaces/git/poky/bitbake/bin:/home/ccs/workspaces/git/poky/build/tmp/hosttools"; export HOME="/home/ccs"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git /home/ccs/workspaces/git/poky/build/downloads/git2/codereview.qt-project.org.qt.tqtc-qmlcompilerplus.git --progress failed with exit code 128, no output
ERROR: qmlcompilerplus-native-6.4.1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git;name=tqtc-qmlcompilerplus;branch=6.4.1;protocol=ssh')
ERROR: Logfile of failure stored in: /home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/temp/log.do_fetch.2413
ERROR: Task (virtual:native:/home/ccs/workspaces/git/poky/meta-qt6/recipes-qt/qt6/qmlcompilerplus_git.bb:do_fetch) failed with exit code '1'Any idea how to resolve this?
Thanks.