summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-08-04 16:07:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:43 -0500
commitc8bc7ee6ed3fd6730abeb4aa11544f6398f73be0 (patch)
tree9f72050acb5b9ea926275f7a9582e8de387470bb /bitbake
parent1a0fa6cbfb47b2e761444e58fddb5a9e8607a5a3 (diff)
downloadpoky-c8bc7ee6ed3fd6730abeb4aa11544f6398f73be0.tar.gz
bitbake: toastergui: add action to empty "most built" recipes
It is not very good to just tell people: "this is empty because you haven't done anything". We should politely invite them to do something about it. Thus adding a "Choose a recipe to build" link to the all compatible recipes page whenever the 'most built recipes' section is empty. (Bitbake rev: 8d2ed32cd09cf6cb96521fd42789faae99656fad) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index aad79b4860..d21f4bd7e5 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -68,6 +68,7 @@
68 68
69 <div class="alert alert-info" style="display:none" id="no-most-built"> 69 <div class="alert alert-info" style="display:none" id="no-most-built">
70 <span class="lead">You haven't built any recipes yet</span> 70 <span class="lead">You haven't built any recipes yet</span>
71 <p style="margin-top: 10px;"><a href="{% url 'projecttargets' project.id %}">Choose a recipe to build</a></p>
71 </div> 72 </div>
72 73
73 <ul class="unstyled configuration-list" id="freq-build-list"> 74 <ul class="unstyled configuration-list" id="freq-build-list">