From: <Randy.MacLeod@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: <raj.khem@gmail.com>, <bruce.ashfield@gmail.com>
Subject: [PATCH 2/2] tcmode-default: eliminate needless 'go' defaults
Date: Thu, 6 Mar 2025 13:55:51 -0500 [thread overview]
Message-ID: <20250306185551.1758417-2-Randy.MacLeod@windriver.com> (raw)
In-Reply-To: <20250306185551.1758417-1-Randy.MacLeod@windriver.com>
From: Randy MacLeod <Randy.MacLeod@windriver.com>
Manually setting preferred version/provider is not required so remove that for 'go'.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
meta/conf/distro/include/tcmode-default.inc | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index ce0c8235e4..702fa4d75f 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -14,7 +14,6 @@ SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.44%"
GLIBCVERSION ?= "2.41%"
LINUXLIBCVERSION ?= "6.12%"
-GOVERSION ?= "1.24%"
RUSTVERSION ?= "1.83%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
@@ -46,20 +45,6 @@ PREFERRED_VERSION_glibc-scripts ?= "${GLIBCVERSION}"
PREFERRED_VERSION_nativesdk-glibc ?= "${GLIBCVERSION}"
PREFERRED_VERSION_cross-localedef-native ?= "${GLIBCVERSION}"
-# Bootstrap Go using a binary release from golang.org. If you want to bootstrap
-# from source using the C-implemented Go 1.4 (only supports x86-64 hosts) then use
-# go-native.
-PREFERRED_PROVIDER_go-native ?= "go-binary-native"
-PREFERRED_VERSION_virtual/${TARGET_PREFIX}go ?= "${GOVERSION}"
-PREFERRED_VERSION_go-cross-${TUNE_PKGARCH} ?= "${GOVERSION}"
-PREFERRED_VERSION_go-crosssdk-${SDK_ARCH} ?= "${GOVERSION}"
-PREFERRED_VERSION_go-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GOVERSION}"
-PREFERRED_VERSION_go ?= "${GOVERSION}"
-PREFERRED_VERSION_go-native ?= "${GOVERSION}"
-PREFERRED_VERSION_go-runtime ?= "${GOVERSION}"
-PREFERRED_VERSION_nativesdk-go ?= "${GOVERSION}"
-PREFERRED_VERSION_nativesdk-go-runtime ?= "${GOVERSION}"
-
# Rust toolchain preferred versions:
PREFERRED_VERSION_cargo ?= "${RUSTVERSION}"
--
2.34.1
next prev parent reply other threads:[~2025-03-06 18:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-06 18:55 [PATCH 1/2] tcmode-default: eliminate needless gdb, qemu defaults Randy.MacLeod
2025-03-06 18:55 ` Randy.MacLeod [this message]
2025-03-06 23:24 ` Khem Raj
2025-03-07 1:39 ` Randy MacLeod
2025-03-07 16:48 ` Khem Raj
2025-03-07 17:02 ` [OE-core] " Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250306185551.1758417-2-Randy.MacLeod@windriver.com \
--to=randy.macleod@windriver.com \
--cc=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.