X-LINUX-QT Distribution Package

Revision as of 17:16, 17 July 2024 by Registered User
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Applicable for STM32MP25x lines


This article aims to explain How to download and install the latest X-LINUX-QT Distribution Package for the STM32 microprocessor series.

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

  • Download and install the STM32MPU Distribution Package
    • to install the STM32MPU Distribution Package, follow instruction give in STM32MPU_Distribution_Package v5.1.0.
    • Install the X-LINUX-QT Distribution Package
      • Clone the meta-st-x-linux-qt git repository
 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