Browse Source

gitmodules: update submodules url and branch

Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com>
jianlonghuang 2 years ago
parent
commit
96c4a80303
3 changed files with 10 additions and 11 deletions
  1. 5 6
      .gitmodules
  2. 3 3
      README.md
  3. 2 2
      conf/buildroot_initramfs_config

+ 5 - 6
.gitmodules

@@ -1,17 +1,16 @@
 [submodule "buildroot"]
 [submodule "buildroot"]
 	path = buildroot
 	path = buildroot
-	url = http://192.168.110.45/jh7100/buildroot.git
+	url = git@github.com:starfive-tech/sft-riscv-buildroot.git
 	branch = JH7100_VisionFive_OH_dev
 	branch = JH7100_VisionFive_OH_dev
 [submodule "HiFive_U-Boot"]
 [submodule "HiFive_U-Boot"]
 	path = HiFive_U-Boot
 	path = HiFive_U-Boot
-	url = http://192.168.110.45/jh7100/u-boot.git
+	url = git@github.com:starfive-tech/u-boot.git
 	branch = JH7100_VisionFive_OH_dev
 	branch = JH7100_VisionFive_OH_dev
 [submodule "linux"]
 [submodule "linux"]
 	path = linux
 	path = linux
-	url = http://192.168.110.45/jh7100/linux.git
-	branch = JH7100_VisionFive_OH_release
+	url = git@github.com:starfive-tech/linux.git
+	branch = JH7100_VisionFive_OH_dev
 [submodule "opensbi"]
 [submodule "opensbi"]
 	path = opensbi
 	path = opensbi
-	url = http://192.168.110.45/jh7100/opensbi.git
+	url = git@github.com:starfive-tech/opensbi.git
 	branch = master
 	branch = master
-

+ 3 - 3
README.md

@@ -25,9 +25,9 @@ Install required additional packages.
 
 
 ## Fetch code Instructions ##
 ## Fetch code Instructions ##
 
 
-Checkout this repository  (branch `JH7100_VisionFive_OH_release`). Then you will need to checkout all of the linked submodules using:
+Checkout this repository  (branch `JH7100_VisionFive_OH_dev`). Then you will need to checkout all of the linked submodules using:
 
 
-	$ git checkout --track origin/JH7100_VisionFive_OH_release
+	$ git checkout --track origin/JH7100_VisionFive_OH_dev
 	$ git submodule update --init --recursive
 	$ git submodule update --init --recursive
 
 
 This will take some time and require around 5GB of disk space. Some modules may
 This will take some time and require around 5GB of disk space. Some modules may
@@ -38,7 +38,7 @@ Once the submodules are initialized, 4 submodules `buildroot`, `HiFive_U-boot`,
 
 
 	$ cd buildroot && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
 	$ cd buildroot && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
 	$ cd HiFive_U-Boot && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
 	$ cd HiFive_U-Boot && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
-	$ cd linux && git checkout --track origin/JH7100_VisionFive_OH_release && cd ..
+	$ cd linux && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
 	$ cd opensbi && git checkout master && cd ..
 	$ cd opensbi && git checkout master && cd ..
 
 
 ## Build Instructions ##
 ## Build Instructions ##

+ 2 - 2
conf/buildroot_initramfs_config

@@ -1,8 +1,8 @@
 BR2_riscv=y
 BR2_riscv=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
 BR2_KERNEL_HEADERS_CUSTOM_GIT=y
 BR2_KERNEL_HEADERS_CUSTOM_GIT=y
-BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="http://192.168.110.45/jh7100/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="JH7100_VisionFive_OH_release"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="https://github.com/starfive-tech/linux.git"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="JH7100_VisionFive_OH_dev"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y