Bläddra i källkod

git repo: add soft_3rdpart repository as a submodules

After move the soft_3rdpart directory from the usdk to individual
repository, then need to add it to the usdk as a submodule

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 1 år sedan
förälder
incheckning
da973ce078
3 ändrade filer med 7 tillägg och 1 borttagningar
  1. 4 0
      .gitmodules
  2. 2 1
      README.md
  3. 1 0
      soft_3rdpart

+ 4 - 0
.gitmodules

@@ -14,3 +14,7 @@
 	path = opensbi
 	url = git@192.168.110.45:sdk/opensbi.git
 	branch = master
+[submodule "soft_3rdpart"]
+	path = soft_3rdpart
+	url = git@192.168.110.45:sdk/soft_3rdpart.git
+	branch = jh7110-devel

+ 2 - 1
README.md

@@ -39,13 +39,14 @@ In case someone run `git clone git@gitlab.starfivetech.com:sdk/freelight-u-sdk.g
 
 This will take some time and require around 7GB of disk space. Some modules may fail because certain dependencies don't have the best git hosting. The only solution is to wait and try again later (or ask someone for a copy of that source repository).
 
-For user who build the release tag version, the above command is enough. For developer, need to switch the 4 submodules `buildroot`, `u-boot`, `linux`, `opensbi` to correct branch manually, or refer to `.gitmodule`
+For user who build the release tag version, the above command is enough. For developer, need to switch the 5 submodules `buildroot`, `u-boot`, `linux`, `opensbi`, `soft_3rdpart` to correct branch manually, or refer to `.gitmodule`
 
 ```
 $ cd buildroot && git checkout jh7110-devel && cd ..
 $ cd u-boot && git checkout jh7110-master && cd ..
 $ cd linux && git checkout jh7110-5.15.y-devel && cd ..
 $ cd opensbi && git checkout master && cd ..
+$ cd soft_3rdpart && git checkout jh7110-devel && cd ..
 ```
 
 ## Quick Build Instructions

+ 1 - 0
soft_3rdpart

@@ -0,0 +1 @@
+Subproject commit ae68b667e771ef26b2c57fe827b092d4d164e446