summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-02-08 17:41:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 13:29:22 +0000
commit30c132bc4726be90fadee419a588a8b8f2161380 (patch)
tree307219b90bc3704d8bcb2767f7a169038493b695 /bitbake/lib/toaster/toastergui/templates/projecttopbar.html
parent5e14a8f2fe1b9a051d78a629c844362d1214ef5e (diff)
downloadpoky-30c132bc4726be90fadee419a588a8b8f2161380.tar.gz
bitbake: toaster: Enable Image Customisation feature
Remove environment variable to toggle Image customisation feature (Bitbake rev: 2e9c86229b8f924a5b62987f4b166f63392f12e8) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projecttopbar.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index c1cd6a83a2..5bc1ac4ad2 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -59,13 +59,11 @@
59 Import layer 59 Import layer
60 </a> 60 </a>
61 </li> 61 </li>
62 {% if CUSTOM_IMAGE %}
63 <li> 62 <li>
64 <a href="{% url 'newcustomimage' project.id %}"> 63 <a href="{% url 'newcustomimage' project.id %}">
65 New custom image 64 New custom image
66 </a> 65 </a>
67 </li> 66 </li>
68 {% endif %}
69 <li class="pull-right"> 67 <li class="pull-right">
70 <form class="form-inline" style="margin-bottom:0px;"> 68 <form class="form-inline" style="margin-bottom:0px;">
71 <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> 69 <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>