Project

General

Profile

SDK QT5 » History » Version 1

Alex Seferidis, 07/17/2025 10:49 AM

1 1 Alex Seferidis
# SDK QT5
2
3
To create applications we use QT5 framework.
4
From Yocto we can build SDK to create and debug our applications on the device
5
6
First create SDK QT5 toolchain from Yocto:
7
Copy core-image-minimal.bb to /poky/meta/recipes-core/images
8
9
The new file has a new line :
10
**inherit populate_sdk_qt5**
11
12
Then run:
13
```
14
cd /poky 
15
. oe-init-build-env build-rockchip/
16
bitbake core-image-minimal -c populate_sdk_ext
17
```
18
19
The SDK is created at poky/build-rockchip/tmp/deploy/sdk
20
open terminal in this folder and execute setup script.
21
22
The QT5 SDK will be installed to your selected folder.
23
24
Note: On Alex PC (Ubuntu Virtual machine) the SDK is already installed at /data/Yocto_SDK_QT5