Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] tcmode-default: bump GOVERSION to 1.24.0
@ 2025-03-02  4:53 Hongxu Jia
  2025-03-03  6:58 ` [OE-core] " Mathieu Dubois-Briand
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2025-03-02  4:53 UTC (permalink / raw)
  To: openembedded-core

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(-)

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}"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] tcmode-default: bump GOVERSION to 1.24.0
  2025-03-02  4:53 [PATCH] tcmode-default: bump GOVERSION to 1.24.0 Hongxu Jia
@ 2025-03-03  6:58 ` Mathieu Dubois-Briand
  2025-03-03  7:15   ` Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2025-03-03  6:58 UTC (permalink / raw)
  To: hongxu.jia, openembedded-core

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?

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] tcmode-default: bump GOVERSION to 1.24.0
  2025-03-03  6:58 ` [OE-core] " Mathieu Dubois-Briand
@ 2025-03-03  7:15   ` Hongxu Jia
  0 siblings, 0 replies; 3+ messages in thread
From: Hongxu Jia @ 2025-03-03  7:15 UTC (permalink / raw)
  To: Mathieu Dubois-Briand, hongxu.jia, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2199 bytes --]

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
>

[-- Attachment #2: Type: text/html, Size: 4910 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-03  7:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02  4:53 [PATCH] tcmode-default: bump GOVERSION to 1.24.0 Hongxu Jia
2025-03-03  6:58 ` [OE-core] " Mathieu Dubois-Briand
2025-03-03  7:15   ` Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox