Hi all!
I am new to Yocto and Toradex and I am trying to build Wayland on apalis and I am using one of your pre-built supported image to add this window manager alongside x11. I have tried to follow the suggested instructions on the following links.
However, I can’t seem to make any of these work on angstrom-qt5-x11-image.
I am using the repo LinuxImageV2.8.
The changes I had on the build/local.conf file are the following.
- Uncomment the DISTRO_FEATURES_remove = “wayland”
- MACHINE ?= “apalis-imx6”
- Add the following lines at the end:
;
ACCEPT_FSL_EULA = "1"
DISTRO_FEATURES_append = " wayland"
DISTRO_FEATURES_remove = " x11"
IMAGE_INSTALL_remove = "eglinfo-x11"
IMAGE_INSTALL_append = " qtbase qtbase-plugins qtwayland cinematicexperience liberation-fonts"
IMAGE_INSTALL_append = " qtquickcontrols qtquickcontrols2 qtdeclarative qtserialport pulseaudio pulseaudio-server pulseaudio-misc pulseaudio-module-dbus-protocol"
The errors I am getting are as follows:
ERROR: qtwayland-5.9.4+gitAUTOINC+83db09bd0a-r0 do_configure: Error calling /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-mx6qdl-angstrom-linux-gnueabi/qtwayland/5.9.4+gitAUTOINC+83db09bd0a-r0/recipe-sysroot-native/usr/bin/qt5/qmake -makefile -o Makefile /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-mx6qdl-angstrom-linux-gnueabi/qtwayland/5.9.4+gitAUTOINC+83db09bd0a-r0/git/qtwayland.pro -- -no-feature-drm-egl-server -no-feature-libhybris-egl-server -no-feature-wayland-brcm -feature-wayland-client -feature-wayland-egl -feature-wayland-server -feature-xcomposite-egl -feature-xcomposite-glx
ERROR: qtwayland-5.9.4+gitAUTOINC+83db09bd0a-r0 do_configure: Function failed: do_configure (log file is located at /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-mx6qdl-angstrom-linux-gnueabi/qtwayland/5.9.4+gitAUTOINC+83db09bd0a-r0/temp/log.do_configure.29228)
ERROR: Logfile of failure stored in: /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-mx6qdl-angstrom-linux-gnueabi/qtwayland/5.9.4+gitAUTOINC+83db09bd0a-r0/temp/log.do_configure.29228
NOTE: recipe qtwayland-5.9.4+gitAUTOINC+83db09bd0a-r0: task do_configure: Failed
ERROR: Task (/home/lai/oe-core/build/../layers/meta-qt5/recipes-qt/qt5/qtwayland_git.bb:do_configure) failed with exit code '1'
ERROR: qt3d-5.9.4+gitAUTOINC+02d01a6897-r0 do_compile: oe_runmake failed
ERROR: qt3d-5.9.4+gitAUTOINC+02d01a6897-r0 do_compile: Function failed: do_compile (log file is located at /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/temp/log.do_compile.41144)
ERROR: Logfile of failure stored in: /home/lai/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/qt3d/5.9.4+gitAUTOINC+02d01a6897-r0/temp/log.do_compile.41144
NOTE: recipe qt3d-5.9.4+gitAUTOINC+02d01a6897-r0: task do_compile: Failed
ERROR: Task (/home/lai/oe-core/build/../layers/meta-qt5/recipes-qt/qt5/qt3d_git.bb:do_compile) failed with exit code '1'
Any input / suggestions are appreciated.
Thanks,
John