mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
bitbake: toaster: Add distro selection support
Add the ability to select a distro in the project page, based on values from the Layer Index. Add a distro selection page with the add layer feature, based on the add machine page. [YOCTO #10632] (Bitbake rev: a156a4eff67cdc3943494f5be72b96e3db656250) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
43aaa802c3
commit
4f2baebf36
@@ -32,6 +32,7 @@ $(document).ready(function(){
|
||||
<li><a href="{% url 'projectsoftwarerecipes' project.id %}">Software recipes</a></li>
|
||||
<li><a href="{% url 'projectmachines' project.id %}">Machines</a></li>
|
||||
<li><a href="{% url 'projectlayers' project.id %}">Layers</a></li>
|
||||
<li><a href="{% url 'projectdistros' project.id %}">Distros</a></li>
|
||||
<li class="nav-header">Extra configuration</li>
|
||||
<li><a href="{% url 'projectconf' project.id %}">BitBake variables</a></li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user