summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/bpackage.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html
index 22609e227a..c6ec634f83 100644
--- a/bitbake/lib/toaster/toastergui/templates/bpackage.html
+++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html
@@ -17,16 +17,14 @@
17 17
18<!-- Empty - no data in database --> 18<!-- Empty - no data in database -->
19<div class="page-header"> 19<div class="page-header">
20 <div class="page-header">
21 <h1> 20 <h1>
22 Packages 21 Packages
23 </h1> 22 </h1>
24 </div> 23</div>
25 <div class="alert alert-info lead"> 24<div class="alert alert-info lead">
26 <STRONG>No packages were built.</STRONG> How did this happen? Well, BitBake reuses as much stuff as possible. 25 <strong>No packages were built.</strong> How did this happen? Well, BitBake reuses as much stuff as possible.
27 If all of the packages needed were already built and available in your build infrastructure, Bitbake 26 If all of the packages needed were already built and available in your build infrastructure, BitBake
28 will not rebuild any of them. This might be slightly confusing, but it does make everything faster. 27 will not rebuild any of them. This might be slightly confusing, but it does make everything faster.
29 </div>
30</div> 28</div>
31 29
32{% else %} 30{% else %}