From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../toaster/toastergui/templates/layerdetails.html | 159 +++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 bitbake/lib/toaster/toastergui/templates/layerdetails.html (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html') diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html new file mode 100644 index 0000000000..78dc54bfd1 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -0,0 +1,159 @@ +{% extends "baseprojectpage.html" %} +{% load projecttags %} +{% load humanize %} + +{% block localbreadcrumb %} +
  • Layer Details
  • +{% endblock %} + +{% block projectinfomain %} + + +
    + +
    +
    +
    +
    + + Repository URL +
    +
    +
    +
    + + + +
    + Cloning this Git repository failed +
    +
    +
    + + Repository subdirectory +
    +
    + {{layerversion.dirpath}} + + + +
    +
    Brach, tag or commit
    +
    + {{layerversion.up_branch.name}} + +
    +
    + + Yocto Project compatibility +
    +
    + +
    +
    + + Layer dependencies +
    +
    + + + You can only add layers Toaster knows about +
    +
    +
    +
    +
    + There is no target data for {{layerversion.layer.name}} ... yet
    + Toaster learns about layers as they are built. Once you have used {{layerversion.layer.name}} in a build, Toaster will show you + here the targets it provides. +
    +
    +
    +
    + There is no machine data for {{layerversion.layer.name}} ... yet
    + Toaster learns about layers as they are built. Once you have used {{layerversion.layer.name}} in a build, Toaster will show you + here the machines it provides. +
    +
    +
    +
    +
    +

    About {{layerversion.layer.name}}

    +
    + +
    + Summary + +
    +
    + {{layerversion.layer.summary}} + +
    + +
    + Description +
    +
    + {{layerversion.layer.description}} + +
    + +
    + Maintainer(s) +
    +
    + Not set + +
    +
    +
    + + +{% endblock %} -- cgit v1.2.3-54-g00ecf