diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-07-12 15:54:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 08:56:52 +0100 |
commit | adbf206526d1237c1ae99f26bb405183e06febe0 (patch) | |
tree | 45b526d368b9f0a1c462c066b35693d01b38babd | |
parent | 07a58a8944315f87107b29c3d66bc3a7d57c0249 (diff) | |
download | poky-adbf206526d1237c1ae99f26bb405183e06febe0.tar.gz |
bitbake: toaster: show manifests in their own section of the build dashboard
In the build dashboard, add a section for manifests to each target,
which will contain the license and package manifests for a target.
As we don't record the package manifest (yet), just move the
license manifest link to that section for now.
(Bitbake rev: 58cb685b567a081834a605530957f165d35fcf5e)
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builddashboard.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index e1bde21e99..febf8af747 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
@@ -103,12 +103,15 @@ | |||
103 | {% if not target.targetHasNoImages %} | 103 | {% if not target.targetHasNoImages %} |
104 | <dl class="dl-horizontal"> | 104 | <dl class="dl-horizontal"> |
105 | <dt> | 105 | <dt> |
106 | <span class="glyphicon glyphicon-question-sign get-help" title="The location in disk of the license manifest, a document listing all packages installed in your image and their licenses"></span> | 106 | Manifests |
107 | License manifest | ||
108 | </dt> | 107 | </dt> |
108 | |||
109 | <dd> | 109 | <dd> |
110 | <a href="{% url 'target' build.pk target.target.pk %}">View in Toaster</a> | | 110 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">License manifest</a> |
111 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd> | 111 | </dd> |
112 | </dl> | ||
113 | |||
114 | <dl class="dl-horizontal"> | ||
112 | <dt> | 115 | <dt> |
113 | <span class="glyphicon glyphicon-question-sign get-help" title="Image files are stored in <code>build/tmp/deploy/images/</code>"></span> | 116 | <span class="glyphicon glyphicon-question-sign get-help" title="Image files are stored in <code>build/tmp/deploy/images/</code>"></span> |
114 | Image files | 117 | Image files |