Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-21 Thread Brad Mouring
On Wed, Jun 21, 2017 at 01:22:58AM -0400, Denys Dmytriyenko wrote: > On Tue, Jun 20, 2017 at 09:33:24PM -0500, Brad Mouring wrote: > > On Tue, Jun 20, 2017 at 10:59:55PM +0200, Marek Vasut wrote: > > > On 06/20/2017 10:53 PM, Brad Mouring wrote: > > > > On Tue, Jun 20, 2017 at 10:43:51PM +0200,

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-21 Thread Gary Thomas
On 2017-06-21 07:22, Denys Dmytriyenko wrote: On Tue, Jun 20, 2017 at 09:33:24PM -0500, Brad Mouring wrote: On Tue, Jun 20, 2017 at 10:59:55PM +0200, Marek Vasut wrote: On 06/20/2017 10:53 PM, Brad Mouring wrote: On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: On 06/20/2017

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Denys Dmytriyenko
On Tue, Jun 20, 2017 at 09:33:24PM -0500, Brad Mouring wrote: > On Tue, Jun 20, 2017 at 10:59:55PM +0200, Marek Vasut wrote: > > On 06/20/2017 10:53 PM, Brad Mouring wrote: > > > On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: > > >> On 06/20/2017 10:40 PM, Brad Mouring wrote: > > >>>

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Brad Mouring
On Tue, Jun 20, 2017 at 10:59:55PM +0200, Marek Vasut wrote: > On 06/20/2017 10:53 PM, Brad Mouring wrote: > > On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: > >> On 06/20/2017 10:40 PM, Brad Mouring wrote: > >>> As implemented currently, the fw-utils recipe does not allow for > >>>

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Otavio Salvador
On Tue, Jun 20, 2017 at 6:16 PM, Marek Vasut wrote: > On 06/20/2017 10:57 PM, Otavio Salvador wrote: >> On Tue, Jun 20, 2017 at 5:53 PM, Brad Mouring wrote: >>> On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: On 06/20/2017 10:40 PM, Brad

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Marek Vasut
On 06/20/2017 10:57 PM, Otavio Salvador wrote: > On Tue, Jun 20, 2017 at 5:53 PM, Brad Mouring wrote: >> On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: >>> On 06/20/2017 10:40 PM, Brad Mouring wrote: As implemented currently, the fw-utils recipe does not

[OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Brad Mouring
As implemented currently, the fw-utils recipe does not allow for a board- or distro-specific fw_env.config override, instead opting to include the default (commented, example-filled) fw_env.config from the u-boot source. This change introduces a variable that allows for overriding this, while

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Marek Vasut
On 06/20/2017 10:53 PM, Brad Mouring wrote: > On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: >> On 06/20/2017 10:40 PM, Brad Mouring wrote: >>> As implemented currently, the fw-utils recipe does not allow for >>> ... >>> +# by the U-Boot environment utilities "fw_printenv" and

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Otavio Salvador
On Tue, Jun 20, 2017 at 5:53 PM, Brad Mouring wrote: > On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: >> On 06/20/2017 10:40 PM, Brad Mouring wrote: >> > As implemented currently, the fw-utils recipe does not allow for >> > ... >> > +# by the U-Boot environment

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Brad Mouring
On Tue, Jun 20, 2017 at 10:43:51PM +0200, Marek Vasut wrote: > On 06/20/2017 10:40 PM, Brad Mouring wrote: > > As implemented currently, the fw-utils recipe does not allow for > > ... > > +# by the U-Boot environment utilities "fw_printenv" and "fw_setenv". > > +# By default, use the default

Re: [OE-core] [RFC] u-boot-fw-utils: Allow target-specific fw_env.config

2017-06-20 Thread Marek Vasut
On 06/20/2017 10:40 PM, Brad Mouring wrote: > As implemented currently, the fw-utils recipe does not allow for > a board- or distro-specific fw_env.config override, instead opting > to include the default (commented, example-filled) fw_env.config > from the u-boot source. This change introduces a