Hi,
I followed the "Freescale_Yocto_Project_User's_Guide.pdf" to setup the PC host and yocto, and eventually trying to run:
$> bitbake fsl-image-qt5
But I received the following error.
| ERROR: User requested feature sdl
| configure was not able to find it.
| Install SDL devel
|
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /opt/workspace/fsl-release-bsp/build/tmp/work/x86_64-linux/qemu-native/2.2.0-r1/temp/log.do_configure.26672).
Someone can help me!
In case someone still gets this error, have a look to:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553
Add:
BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu "
to your local.conf file.
Sim
Thinks
Hi lulu
qemu is not supported, for QT building one can look at
Building Qt5 for i.MX6 with YOCTO
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------