소스 검색

Create jh7110-devel branch for post silicon development stage

Based on jh7110_fpga_dev2 branch
Update submodule branch in .gitmodules
Update the linux repo url in buildroot config

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 2 년 전
부모
커밋
3e3b959af2
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 4
      .gitmodules
  2. 1 1
      conf/buildroot_initramfs_config

+ 4 - 4
.gitmodules

@@ -1,16 +1,16 @@
 [submodule "buildroot"]
 	path = buildroot
 	url = http://192.168.110.45/sdk/buildroot.git
-	branch = jh7110_fpga_dev_5.15
+	branch = jh7110-devel
 [submodule "u-boot"]
 	path = u-boot
 	url = http://192.168.110.45/sdk/u-boot.git
-	branch = CR_752_UPSTREAM_yanhong.wang
+	branch = jh7110-devel
 [submodule "linux"]
 	path = linux
 	url = http://192.168.110.45/sdk/linux.git
-	branch = jh7110_fpga_dev_5.15
+	branch = jh7110-5.15.y-devel
 [submodule "opensbi"]
 	path = opensbi
 	url = http://192.168.110.45/sdk/opensbi.git
-	branch = jh7110_fpga_dev
+	branch = jh7110-devel

+ 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/sdk/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="jh7110_fpga_dev_5.15"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="jh7110-5.15.y-devel"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y