mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
bitbake: toaster: fix Project page in order to trigger builds
This patch rewrites the Project page and the additional infrastructure in order to fix a bug that makes triggering builds through UI impossible, and to introduce data feeds for suggestions for the user. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a463ab98e
commit
960580cb70
@@ -16,13 +16,6 @@
|
||||
<fieldset>
|
||||
<label>Project name <span class="muted">(required)</span></label>
|
||||
<input type="text" class="input-xlarge" required name="projectname" value="{{projectname}}">
|
||||
<label class="project-form">
|
||||
Project owner
|
||||
<i class="icon-question-sign get-help" title="The go-to person for this project"></i>
|
||||
</label>
|
||||
<input type="text" name="username" value="{{username}}">
|
||||
<label class="project-form">Owner's email</label>
|
||||
<input type="email" class="input-large" name="email" value="{{email}}">
|
||||
<label class="project-form">
|
||||
Yocto Project version
|
||||
<i class="icon-question-sign get-help" title="This sets the branch for the Yocto Project core layers (meta, meta-yocto and meta-yocto-bsp), and for the layers you use from the OpenEmbedded Metadata Index"></i>
|
||||
|
||||
Reference in New Issue
Block a user