mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
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 <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1caad7d592
commit
3cbe113771
@@ -49,7 +49,7 @@
|
||||
<th>Layer directory</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>{% for lv in build.layer_version_build.all %}
|
||||
<tbody>{% for lv in build.layer_version_build.all|dictsort:"layer.name" %}
|
||||
<tr>
|
||||
<td>{{lv.layer.name}}</td>
|
||||
<td>{{lv.branch}}</td>
|
||||
|
||||
Reference in New Issue
Block a user