script.sh 312 B

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