generic-poky/bitbake/lib/toaster
Alexandru DAMIAN 85b9194171 bitbake: build, toaster: record proper task type
Bitbake tasks may be of type 'python' or 'shell',
or they may not be executed at all, which is record
as task type 'noexec'.

In order to record proper task type, this patch:

* creates no exec task type as the default value in
the toaster model definition

* adds full task flags to the bb.build.TaskStarted event
in build.py

* if the task actually starts, the toaster ui will
record the type of the task as either 'python' or 'shell'
based on the task flags.

[YOCTO #5073]
[YOCTO #5075]
[YOCTO #5327]

(Bitbake rev: 6648c57e6d369fc009ea3a9fe939def5d2c67bf5)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-11-04 09:36:22 +00:00
..
bldviewer bitbake: toaster: adding frameworks for the Simple UI 2013-10-18 11:13:49 +01:00
orm bitbake: build, toaster: record proper task type 2013-11-04 09:36:22 +00:00
toastergui bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
toastermain bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
manage.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00