1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

bitbake: toaster: display Toaster mode and version in debug mode

This patch displays the current running mode and checked-out git branch
as Toaster version when running in debug mode.

(Bitbake rev: 93e4f8c44273f4657c5be4c00b61db12aa875e31)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandru DAMIAN
2015-02-06 15:32:18 +00:00
committed by Richard Purdie
parent da8110a86a
commit d81e5141c1
4 changed files with 34 additions and 4 deletions
@@ -2,6 +2,25 @@
.logo img { height: 30px; width: auto !important; }
.logo { padding-top: 4px !important; padding-bottom:0px !important; }
/* style the version text */
.version-text {
color: #AAA;
font-size: 0.6em;
display: table-footer-group;
padding: 0px;
margin: 1px 1px 1px 1px;
}
.version-brand, .version-brand:hover, a.version-brand:focus {
color: #777;
display: block;
float: left;
font-size: 20px;
font-weight: 200;
padding: 00px 0px;
text-shadow: 0 1px 0 #fff;
}
/* Style the breadcrumb */
.breadcrumb { display: inline-block; background-color: transparent; }
.section { margin: 20px 0; }