Hello,
I would like to cross compile a QT demo image for Sabreauto using QT5.9.
I checkedout morty using repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b morty
I can see only two bitbake options for toolchain in morty
meta-toolchain
meta-extsdk-toolchain
which is relevant for QT?
Did anyone cross compile QT5.9 using morty's CC version?
Regards,
Mahesh.
current bsp doesnt have qt5.9, if you need to use this, you need to port the qt 5.9 to your board, for detailed information, you need to refer qt documents
Hi Joan, Any link to documentation?
I found this document, hope helpful for you
Thanks for the pointer Joan, After going through the doc'n and looking at the following yocto build link.
Building Your Own Embedded Linux Image | Qt 5.9 for Device Creation
it is mentioned that yocto layer meta-b2qt can be used, is it same as meta-boot2qt?
Can I get compatible toolchain from morty branch to build qt5.9?