[bitbake-devel] [PATCH] hob: add a progress indicator when you select 'view log'

Richard Purdie richard.purdie at linuxfoundation.org
Sat Oct 27 08:56:29 UTC 2012


On Thu, 2012-10-25 at 13:36 +0300, Cristiana Voicu wrote:
> - created a new file named "hobthreads.py", defining a thread
> for opening the log file in a subprocess using subprocess module;
> in the future I think we will add some other threads here, to
> implement some other performance issues
> - on "builddetailspage", "packageselectionpage" and "imagedetailspage"
> I have changed the manner for opening the log file; it uses the thread
> to open the file, and on main thread it creates a dialog to show a
> progress bar, which pulses till the file is open
> - this was added because when the log file is big, it takes time to
> be opened; on the dialog you can use "Cancel" button to terminate the
> process initiated to open the file
> 
> [YOCTO #2997]
> Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>

Merged to master, thanks.

Richard





More information about the bitbake-devel mailing list