summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/targets.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-02-12 15:08:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 14:38:32 +0000
commitc5ba5eccba58f8480e028eec729c5f67834066ac (patch)
tree273b8363088612a6c64a8b027a8e700dbadf3cc9 /bitbake/lib/toaster/toastergui/templates/targets.html
parent82d2c502c22ffe48e31363a894a98bf6a2cddd12 (diff)
downloadpoky-c5ba5eccba58f8480e028eec729c5f67834066ac.tar.gz
bitbake: toaster: Remove Layer source from machines, layers and targets
From the bug: The layer source reveals too much of the implementation model, without explaining what is going on behind the scenes. It will confuse more than inform, so let's get rid of it. [YOCTO #7302] (Bitbake rev: 7fee378849c9518a4560aa5be65fca9644c03048) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index 32c67ea881..6cd9391323 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -53,7 +53,6 @@
53 <td class="target-section">{{o.section}}</td> 53 <td class="target-section">{{o.section}}</td>
54 <td class="license">{{o.license}}</td> 54 <td class="license">{{o.license}}</td>
55 <td class="layer"><a href="{% url 'layerdetails' o.preffered_layerversion.id%}">{{o.preffered_layerversion.layer.name}}</a></td> 55 <td class="layer"><a href="{% url 'layerdetails' o.preffered_layerversion.id%}">{{o.preffered_layerversion.layer.name}}</a></td>
56 <td class="source">{{o.preffered_layerversion.layer_source.name}}</td>
57 <td class="branch"> 56 <td class="branch">
58 {% if o.preffered_layerversion.up_branch %} 57 {% if o.preffered_layerversion.up_branch %}
59 {{o.preffered_layerversion.up_branch.name}} 58 {{o.preffered_layerversion.up_branch.name}}