mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +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
@@ -121,6 +121,10 @@
|
||||
</code>
|
||||
</dd>
|
||||
</dl>
|
||||
{%elif task.outcome == task.OUTCOME_EMPTY%}
|
||||
<div class="alert alert-info details">
|
||||
This task is empty because it has the <code>noexec</code> flag set to <code>1</code>, or the task function is empty
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user