summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-16 16:49:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-20 12:58:20 +0000
commitd27893dc74456423f9ac33674c6ca61b17b701ed (patch)
treee0c056cd58e37cbccf1fad1cdba00f3cebee8bfd /bitbake/lib/toaster/toastergui/templates
parent50f11b9d6dde65a78958fe45842fbbd40e36fb0f (diff)
downloadast2050-yocto-poky-d27893dc74456423f9ac33674c6ca61b17b701ed.zip
ast2050-yocto-poky-d27893dc74456423f9ac33674c6ca61b17b701ed.tar.gz
bitbake: toasterui: remove layer directory in managed mode
Removes the layer directory information from the packages built page when in managed mode. [YOCTO #7221] (Bitbake rev: 1eaf60d0fe34f5f43386c6f0e91f0b26c7a62845) 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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html
index 2d4948b..80229f9 100644
--- a/bitbake/lib/toaster/toastergui/templates/bpackage.html
+++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html
@@ -88,7 +88,9 @@
</a>
</td>
<!-- Layer directory -->
- <td class="recipe__layer_version__layer__local_path">{{package.recipe.layer_version.layer.local_path}}</td>
+ {% if not MANAGED or not build.project %}
+ <td class="recipe__layer_version__layer__local_path">{{package.recipe.layer_version.layer.local_path}}</td>
+ {% endif %}
{%else%}
<td class="recipe__name"></td>
<td class="recipe__version"></td>
OpenPOWER on IntegriCloud