bitbake: toaster: fix tasks showing as NoExec
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Thu, 14 Nov 2013 10:52:58 +0000 (10:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Nov 2013 11:48:51 +0000 (11:48 +0000)
commit7439b8de4dca8727384e76767c22ebf854cd1a21
treec28c462169af5723e0456ec8e8cd5a796ed6efdf
parent926a2e367f3e138fbd7c5364d82ea8ed7092f94b
bitbake: toaster: fix tasks showing as NoExec

Tasks without script type information showed by default
as NoExec; this happens for all Prebuild or Covered
tasks, as script type information comes only on TaskStarted
event. Such a default value may drive confusion, as NoExec value
should be reserved for the NoExec-flagged tasks.

This patch adds a new default value named Unknown that will be
used for all tasks that don't have script type information
available.

    [YOCTO #5327]

(Bitbake rev: ec6cac74290f0d4f5b60222019c23416b4b8e1ef)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/orm/models.py