X-LINUX-QT Distribution Package

Applicable for STM32MP25x lines

This article aims to give the following information:

  • How to download and install the latest X-LINUX-QT Distribution Package for the STM32 microprocessor series.
Warning white.png Warning
To use efficiently this Starter Package, please go through the Distribution Package article relative to your STM32 microprocessor series: Category:Distribution Package

1. X-LINUX-QT Distribution Package v1.0.0 release[edit source]

  • Download and Install the STM32MPU Distribution Package
 cd <Distribution Package installation directory>
 git clone -b v1.0.0 https://github.com/STMicroelectronics/meta-st-x-linux-qt.git layers/meta-st/meta-st-x-linux-qt
  • Clone the meta-qt5 git repository
 git clone -b scarthgap https://github.com/meta-qt5/meta-qt5.git layers/meta-qt5
  • Source the build environment with the correct board and layer
For STM32MP25x lines More info.png:
 DISTRO=openstlinux-weston MACHINE=stm32mp2 BSP_DEPENDENCY="layers/meta-qt5 layers/meta-st/meta-st-x-linux-qt" source layers/meta-st/scripts/envsetup.sh


  • Building the X-LINUX-QT Starter Package
STM32MPU Distribution PackageSTM32MPU Starter PackageX-LINUX-QT-Starter Package-Overview.png


To rebuild the X-LINUX-QT Starter Package, user must install the X-LINUX-QT Distribution Package, setup the environment and run the adequate bitbake command as below:

 bitbake st-image-qt package-index

The output will be the Full Image files for the st-image-qt


  • Building the X-LINUX-QT Developer Package
STM32MPU Distribution PackageSTM32MPU Developer PackageX-LINUX-QT-Developer Package-Overview.png


To rebuild the X-LINUX-QT Developer Package, user must install the X-LINUX-QT Distribution Package, setup the environment and run the adequate bitbake command as below:

 bitbake st-image-qt -c do_populate_sdk

The output will be the Full SDK installer for the st-image-qt