koansoftware / koan-stm32mp-bsp-repo

BSP Yocto layer for STM32MP - Start here to create the Yocto build environment
https://koansoftware.com
1 stars 3 forks source link

QT5 QuickControls 2 #2

Closed RBEGamer closed 3 years ago

RBEGamer commented 3 years ago

Hello, The build process was easy. After flashing the image, i noticed that the QT5 QuickControls and QuickControls 2 Libraries are missing in the image. So i was unable to build a QT Quick application for the STM32MP1 Board. Is there a solution to get QT QuickControls build for the image using yocto ?

koansoftware commented 3 years ago

Hi @RBEGamer, as I stated in my presentation here

You should add

IMAGE_INSTALL_append = " qtquickcontrols \
qtquickcontrols­qmlplugins \
qtquickcontrols2 \
qtquickcontrols2­qmlplugins”

-- Marco