소스 검색

add build script

Nicolas Winkler 5 달 전
부모
커밋
b1500a8511
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      build/script.sh

+ 16 - 0
build/script.sh

@@ -0,0 +1,16 @@
+#!/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
+
+
+
+
+