Message ID | 20250302045339.3836626-1-hongxu.jia@windriver.com |
---|---|
State | Accepted, archived |
Commit | 939449cfcb4a920132145d2ad1212bac3acb1baa |
Headers | show |
Series | tcmode-default: bump GOVERSION to 1.24.0 | expand |
On Sun Mar 2, 2025 at 5:53 AM CET, hongxu via lists.openembedded.org wrote: > Due to we have upgraded go to 1.24.0, we should also bump GOVERSION > to fix preferred version warning > ... > WARNING: preferred version 1.22% of go not available (for item go) > WARNING: versions of go available: 1.24.0 > ... > > Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> > --- Hi, Thanks for your patch. It looks like we got some warnings because of the Go preferred versions: stdio: WARNING: preferred version 1.24% of go-cross-core2-64 not available (for item go-cross-core2-64) stdio: WARNING: versions of go-cross-core2-64 available: 1.22.12 https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1109/steps/13/logs/stdio Can you have a look at this issue please?
On 3/3/25 14:58, Mathieu Dubois-Briand wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > On Sun Mar 2, 2025 at 5:53 AM CET, hongxu via lists.openembedded.org wrote: >> Due to we have upgraded go to 1.24.0, we should also bump GOVERSION >> to fix preferred version warning >> ... >> WARNING: preferred version 1.22% of go not available (for item go) >> WARNING: versions of go available: 1.24.0 >> ... >> >> Signed-off-by: Hongxu Jia<hongxu.jia@windriver.com> >> --- > Hi, > > Thanks for your patch. > > It looks like we got some warnings because of the Go preferred versions: > > stdio: WARNING: preferred version 1.24% of go-cross-core2-64 not available (for item go-cross-core2-64) > stdio: WARNING: versions of go-cross-core2-64 available: 1.22.12 > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1109/steps/13/logs/stdio > > Can you have a look at this issue please? This patch is based on original patch `go: upgrade 1.22.12 -> 1.24.0' which has been added to master-next branch [1] by RP The series contains 4 patches in master-next [2] 23 hours tcmode-default: bump GOVERSION to 1.24.0 <https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=23897853d750e493aa1461b622eed1ac956d9f96> hongxu 23 hours go: remove support for GOROOT_FINAL <https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=c9f9ade2a6d63d024ece10b9226a930afca7bf97> Hongxu Jia 23 hours go: fix buildpath issue for go-runtime <https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=f4563bc67d2b0eacdbce3cbcc92a1fe124f105cf> Hongxu Jia 23 hours go: upgrade 1.22.12 -> 1.24.0 <https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=a983d5ccd208ef75d0e53135f0eaae766df5015a> Hongxu Jia [1] https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=a983d5ccd208ef75d0e53135f0eaae766df5015a [2] https://git.openembedded.org/openembedded-core/log/?h=master-next //Hongxu > -- > Mathieu Dubois-Briand, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com >
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 13f31d46de..d719b14b26 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -27,7 +27,7 @@ GDBVERSION ?= "16.%" GLIBCVERSION ?= "2.41%" LINUXLIBCVERSION ?= "6.12%" QEMUVERSION ?= "9.2%" -GOVERSION ?= "1.22%" +GOVERSION ?= "1.24%" RUSTVERSION ?= "1.82%" PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
Due to we have upgraded go to 1.24.0, we should also bump GOVERSION to fix preferred version warning ... WARNING: preferred version 1.22% of go not available (for item go) WARNING: versions of go available: 1.24.0 ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)