瀏覽代碼

starfive-visionfive2: Fix PREFERRED_VERSION in machine config

PREFERRED_VERSION for linux-starfive-dev is change so that it is more generic
and do not need any changes when new commit is introduced. For GCC, Binutils
and glibc, they are changed to the generic variable which covers all of the
variants (e.g. crosssdk, native etc.). GCC version is updated as well as
upstream kirkstone gcc version is updated.

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 7 月之前
父節點
當前提交
584878c5e4
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      conf/machine/starfive-visionfive2.conf

+ 4 - 4
conf/machine/starfive-visionfive2.conf

@@ -22,10 +22,10 @@ PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa-pvr"
 PREFERRED_PROVIDER_virtual/libgles2 ?= "visionfive2-pvr-graphics"
 PREFERRED_PROVIDER_virtual/libomxil ?= "libsf-omxil"
 
-PREFERRED_VERSION_linux-starfive-dev = "5.15.0+gitAUTOINC+d9eee31aae"
-PREFERRED_VERSION_glibc ?= "2.35"
-PREFERRED_VERSION_gcc ?= "11.3.0"
-PREFERRED_VERSION_binutils ?= "2.38"
+PREFERRED_VERSION_linux-starfive-dev = "5.15%"
+GLIBCVERSION ?= "2.35"
+GCCVERSION ?= "11.4.0"
+BINUVERSION ?= "2.38"
 PREFERRED_VERSION_opensbi ?= "1.2"
 PREFERRED_VERSION_xserver-xorg = "1.20.13"