Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
6180f41dcd
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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