From 74acb91a798eb41e98217229d6475a9fda3a7542 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Sun, 18 Sep 2016 19:33:15 -0700 Subject: [PATCH] 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 Signed-off-by: bavery Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/customrecipe.html | 2 -- 1 file changed, 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 @@ {{last_build.completed_on|date:"d/m/y H:i"}} {% endif %} -
Layer
-
{{recipe.layer_version.layer.name}}
Based on
{{recipe.base_recipe.name}}
{% if recipe.get_last_successful_built_target %}