Boot2qt bitbake image

Hello:

I have been successfully performing my own oe builds for my application. I want to build an image with the boot2qt stack built in. Is there a recipe for this? There is an image for qt-x11 but I don’t think this is what I want.

Dear @emh203

Boot2Qt is maintained by the Qt Company. You have two possibilities. You can follow this guide:
http://doc.qt.io/QtForDeviceCreation/qtee-custom-embedded-linux-image.html

Or you can checkout the following repo:

git clone http://code.qt.io/cgit/yocto/meta-boot2qt.git/
cd meta-boot2qt
./b2qt-init-build-env init --device colibri-imx7
MACHINE=colibri-imx7 . ./setup-environment.sh
# Manually update MACHINE in conf/local.conf to colibri-imx7

I hope this helps!

Regards,
Stefan