소스 검색

IOT2050_V2_201 mit funktionierender ttyX30

Reinhard Russinger 2 년 전
부모
커밋
14a5b26236
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 1
      MakeBuildrootEnv.sh
  2. 1 1
      board/PSG/iot2050/BUILD

+ 4 - 1
MakeBuildrootEnv.sh

@@ -4,12 +4,15 @@ cd ..
 rm -rf buildroot
 git clone https://github.com/buildroot/buildroot.git
 cd buildroot
-#git checkout 2021.11.3
+git checkout 2023.02.x
 #==== Patches
 for i in ../PSG/patches/*.patch
 do
         echo "==Apply patch : <$i> =="
         patch -p1 < $i
+        git add .
+	git commit -m "PSG Patch :<$i> =="
+
 done
 #----
 chmod a+x *.sh

+ 1 - 1
board/PSG/iot2050/BUILD

@@ -1 +1 @@
-IOT2050_V2_200
+IOT2050_V2_201