RPMsg PingPong Example with Boot2Qt Stack

What is the simplest/ best way to get the RPMsg PingPong Example running on QT’s Boot2Qt stack? How to integrate the rpmsg kernel module (FreeRTOS on the Cortex-M4 of a Colibri iMX7 | Toradex Developer Center, drivers/rpmsg/imx_rpmsg_pingpong.c ) into Boot2Qt ?

I assume I have to build Boot2Qt from Yocto and integrate the rpmsg kernel module using a custom recipe ?

Since the kernel module is part of our regular kernel tree it should be simply a matter of using an appropriate kernel config. As far as I can tell Boot2Qt uses our regular meta-toradex-nxp layer and its defconfig, so the kernel modules get built by default. In the 5.9.3 Boot2Qt image the kernel module is deployed in the folder /lib/modules/4.1.44-2.7.4+gb1555bf/kernel/drivers/rpmsg.

Thank you!