[Toaster] [PATCH] toaster: Correct typo on build form help text
Smith, Elliot
elliot.smith at intel.com
Fri Apr 1 04:56:22 PDT 2016
Sent upstream to bitbake-devel and added to toaster-next.
Elliot
On 23 March 2016 at 14:53, Belen Barros Pena <
belen.barros.pena at linux.intel.com> wrote:
> The help text said to append a semicolon and a task name to a target to
> run a task other than do_build. What you need to append is a colon.
>
> [YOCTO #9326]
>
> Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
> ---
> bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
> b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
> index 268a99e..007de06 100644
> --- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
> +++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
> @@ -66,7 +66,7 @@
> </li>
> <li class="pull-right">
> <form class="form-inline" style="margin-bottom:0px;">
> - <i class="icon-question-sign get-help heading-help"
> data-placement="left" title="" data-original-title="Type the name of one or
> more recipes you want to build, separated by a space. You can also specify
> a task by appending a semicolon and a task name to the recipe name, like
> so: <code>busybox:clean</code>"></i>
> + <i class="icon-question-sign get-help heading-help"
> data-placement="left" title="" data-original-title="Type the name of one or
> more recipes you want to build, separated by a space. You can also specify
> a task by appending a colon and a task name to the recipe name, like so:
> <code>busybox:clean</code>"></i>
> <div class="input-append">
> <input id="build-input" type="text" class="input-xlarge
> input-lg build-target-input" placeholder="Type the recipe you want to
> build" autocomplete="off" disabled>
> <button id="build-button" class="btn btn-primary btn-large
> build-button" data-project-id="{{project.id}}" disabled>Build</button>
> --
> 2.5.4 (Apple Git-61)
>
> --
> _______________________________________________
> toaster mailing list
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>
--
Elliot Smith
Software Engineer
Intel Open Source Technology Centre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20160401/f98f3d5c/attachment.html>
More information about the toaster
mailing list