Przeglądaj źródła

gitmodules: update linux branch

Signed-off-by: jianlonghuang <jianlong.huang@starfivetech.com>
jianlonghuang 2 lat temu
rodzic
commit
6939c2a82f
3 zmienionych plików z 5 dodań i 5 usunięć
  1. 1 1
      .gitmodules
  2. 3 3
      README.md
  3. 1 1
      conf/buildroot_initramfs_config

+ 1 - 1
.gitmodules

@@ -9,7 +9,7 @@
 [submodule "linux"]
 	path = linux
 	url = http://192.168.110.45/jh7100/linux.git
-	branch = vic_starlight
+	branch = JH7100_VisionFive_OH_release
 [submodule "opensbi"]
 	path = opensbi
 	url = http://192.168.110.45/jh7100/opensbi.git

+ 3 - 3
README.md

@@ -25,9 +25,9 @@ Install required additional packages.
 
 ## Fetch code Instructions ##
 
-Checkout this repository  (branch `JH7100_VisionFive_OH_dev`). Then you will need to checkout all of the linked submodules using:
+Checkout this repository  (branch `JH7100_VisionFive_OH_release`). Then you will need to checkout all of the linked submodules using:
 
-	$ git checkout --track origin/JH7100_VisionFive_OH_dev
+	$ git checkout --track origin/JH7100_VisionFive_OH_release
 	$ git submodule update --init --recursive
 
 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 HiFive_U-Boot && git checkout --track origin/JH7100_VisionFive_OH_dev && cd ..
-	$ cd linux && git checkout --track origin/vic_starlight && cd ..
+	$ cd linux && git checkout --track origin/JH7100_VisionFive_OH_release && cd ..
 	$ cd opensbi && git checkout master && cd ..
 
 ## Build Instructions ##

+ 1 - 1
conf/buildroot_initramfs_config

@@ -2,7 +2,7 @@ BR2_riscv=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=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="vic_starlight"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="JH7100_VisionFive_OH_release"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y