diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/bitbake/lib/toaster/toastergui/templates/configuration.html index 1d0ec3f484..58989f865c 100644 --- a/bitbake/lib/toaster/toastergui/templates/configuration.html +++ b/bitbake/lib/toaster/toastergui/templates/configuration.html @@ -53,11 +53,25 @@ {% for lv in build.layer_version_build.all|dictsort:"layer.name" %} {{lv.layer.name}} + {% if lv.layer.local_source_dir %} + + Not applicable + + + {% else %} {{lv.branch}} + {% endif %} + {% if lv.layer.local_source_dir %} + + Not applicable + + + {% else %} {{lv.commit|truncatechars:13}} + {% endif %} {% endfor %}