소스 검색

buildroot config: update kernel header repo branch

  update BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION

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

+ 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="https://github.com/starfive-tech/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="beaglev-5.13.y_multimedia"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="visionfive-5.13.y-devel"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y

+ 1 - 1
conf/buildroot_rootfs_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="https://github.com/starfive-tech/linux.git"
-BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="beaglev-5.13.y_multimedia"
+BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="visionfive-5.13.y-devel"
 BR2_PACKAGE_GLIBC_UTILS=y
 BR2_GCC_VERSION_10_X=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y