Browse Source

dubhe: starfive-dubhe.conf: Update all packages/toolchains preferred version

Signed-off-by: weiheng.cheng <weiheng.cheng@starfivetech.com>
weiheng.cheng 4 months ago
parent
commit
987c4e6278
1 changed files with 6 additions and 6 deletions
  1. 6 6
      conf/machine/starfive-dubhe.conf

+ 6 - 6
conf/machine/starfive-dubhe.conf

@@ -3,7 +3,7 @@
 #@SOC: Dubhe default
 #@DESCRIPTION: Machine configuration for the Dubhe default config
 
-LLVMVERSION = "16.0.5"
+LLVMVERSION = "17.0.0"
 CLANGSDK = "1"
 EXTRA_IMAGEDEPENDS:append = " llvm file-native rpm-native popt-native openocd-native u-boot-starfive"
 EXTRA_IMAGE_FEATURES:append = " dbg-pkgs tools-profile"
@@ -40,17 +40,17 @@ INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma"
 INITRAMFS_MAXSIZE = "524288"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-starfive-dev"
-PREFERRED_VERSION_linux-starfive-dev = "6.1%"
+PREFERRED_VERSION_linux-starfive-dev = "6.6%"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-starfive"
 RISCV_SBI_PLAT = "generic"
 
 QEMU_EXTRAOPTIONS:riscv64 = " -cpu rv64,x-b=true,x-v=true"
 
-GLIBCVERSION = "2.36"
-BINUVERSION = "2.39"
-GCCVERSION = "12.2.0"
+GLIBCVERSION = "2.38%"
+BINUVERSION = "2.41"
+GCCVERSION = "13.2.0"
 QEMUVERSION = "7.2.0"
-PREFERRED_VERSION_opensbi = "1.2"
+PREFERRED_VERSION_opensbi = "1.4"
 PREFERRED_VERSION_gdb = "13.2"
 PREFERRED_VERSION_openocd = "riscv"
 PREFERRED_VERSION_openocd-native = "riscv"