Hi Yuri and Kok,
I am also finding troubles to build fsl-image-qt5 for the imx6ulevk machine. Is it possible to do so?
Can we include Qt5 in images to run with iMX6 UltraLite evalution kit?
I would like to develop applications in Qt5, create the SDK and cross-compile to execute in the iMX6UltraLite Evaluation Kit.
I use Ubuntu 14.04 64-bit.
These are the commands that I use:
$ MACHINE=imx6ulevk source fsl-setup-release.sh -b build-fb -e fb
$ bitbake -k fsl-image-qt5
This is the build configuration:
BB_VERSION = "1.26.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6ulevk"
DISTRO = "poky"
DISTRO_VERSION = "1.8"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa7"
TARGET_FPU = "vfp-neon"
meta
meta-yocto = "(nobranch):83aa565d93aacae484976562ef1ae8dbbb6b2bc0"
meta-oe
meta-multimedia = "(nobranch):10d3c8f85280a0bf867a8e4f84bcda81c290d28e"
meta-fsl-arm = "(nobranch):c5326c90d6754c8630504ae29244907b0841c3a9"
meta-fsl-arm-extra = "(nobranch):436b86e3421736216412bdbb21cd9cb08c758c75"
meta-fsl-demos = "(nobranch):836bdf5a9d500ed258f1ddc07d89eca74a704098"
meta-bsp
meta-sdk = "(nobranch):2f59ef1080f616f391b1c488fb2204e570f90239"
meta-browser = "(nobranch):4b27058a8275a5310161459c9bb8f4c52a77762c"
meta-gnome
meta-networking
meta-python
meta-ruby
meta-filesystems = "(nobranch):10d3c8f85280a0bf867a8e4f84bcda81c290d28e"
meta-qt5 = "(nobranch):fc026381545650e10fdd488d5b2a3b2d78f87793"
and this is the error that I get:
| collect2: error: ld returned 1 exit status
| make: *** [opengldesktop] Error 1
| OpenGL disabled.
| The OpenGL functionality test failed!
| You might need to modify the include and library search paths by editing
| QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
| /home/alvaro/yocto/fsl-release-bsp/build-fb/tmp/work/cortexa7hf-vfp-neon-mx6ul-poky-linux-gnueabi/qtbase/5.4.2+gitAUTOINC+2cb17c1fb9-r0/git/mkspecs/linux-oe-g++.
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/alvaro/yocto/fsl-release-bsp/build-fb/tmp/work/cortexa7hf-vfp-neon-mx6ul-poky-linux-gnueabi/qtbase/5.4.2+gitAUTOINC+2cb17c1fb9-r0/temp/log.do_configure.22630)
ERROR: Task 2008 (/home/alvaro/yocto/fsl-release-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4431 tasks of which 4430 didn't need to be rerun and 1 failed.
No currently running tasks (1021 of 4702)
Summary: 1 task failed:
/home/alvaro/yocto/fsl-release-bsp/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb, do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
If I try to create image as core-image-minimal, it works ok for me.
Thanks and regards,
alvaro