diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/bitbake/lib/toaster/toastergui/templates/configuration.html index ddfa5af9ca..674f896b03 100644 --- a/bitbake/lib/toaster/toastergui/templates/configuration.html +++ b/bitbake/lib/toaster/toastergui/templates/configuration.html @@ -49,7 +49,7 @@ Layer directory - {% for lv in build.layer_version_build.all %} + {% for lv in build.layer_version_build.all|dictsort:"layer.name" %} {{lv.layer.name}} {{lv.branch}}