Chris
Laplante via Openembedded-core
Sent: Saturday, April 14, 2018 8:52 PM
To: otavio.salva...@ossystems.com.br
Cc:
Subject: Re: [OE-core] Custom progress handlers
Great, I'll give it a go then :)
The type of progress output I'm handling is that of a fixed-width bar that
fill
s and discussions about the oe-core layer
Subject: Re: [OE-core] Custom progress handlers
On Sat, Apr 14, 2018 at 11:56 AM, Chris Laplante via Openembedded-core
mailto:openembedded-core@lists.openembedded.org>>
wrote:
> I have implemented a simple custom progress handler in
> bitbake/
On Sat, Apr 14, 2018 at 11:56 AM, Chris Laplante via Openembedded-core
wrote:
> I have implemented a simple custom progress handler in
> bitbake/lib/bb/progress.py. It’s designed to handle bar-style progress. To
> use it for my shell tasks, I have modified “exec_func_shell” in
> bitbake/lib/bb/bui
Hello all,
I have implemented a simple custom progress handler in
bitbake/lib/bb/progress.py. It's designed to handle bar-style progress. To use
it for my shell tasks, I have modified "exec_func_shell" in
bitbake/lib/bb/build.py. It's implemented as a new value for the "progress"
varflag.
Is