Actions
SDK QT5¶
To create applications we use QT5 framework.
From Yocto we can build SDK to create and debug our applications on the device
First create SDK QT5 toolchain from Yocto:
Copy core-image-minimal.bb to /poky/meta/recipes-core/images
The new file has a new line :
inherit populate_sdk_qt5
Then run:
cd /poky
. oe-init-build-env build-rockchip/
bitbake core-image-minimal -c populate_sdk_ext
The SDK is created at poky/build-rockchip/tmp/deploy/sdk
open terminal in this folder and execute setup script.
The QT5 SDK will be installed to your selected folder.
Note: On Alex PC (Ubuntu Virtual machine) the SDK is already installed at /data/Yocto_SDK_QT5
Updated by Alex Seferidis 5 months ago ยท 1 revisions