Browse Source

add build script

Nicolas Winkler 5 tháng trước cách đây
mục cha
commit
b1500a8511
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  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
+
+
+
+
+