Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-30 Thread Richard Purdie
On Thu, 2017-03-30 at 00:52 +0200, Andrea Adami wrote: > On Thu, Mar 30, 2017 at 12:24 AM, Richard Purdie > wrote: > > > > On Wed, 2017-03-29 at 23:09 +0200, Andreas Oberritter wrote: > > > > > > On Wed, 29 Mar 2017 22:45:17 +0200 > > > Andrea Adami wrote: > > > > > > > > > > > > > > > Spott

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Andrea Adami
On Thu, Mar 30, 2017 at 12:24 AM, Richard Purdie wrote: > On Wed, 2017-03-29 at 23:09 +0200, Andreas Oberritter wrote: >> On Wed, 29 Mar 2017 22:45:17 +0200 >> Andrea Adami wrote: >> >> > >> > Spotted in log do_compile of linux: >> > >> > /tmp/build/tmp-glibc/work-shared/c7x0/kernel- >> > source

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Richard Purdie
On Wed, 2017-03-29 at 23:09 +0200, Andreas Oberritter wrote: > On Wed, 29 Mar 2017 22:45:17 +0200 > Andrea Adami wrote: > > > > > Spotted in log do_compile of linux: > > > >  /tmp/build/tmp-glibc/work-shared/c7x0/kernel- > > source/scripts/mkcompile_h: > >  line 46: whoami: command not found >

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Mark Hatle
On 3/29/17 4:09 PM, Andreas Oberritter wrote: > On Wed, 29 Mar 2017 22:45:17 +0200 > Andrea Adami wrote: > >> Spotted in log do_compile of linux: >> >> /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h: >> line 46: whoami: command not found > > As an alternative, we could

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Andreas Oberritter
On Wed, 29 Mar 2017 22:45:17 +0200 Andrea Adami wrote: > Spotted in log do_compile of linux: > > /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h: > line 46: whoami: command not found As an alternative, we could set KBUILD_BUILD_USER (and possibly KBUILD_BUILD_HOST) to

Re: [OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Mark Hatle
On 3/29/17 3:45 PM, Andrea Adami wrote: > Spotted in log do_compile of linux: > > /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h: > line 46: whoami: command not found We should not be embedding 'whoami' type information into compiled executables. I'd almost suggest thi

[OE-core] [PATCH] bitbake.conf: add whoami to HOSTTOOLS

2017-03-29 Thread Andrea Adami
Spotted in log do_compile of linux: /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h: line 46: whoami: command not found Signed-off-by: Andrea Adami --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/m