mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
bitbake: toaster: add empty outcome support to task page
Add the new "empty" outcome value to the task detail page, with help text, help notice, plus sorting for empty in the tasks page. [YOCTO #5917] (Bitbake rev: 874b627b96809c274023b5fa330dfbdd14676d19) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
65c298dedf
commit
324791a729
@@ -146,6 +146,7 @@ class Task(models.Model):
|
||||
(OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'),
|
||||
(OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'),
|
||||
(OUTCOME_FAILED, 'This task did not complete'),
|
||||
(OUTCOME_EMPTY, 'This task has no executable content'),
|
||||
(OUTCOME_NA, ''),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user