Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-10 Thread Ruslan Bilovol
On 05/08/2016 08:06 PM, Khem Raj wrote: On May 8, 2016, at 6:00 AM, Marek Vasut wrote: The oldest kernel version for nios2 is 3.19.0, set it so, otherwise qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old" message from glibc. Signed-off-by: Marek Vasut Cc: Richard Purdie --- m

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Marek Vasut
On 05/08/2016 08:13 PM, Khem Raj wrote: > I will just fold it into my series. OK, thanks :) > On Sun, May 8, 2016 at 10:55 AM, Marek Vasut wrote: >> On 05/08/2016 07:31 PM, Khem Raj wrote: >>> I was just trying to avoid patch conflict :) >> >> If you want me to repost updated patch, just let me

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Khem Raj
I will just fold it into my series. On Sun, May 8, 2016 at 10:55 AM, Marek Vasut wrote: > On 05/08/2016 07:31 PM, Khem Raj wrote: >> I was just trying to avoid patch conflict :) > > If you want me to repost updated patch, just let me know, but the fix > will be really trivial in this case ;-) > >

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Marek Vasut
On 05/08/2016 07:31 PM, Khem Raj wrote: > I was just trying to avoid patch conflict :) If you want me to repost updated patch, just let me know, but the fix will be really trivial in this case ;-) > On Sun, May 8, 2016 at 10:19 AM Marek Vasut > wrote: > > On 05/08/2016

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Khem Raj
I was just trying to avoid patch conflict :) On Sun, May 8, 2016 at 10:19 AM Marek Vasut wrote: > On 05/08/2016 07:06 PM, Khem Raj wrote: > > > >> On May 8, 2016, at 6:00 AM, Marek Vasut wrote: > >> > >> The oldest kernel version for nios2 is 3.19.0, set it so, otherwise > >> qemu-nios2 -r ${OL

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Marek Vasut
On 05/08/2016 07:06 PM, Khem Raj wrote: > >> On May 8, 2016, at 6:00 AM, Marek Vasut wrote: >> >> The oldest kernel version for nios2 is 3.19.0, set it so, otherwise >> qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old" >> message from glibc. >> >> Signed-off-by: Marek Vasut >> Cc

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Khem Raj
> On May 8, 2016, at 6:00 AM, Marek Vasut wrote: > > The oldest kernel version for nios2 is 3.19.0, set it so, otherwise > qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old" > message from glibc. > > Signed-off-by: Marek Vasut > Cc: Richard Purdie > --- > meta/conf/bitbake.conf

[OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-08 Thread Marek Vasut
The oldest kernel version for nios2 is 3.19.0, set it so, otherwise qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old" message from glibc. Signed-off-by: Marek Vasut Cc: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbak