From: Belen Barros Pena Date: Fri, 21 Feb 2014 14:00:11 +0000 (+0000) Subject: bitbake: toaster: Sort layers in alphabetical order X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cbe113771c5beef69ffce5bc98ff664d67b84b3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: toaster: Sort layers in alphabetical order In the Summary tab of the Configuration page, make sure that the table of layers is sorted by layer name in ascending alphabetical order. (Bitbake rev: f339555df40307420ce80a4ef8cba1a4d284d380) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/toaster/toastergui/templates/configuration.html b/bitbake/lib/toaster/toastergui/templates/configuration.html index ddfa5af9ca2..674f896b033 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}}