"bitbake tdx-reference-multimedia-image" fails on qt recipe

Hi

I can successfully build minimal image and run it on Apalis imx8 but I get a qt related error when I try to build the multimedia image.

My build environment is yocto on Ubuntu 22.04.2 LTS in a VM.

Suspecting that it was due to a missing package I installed qt5 using this command:

sudo apt install -y qtcreator qtbase5-dev qt5-qmake cmake

… but that changed nothing. I still get the build error.

I get the following error messages. The referenced log file is attached.

Thanks in advance.

ERROR: qtbase-native-5.15.7+gitAUTOINC+358aebba72-r0 do_configure: ExecutionError(‘/home/anders/oe-core/build/tmp/work/x86_64-linux/qtbase-native/5.15.7+gitAUTOINC+358aebba72-r0/temp/run.do_configure.57158’, 1, None, None)

ERROR: Logfile of failure stored in: /home/anders/oe-core/build/tmp/work/x86_64-linux/qtbase-native/5.15.7+gitAUTOINC+358aebba72-r0/temp/log.do_configure.57158

ERROR: Task (/home/anders/oe-core/build/…/layers/meta-qt5/recipes-qt/qt5/qtbase-native_git.bb:do_configure) failed with exit code ‘1’

log.do_configure.57158 (54.0 KB)