Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Otavio Salvador
On Thu, Nov 15, 2018 at 9:35 AM Martin Jansa wrote: > yes fw-utils is similar, but has different dependencies and builds slightly > differently. fw-utils use the machine setup to find the default environment to use, so it is indeed machine specific. -- Otavio Salvador

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Stefano Babic
On 15/11/18 06:05, Alexey Brodkin wrote: > Hi Khem, > > On Wed, 2018-11-14 at 20:57 -0800, Khem Raj wrote: >> On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin >> wrote: >>> This utility is used for creation of images containing >>> usable in run-time U-Boot environment. >>> >>> As of today this uti

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Alexey Brodkin
Hi Martin, On Thu, 2018-11-15 at 10:27 +0100, Martin Jansa wrote: > On Thu, Nov 15, 2018 at 05:15:03AM +, Alexey Brodkin wrote: > > Hi Marek, [snip] > > > Reviewed-by: Marek Vasut > > > > > > That said, could the recipe for mkimage and mkenvimage be somehow > > > deduplicated ? There seems

Re: [OE-core] [PATCH] u-boot: Add mkenvimage tool

2018-11-15 Thread Martin Jansa
On Thu, Nov 15, 2018 at 05:15:03AM +, Alexey Brodkin wrote: > Hi Marek, > > On Thu, 2018-11-15 at 06:03 +0100, Marek Vasut wrote: > > On 11/15/2018 05:57 AM, Khem Raj wrote: > > > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > > > wrote: > > > > This utility is used for creation of images c

Re: [PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Alexey Brodkin
Hi Marek, On Thu, 2018-11-15 at 06:03 +0100, Marek Vasut wrote: > On 11/15/2018 05:57 AM, Khem Raj wrote: > > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > > wrote: > > > This utility is used for creation of images containing > > > usable in run-time U-Boot environment. > > > > > > As of toda

Re: [PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Marek Vasut
On 11/15/2018 05:57 AM, Khem Raj wrote: > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > wrote: >> >> This utility is used for creation of images containing >> usable in run-time U-Boot environment. >> >> As of today this utility is added per-board like here [1] >> for Intel Edison board, here [

Re: [PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Alexey Brodkin
Hi Khem, On Wed, 2018-11-14 at 20:57 -0800, Khem Raj wrote: > On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin > wrote: > > This utility is used for creation of images containing > > usable in run-time U-Boot environment. > > > > As of today this utility is added per-board like here [1] > > for In

Re: [PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Khem Raj
On Wed, Nov 14, 2018 at 8:00 PM Alexey Brodkin wrote: > > This utility is used for creation of images containing > usable in run-time U-Boot environment. > > As of today this utility is added per-board like here [1] > for Intel Edison board, here [2] for Altera's SoCFPGA and > I may guess there're

[PATCH] u-boot: Add mkenvimage tool

2018-11-14 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board, here [2] for Altera's SoCFPGA and I may guess there're others so instead of adding another one for ARC why don't we packag