I think this reveals that go packaging needs to be addressed for multilib On Fri, Dec 19, 2025 at 6:31 AM Changqing Li <[email protected]> wrote:
> Hi, Khem > > go is added by you in this commit: > > > https://git.openembedded.org/openembedded-core/commit/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb?id=14db3e42faf28b8157a04435ea74e86b5e7d440a > > Could you help to double check this is necessary? Thanks > > //Changqing > > On 12/19/25 18:29, Changqing Li via lists.openembedded.org wrote: > > From: Changqing Li <[email protected]> > > > > This is for fixing the following error of 'bitbake meta-go-toolchain' > > when multilib is enabled: > > Error: Transaction test error: > > file /usr/bin/go conflicts between attempted installs of > go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32 > > file /usr/bin/gofmt conflicts between attempted installs of > go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32 > > > > Package go only contains some tools, it is not needed to be installed > > into sdk, target go tools is not expected to be used in sdk. > > > > Signed-off-by: Changqing Li <[email protected]> > > --- > > meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/meta/recipes-core/packagegroups/ > packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/ > packagegroup-go-sdk-target.bb > > index c03918acc8..52dba3d2ff 100644 > > --- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb > > +++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb > > @@ -3,7 +3,6 @@ SUMMARY = "Target packages for the Go SDK" > > inherit packagegroup goarch > > > > RDEPENDS:${PN} = " \ > > - go \ > > go-runtime \ > > go-runtime-dev \ > > " > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228213): https://lists.openembedded.org/g/openembedded-core/message/228213 Mute This Topic: https://lists.openembedded.org/mt/116857356/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
