Dey 2.6, tool-chain upgrade QT

Hi!

What are the steps needed to upgrade qt (the x86_64 tools) to a later version for the dey 2.6 toolchain?

I’ve built the yocto image with an upgraded meta-qt package. Is it possible to generate a new sysroots folder (like the one found under /opt/dey/2.6-r1) from yocto build output? Or do I need to configure and compile qt by itself?

Looking at the yocto build output, there is a compiled qmake under tmp/sysroots-components/x86_64/qtbase-native/usr/bin.

Thanks
/mg

you can generate your own sdk, just run
bitbake dey-image-qt -c populate_sdk

Thanks for the help!