diff options
| author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-02-06 17:55:46 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-10 23:07:49 +0000 |
| commit | 6877263f36a7ee16e3f3b895ab22206f7d976abc (patch) | |
| tree | 643bab7aafa9b43ac48640bfbedc2f5f58b7203e /bitbake/lib/toaster/toastergui/templates/machines.html | |
| parent | 42a7d91ad4bc30c31b5467ce9ec83b7390bd2329 (diff) | |
| download | poky-6877263f36a7ee16e3f3b895ab22206f7d976abc.tar.gz | |
bitbake: toastergui: add the word 'compatible' to 'all' pages
Labels for the 'all' pages don't really convey what's provided in them.
The team has suggested we add the word 'compatible' to them,
to make clear they will show all layers / targets / machines that
can be built with the version of the build system you are
using in a certain project. A link like 'view all targets'
becomes 'view all compatible targets'.
I've also added some help text.
(Bitbake rev: 49d85b7035d12a6e482d608e828f69fcafb59d39)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/machines.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/machines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/machines.html b/bitbake/lib/toaster/toastergui/templates/machines.html index 18e7485d50..e0bda51cf5 100644 --- a/bitbake/lib/toaster/toastergui/templates/machines.html +++ b/bitbake/lib/toaster/toastergui/templates/machines.html | |||
| @@ -3,14 +3,14 @@ | |||
| 3 | {% load humanize %} | 3 | {% load humanize %} |
| 4 | 4 | ||
| 5 | {% block localbreadcrumb %} | 5 | {% block localbreadcrumb %} |
| 6 | <li>Machines</li> | 6 | <li>All compatible machines</li> |
| 7 | {% endblock %} | 7 | {% endblock %} |
| 8 | 8 | ||
| 9 | {% block projectinfomain %} | 9 | {% block projectinfomain %} |
| 10 | <div class="page-header"> | 10 | <div class="page-header"> |
| 11 | <h1> | 11 | <h1> |
| 12 | All machines | 12 | All compatible machines |
| 13 | <i class="icon-question-sign get-help heading-help" title="This page lists all the machines compatible with Yocto Project 1.7 'Dxxxx' that Toaster knows about. They include community-created targets suitable for use on top of OpenEmbedded Core and any targets you have imported"></i> | 13 | <i class="icon-question-sign get-help heading-help" title="This page lists all the machines compatible with the release selected for this project, which is {{project.release.description}}"></i> |
| 14 | </h1> | 14 | </h1> |
| 15 | </div> | 15 | </div> |
| 16 | <!--div class="alert"> | 16 | <!--div class="alert"> |
