From: "Bratiranjan Acharya" <bratiranjan12@gmail.com>
To: "Jonas Fredriksson" <jonas.fredriksson92@gmail.com>,
yocto@lists.yoctoproject.org
Subject: Re: [yocto] How to include full Golang build support in SDK?
Date: Mon, 27 May 2024 00:16:07 -0700 [thread overview]
Message-ID: <22769.1716794167619610605@lists.yoctoproject.org> (raw)
In-Reply-To: <Hm8U.1716791719153851376.1lBm@lists.yoctoproject.org>
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
Hi,
As per my understanding please try these things
1)locate where the Go source files are installed on your system, maybe in $GOROOT/src d irectory.
2)You may need to include this to your sdk to ensure it is added.
May need to add this line to, your recipe
*FILES:${PN}-dev += "${datadir}/go/src"*
Then try to rebuild your SDK.
Thanks & Regards
Brati
[-- Attachment #2: Type: text/html, Size: 6383 bytes --]
next prev parent reply other threads:[~2024-05-27 7:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 6:35 How to include full Golang build support in SDK? Jonas Fredriksson
2024-05-27 7:16 ` Bratiranjan Acharya [this message]
2024-05-27 7:21 ` [yocto] " Jonas Fredriksson
2024-05-27 7:25 ` Janne Kiiskila
2024-05-27 9:26 ` Jonas Fredriksson
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=22769.1716794167619610605@lists.yoctoproject.org \
--to=bratiranjan12@gmail.com \
--cc=jonas.fredriksson92@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/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.