On Thu, 20 Dec 2018 at 11:00, Matt Madison wrote:
>
> On Thu, Dec 20, 2018 at 6:02 AM Damien Riegel wrote:
> >
> > On Thu, 20 Dec 2018 at 07:53, Matt Madison wrote:
> > >
> > > On Wed, Dec 19, 2018 at 5:52 PM Damien Riegel
> > > wrote:
> > > >
> > > > On Wed, 19 Dec 2018 at 16:41, Matt Madison
On Thu, Dec 20, 2018 at 6:02 AM Damien Riegel wrote:
>
> On Thu, 20 Dec 2018 at 07:53, Matt Madison wrote:
> >
> > On Wed, Dec 19, 2018 at 5:52 PM Damien Riegel
> > wrote:
> > >
> > > On Wed, 19 Dec 2018 at 16:41, Matt Madison wrote:
> > > >
> > > > On Wed, Dec 19, 2018 at 9:51 AM Damien Riege
On Thu, 20 Dec 2018 at 07:53, Matt Madison wrote:
>
> On Wed, Dec 19, 2018 at 5:52 PM Damien Riegel wrote:
> >
> > On Wed, 19 Dec 2018 at 16:41, Matt Madison wrote:
> > >
> > > On Wed, Dec 19, 2018 at 9:51 AM Damien Riegel
> > > wrote:
> > > >
> > > > To package a go application in Yocto, one
On Wed, Dec 19, 2018 at 5:52 PM Damien Riegel wrote:
>
> On Wed, 19 Dec 2018 at 16:41, Matt Madison wrote:
> >
> > On Wed, Dec 19, 2018 at 9:51 AM Damien Riegel
> > wrote:
> > >
> > > To package a go application in Yocto, one needs to also package its
> > > dependencies to keep the build reprod
On Wed, 19 Dec 2018 at 16:41, Matt Madison wrote:
>
> On Wed, Dec 19, 2018 at 9:51 AM Damien Riegel wrote:
> >
> > To package a go application in Yocto, one needs to also package its
> > dependencies to keep the build reproducible and under control. The
> > default install task of the go class pu
On Wed, Dec 19, 2018 at 9:51 AM Damien Riegel wrote:
>
> To package a go application in Yocto, one needs to also package its
> dependencies to keep the build reproducible and under control. The
> default install task of the go class puts the source in ${libdir}/go/src.
>
> ${libdir}/go/src is wher
To package a go application in Yocto, one needs to also package its
dependencies to keep the build reproducible and under control. The
default install task of the go class puts the source in ${libdir}/go/src.
${libdir}/go/src is where the standard go packages resides, aka $GOROOT.
When a go packag