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.
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?