Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-29 Thread Manjukumar Harthikote Matha
gt; > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Niko > > > Mauno > > > Sent: Monday, January 29, 2018 9:47 AM > > > To: openembedded-core@lists.openembedded.org > > > Cc: Niko Mauno <niko.ma...@vaisala.com> > > &

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-29 Thread Denys Dmytriyenko
On Wed, Mar 28, 2018 at 06:50:03PM +0200, Luca Ceresoli wrote: > Hi Ross, > > On 28/03/2018 17:23, Burton, Ross wrote: > > Please backport the patch to rocko and submit it to the list. > > OK, thanks. > Just sent. Thanks! Looking forward to getting it merged to Rocko. -- Denys --

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-29 Thread Denys Dmytriyenko
> Sent: Monday, January 29, 2018 9:47 AM > > To: openembedded-core@lists.openembedded.org > > Cc: Niko Mauno <niko.ma...@vaisala.com> > > Subject: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS > > > > This mitigates following issues during

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Luca Ceresoli
Hi Ross, On 28/03/2018 17:23, Burton, Ross wrote: > Please backport the patch to rocko and submit it to the list. OK, thanks. Just sent. -- Luca -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Burton, Ross
Please backport the patch to rocko and submit it to the list. Ross On 28 March 2018 at 15:55, Luca Ceresoli wrote: > Hi, > > On 29/01/2018 18:47, Niko Mauno wrote: >> This mitigates following issues during u-boot do_compile() step -- >> otherwise, if comm is not

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Luca Ceresoli
Hi, On 29/01/2018 18:47, Niko Mauno wrote: > This mitigates following issues during u-boot do_compile() step -- > otherwise, if comm is not available, they are quietly ignored: > > .../scripts/check-config.sh: line 33: comm: command not found > .../scripts/check-config.sh: line 39: comm:

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-02-01 Thread Burton, Ross
On 1 February 2018 at 14:39, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 02/01/2018 01:36 PM, Mauno Niko wrote: > >> Before we can declare that, we need to look what comm is actually used >>> for during build, and why its absence is not a problem and doesn't cause >>>

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-02-01 Thread Alexander Kanavin
On 02/01/2018 01:36 PM, Mauno Niko wrote: Before we can declare that, we need to look what comm is actually used for during build, and why its absence is not a problem and doesn't cause errors. Consider also that using comm from host may break reproducibility, if absence or presence of comm on

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-02-01 Thread Mauno Niko
On 01/30/2018 04:20 PM, Alexander Kanavin wrote: > On 01/30/2018 09:07 AM, Khem Raj wrote: > >>> I disagree. Expanding HOSTTOOLS just to cater to the needs of a >>> single recipe is not optimal, IMO. >> >> alternative are >> build time dep on coreutils-native. >> fix uboot script to not use comm

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-30 Thread Manjukumar Harthikote Matha
Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS > > > > On 1/29/18 10:38 PM, Alexander Kanavin wrote: > > On 01/29/2018 07:47 PM, Niko Mauno wrote: > >> This mitigates following issues during u-boot do_compile() step -- > >> otherwise, if comm is not avai

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-30 Thread Alexander Kanavin
On 01/30/2018 09:07 AM, Khem Raj wrote: I disagree. Expanding HOSTTOOLS just to cater to the needs of a single recipe is not optimal, IMO. alternative are build time dep on coreutils-native. fix uboot script to not use comm do not invoke check-config.sh at all. none of them are any better.

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-29 Thread Khem Raj
On 1/29/18 10:38 PM, Alexander Kanavin wrote: On 01/29/2018 07:47 PM, Niko Mauno wrote: This mitigates following issues during u-boot do_compile() step -- otherwise, if comm is not available, they are quietly ignored:    .../scripts/check-config.sh: line 33: comm: command not found   

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-29 Thread Alexander Kanavin
On 01/29/2018 07:47 PM, Niko Mauno wrote: This mitigates following issues during u-boot do_compile() step -- otherwise, if comm is not available, they are quietly ignored: .../scripts/check-config.sh: line 33: comm: command not found .../scripts/check-config.sh: line 39: comm: command not

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-29 Thread Manjukumar Harthikote Matha
: Niko Mauno <niko.ma...@vaisala.com> > Subject: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS > > This mitigates following issues during u-boot do_compile() step -- otherwise, > if > comm is not available, they are quietly ignored: > > .../scripts/check-config.sh:

[OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-01-29 Thread Niko Mauno
This mitigates following issues during u-boot do_compile() step -- otherwise, if comm is not available, they are quietly ignored: .../scripts/check-config.sh: line 33: comm: command not found .../scripts/check-config.sh: line 39: comm: command not found Since 'comm' is provided by coreutils