1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake: toaster: Add layer details page feature

This commit adds the layer details page which shows the metadata for the
layer such as layer description, machines associated with the layer as well
as the targets provided.
If the layer is an imported layer this page also allows you to update
the layer's configuration.
>From this page you can add/remove the layer from the current project

(Bitbake rev: c1442bc68ad8ba20c37b1a7cde1400297f4be811)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood
2015-01-14 12:46:52 +00:00
committed by Richard Purdie
parent 2a6f739f1d
commit 025533d90b
7 changed files with 1036 additions and 148 deletions
@@ -232,3 +232,4 @@ dd > span { line-height: 20px; }
.animate-repeat.ng-enter.ng-enter-active {
opacity:1;
}
.tab-pane table { margin-top: 10px; }