- #!/bin/bash
- repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-6.1-yocto-mickledore-mpu-v24.06.26
- repo sync
- DISTRO=openstlinux-weston source layers/meta-st/scripts/envsetup.sh
- bitbake-layers add-layer ~/build/meta-optee-patch/
- bitbake st-image-weston
- #exec bash
|