From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 823C1C25B74 for ; Mon, 27 May 2024 07:16:11 +0000 (UTC) Subject: Re: [yocto] How to include full Golang build support in SDK? To: "Jonas Fredriksson" , yocto@lists.yoctoproject.org From: "Bratiranjan Acharya" X-Originating-Location: Mumbai, Maharashtra, IN (52.95.75.29) X-Originating-Platform: Windows Chrome 125 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Mon, 27 May 2024 00:16:07 -0700 References: In-Reply-To: Message-ID: <22769.1716794167619610605@lists.yoctoproject.org> Content-Type: multipart/alternative; boundary="GEkOiQuPxiwZ4drZrPCq" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 27 May 2024 07:16:11 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/63201 --GEkOiQuPxiwZ4drZrPCq Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 +=3D "${datadir}/go/src"* Then try to rebuild your SDK. Thanks & Regards Brati --GEkOiQuPxiwZ4drZrPCq Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Hi,

As per my understanding please try these things 

irectory.
2)You may need= to include this to your sdk to ensure it is added.

FILES:${PN}-dev +=3D "${da= tadir}/go/src"