Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Denys Dmytriyenko
On Tue, Feb 20, 2018 at 10:28:47AM -0800, Khem Raj wrote: > On Tue, Feb 20, 2018 at 8:17 AM, Denys Dmytriyenko wrote: > > On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: > >> On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa > >> wrote: > >> > >> >

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On Tue, Feb 20, 2018 at 8:17 AM, Denys Dmytriyenko wrote: > On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: >> On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: >> >> > I'm OK with adding bison-native for all versions. >> >> As long we know

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Denys Dmytriyenko
On Tue, Feb 20, 2018 at 04:08:06PM +, Khem Raj wrote: > On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: > > > I'm OK with adding bison-native for all versions. > > As long we know that there are no side effects of this dep in kernel builds You do realize that

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On Tue, Feb 20, 2018 at 7:41 AM Martin Jansa wrote: > I'm OK with adding bison-native for all versions. > As long we know that there are no side effects of this dep in kernel builds > > When we added bc-native 2+ years ago: > commit

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Martin Jansa
I'm OK with adding bison-native for all versions. When we added bc-native 2+ years ago: commit c067e52cffe002de3b39aa1bced308dd532859c1 Author: Alejandro Hernandez Date: Thu Oct 2 15:33:23 2014 -0500 kernel: Added bc-native as DEPENDS The makefile

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Otavio Salvador
On Tue, Feb 20, 2018 at 7:10 AM, Khem Raj wrote: > On 2/19/18 5:20 PM, Denys Dmytriyenko wrote: >> >> On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: >>> >>> On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko >>> wrote: From: Denys

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-20 Thread Khem Raj
On 2/19/18 5:20 PM, Denys Dmytriyenko wrote: On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Explicitly depend on bison-native for deterministic builds, as it

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Denys Dmytriyenko
On Mon, Feb 19, 2018 at 09:36:22PM -0300, Otavio Salvador wrote: > On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Explicitly depend on bison-native for deterministic builds, as it is > > required > > for the build: >

Re: [OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Otavio Salvador
On Mon, Feb 19, 2018 at 8:54 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Explicitly depend on bison-native for deterministic builds, as it is required > for the build: > > | HOSTCC scripts/basic/fixdep > | GEN ./Makefile > | HOSTCC

[OE-core] [PATCH] kernel.bbclass: explicitly depend on bison-native for deterministic builds

2018-02-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Explicitly depend on bison-native for deterministic builds, as it is required for the build: | HOSTCC scripts/basic/fixdep | GEN ./Makefile | HOSTCC scripts/kconfig/conf.o | YACCscripts/kconfig/zconf.tab.c | /bin/sh: bison: command not