BSP-Yocto-OpenSTLinux-STM32MP2-PD26.1.0
=========================================

HOW-TO build:
=============

 $ wget https://download.phytec.de/Software/Linux/Yocto/Tools/phyLinux
 $ chmod +x phyLinux
 $ ./phyLinux init

 Choose your preferred configuration

 $ source openstlinux-init-phytec.sh

 Now you can build your image

 $ bitbake st-image-core
 $ bitbake st-image-weston
 $ bitbake st-bundle-weston


 You are also able to setup your build-environment the previous way:

 $ repo init -u git://git.phytec.de/phy2octo -b stm32mp2 -m BSP-Yocto-OpenSTLinux-STM32MP2-PD26.1.0 --reference=/home/share/repo_reference
 $ repo sync
 $ source openstlinux-init-phytec.sh
 $ bitbake st-image-weston
