From d40ac966b22e1fa1956d8f2fe37fd55fa670e88f Mon Sep 17 00:00:00 2001 From: Farrell Wymore Date: Tue, 11 Mar 2014 14:48:52 -0700 Subject: bitbake: toaster: added file types to the Outputs column in the build page The file types are displayed in the Outputs column in the build page. The file types are derived from the target image filenames. [YOCTO #5947] (Bitbake rev: 37ae4e94d6991d4f05b0236b525e29797ed6e49c) Signed-off-by: Farrell Wymore Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/build.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/templates/build.html') diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index 3c9256cbd0..f1fa70d068 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html @@ -92,7 +92,11 @@ {% if build.warnings_no %}{{build.warnings_no}} warning{{build.warnings_no|pluralize}}{%endif%} {{build.timespent|sectohms}} {{build.cooker_log_path}} - {% if build.outcome == 0 %}{% for t in build.target_set.all %}{% if t.is_image %}TODO: compute image output fstypes{% endif %}{% endfor %}{% endif %} + + {% if build.outcome == 0 %} + {{build|get_image_extensions}} + {% endif %} + {% endfor %} -- cgit v1.2.3-54-g00ecf