summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-04-01 00:53:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-05 14:55:29 +0100
commit7322dddeed0d394e3b2602933bb51f03a19fbe61 (patch)
tree49a91c2b55d9e65808158fa76a726e6994ca4498 /bitbake/lib/toaster/toastergui/templates
parent9e81244b8a303489abee6970da00f2ee9d4e637b (diff)
downloadast2050-yocto-poky-7322dddeed0d394e3b2602933bb51f03a19fbe61.zip
ast2050-yocto-poky-7322dddeed0d394e3b2602933bb51f03a19fbe61.tar.gz
bitbake: toaster: Fix the empty packages alert
* Remove a tag in all capitals * Remove an unnecessary div * Fix a typo (Bitbake rev: 1ca139ca157d62cee9c48b22063e77614fa34325) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-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 22609e2..c6ec634 100644
--- a/bitbake/lib/toaster/toastergui/templates/bpackage.html
+++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html
@@ -17,16 +17,14 @@
<!-- Empty - no data in database -->
<div class="page-header">
- <div class="page-header">
<h1>
- Packages
+ Packages
</h1>
- </div>
- <div class="alert alert-info lead">
- <STRONG>No packages were built.</STRONG> How did this happen? Well, BitBake reuses as much stuff as possible.
- If all of the packages needed were already built and available in your build infrastructure, Bitbake
+</div>
+<div class="alert alert-info lead">
+ <strong>No packages were built.</strong> How did this happen? Well, BitBake reuses as much stuff as possible.
+ If all of the packages needed were already built and available in your build infrastructure, BitBake
will not rebuild any of them. This might be slightly confusing, but it does make everything faster.
- </div>
</div>
{% else %}
OpenPOWER on IntegriCloud