summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2015-03-23 15:26:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-25 12:39:55 +0000
commitfd4085f380d6213e9dff47cf4d97d3009e148928 (patch)
tree5ce967432c08b8f31203ecddb747886315818c8e /bitbake
parent792716a385c8c2bcd2a89c8978d4fc988d1fed5c (diff)
downloadast2050-yocto-poky-fd4085f380d6213e9dff47cf4d97d3009e148928.zip
ast2050-yocto-poky-fd4085f380d6213e9dff47cf4d97d3009e148928.tar.gz
bitbake: toasterui: update links to Toaster manual
Set the links to the Toaster manual in the base.html and landing_not_managed.html templates to the URL of the new Toaster manual. (Bitbake rev: 88b1201a2f6dec53970b120cc8e13c0eb5ae21e1) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
-rw-r--r--bitbake/lib/toaster/toastergui/templates/landing_not_managed.html12
3 files changed, 8 insertions, 7 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 778a849..0e5c0f9 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -120,6 +120,7 @@ select { width: auto; }
.top-air { margin-top: 40px;}
.progress { margin-bottom: 0px; }
.lead .badge { font-size: 18px; font-weight: normal; border-radius: 15px; padding: 9px; }
+.lead ol, .lead ul { padding: 10px 0 0 20px; }
.lead ol > li, .lead ul > li {
line-height: 35px;
}
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index a781224..2535f70 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -64,7 +64,7 @@
<i class="icon-info-sign" title="<strong>Toaster version information</strong>" data-content="<dl><dt>Branch</dt><dd>{{TOASTER_BRANCH}}</dd><dt>Revision</dt><dd>{{TOASTER_REVISION}}</dd><dt>Mode</dt><dd>{%if MANAGED%}Build{%else%}Analysis{%endif%}</dd></dl>"></i>
{% endif %}
</span>
- <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual">
+ <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html">
<i class="icon-book"></i>
Toaster manual
</a>
diff --git a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
index fe56655..5bc435d 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
+++ b/bitbake/lib/toaster/toastergui/templates/landing_not_managed.html
@@ -11,17 +11,17 @@
<!-- Empty - no build module -->
<div class="page-header top-air">
<h1>
- This page only works with the Toaster 'Build' mode
+ This page only works with Toaster in 'Build' mode
</h1>
</div>
- <div class="alert alert-info">
- <p class="lead">
- The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster
+ <div class="alert alert-info lead">
+ <p">
+ The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster.
<ul>
- <li class="lead"><a href="https://wiki.yoctoproject.org/wiki/Toaster#Modes">
+ <li><a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#intro-modes">
Read about the 'Build' mode
</a></li>
- <li class="lead"><a href="/">
+ <li><a href="/">
View your builds
</a></li>
</ul>
OpenPOWER on IntegriCloud