From 00e3545029a6e08900591e4c1001c17fbd0c4566 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Tue, 24 Feb 2015 17:20:51 +0000 Subject: [PATCH] bitbake: toaster: layerdetails Add link to machines file In the machines table for a layer add a link/icon to the machine definition file. [YOCTO #7241] (Bitbake rev: 8c4e5fb580f5e375ccb1e84d8adb9562d1ba4b62) Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/layerdetails.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 6c803ff544..49c62c6bc0 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -396,7 +396,12 @@ {% for machine in machines %} - {{machine.name}} + + {{machine.name}} + {% if machine.get_vcs_machine_file_link_url %} + + {% endif %} + {{machine.description}}