diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 029c93b978..3e1375617d 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -84,11 +84,16 @@
@@ -97,6 +102,21 @@
+ + + {% if layerversion.id not in projectlayers %} + + {% else %} + + {% endif %} + +
- - {% if layerversion.id not in projectlayers %} - - {% else %} - - {% endif %} -
-
+ {% if layerversion.layer.local_source_dir %} +

Layer source code location

+
+
+ Path to the layer directory +
+
+ {{layerversion.layer.local_source_dir}} +
+
+ {% else %} +
Repository URL @@ -139,11 +157,9 @@
- - - + {% if layerversion.dirpath %}
Repository subdirectory @@ -158,12 +174,9 @@
- - - - + {% endif %}
Git revision @@ -174,11 +187,75 @@
- - - +
+ {% endif %} + {% if layerversion.layer_source == layer_source.TYPE_IMPORTED %} + + {% endif %} + +
Layer dependencies