diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2016-09-18 19:33:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 21:58:05 +0100 |
commit | 74acb91a798eb41e98217229d6475a9fda3a7542 (patch) | |
tree | f9846f10d4834883b52b21beb22477c9af42083a /bitbake | |
parent | 07aa966b5b7017458345bde6dbc454e1d1c25ec1 (diff) | |
download | poky-74acb91a798eb41e98217229d6475a9fda3a7542.tar.gz |
bitbake: toaster: Remove duplicate layer information
In the custom recipe details page, the layer information is displayed
twice in the right hand column. Remove one of the layer entries, since
showing the layer information once should be enough.
[YOCTO #10037]
(Bitbake rev: e2b5dc3732781dc933c6bb10482926335720d110)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/customrecipe.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/customrecipe.html b/bitbake/lib/toaster/toastergui/templates/customrecipe.html index f2a8fd2132..8b61fb7f7c 100644 --- a/bitbake/lib/toaster/toastergui/templates/customrecipe.html +++ b/bitbake/lib/toaster/toastergui/templates/customrecipe.html | |||
@@ -176,8 +176,6 @@ | |||
176 | <a href="{% url 'projectbuilds' project.id%}">{{last_build.completed_on|date:"d/m/y H:i"}}</a> | 176 | <a href="{% url 'projectbuilds' project.id%}">{{last_build.completed_on|date:"d/m/y H:i"}}</a> |
177 | </dd> | 177 | </dd> |
178 | {% endif %} | 178 | {% endif %} |
179 | <dt>Layer</dt> | ||
180 | <dd><a href="{% url 'layerdetails' project.id recipe.layer_version.pk %}">{{recipe.layer_version.layer.name}}</a></dd> | ||
181 | <dt>Based on</dt> | 179 | <dt>Based on</dt> |
182 | <dd><a href="{% url 'recipedetails' project.id recipe.base_recipe.pk %}">{{recipe.base_recipe.name}}</a></dd> | 180 | <dd><a href="{% url 'recipedetails' project.id recipe.base_recipe.pk %}">{{recipe.base_recipe.name}}</a></dd> |
183 | {% if recipe.get_last_successful_built_target %} | 181 | {% if recipe.get_last_successful_built_target %} |