X-LINUX-QT Distribution Package

Revision as of 11:00, 5 July 2024 by Registered User (Created page with "<noinclude>{{ApplicableFor |MPUs list=STM32MP25x, |MPUs checklist=STM32MP25x }}</noinclude> <noinclude> 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|To use efficiently this Starter Package, please go through the Distribution Package article relative to your STM32 microprocessor series: Category:Distribution Package}} ==X-LINUX-QT Di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


  • Build the X-LINUX-QT Starter Package
STM32MPU Distribution PackageSTM32MPU Starter PackageX-LINUX-QT-Starter Package-Overview.png
 bitbake st-image-qt package-index


  • Build the X-LINUX-QT Developer Package
STM32MPU Distribution PackageSTM32MPU Developer PackageX-LINUX-QT-Developer Package-Overview.png
 bitbake st-image-qt -c do_populate_sdk