summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual/profile-manual-examples.xml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 16:30:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 13:56:17 +0100
commit43d07a285181e64c30d98d10ff93ef50391efe59 (patch)
tree78918fc94d55d44d35e1e3e61c7a6fccc28bca24 /documentation/profile-manual/profile-manual-examples.xml
parent1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 (diff)
downloadpoky-43d07a285181e64c30d98d10ff93ef50391efe59.tar.gz
sphinx: remove DocBook files
The Yocto Project documentation was migrated to Sphinx. Let's remove the deprecated DocBook files. (From yocto-docs rev: 28fb0e63b2fbfd6426b00498bf2682bb53fdd862) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual/profile-manual-examples.xml')
-rw-r--r--documentation/profile-manual/profile-manual-examples.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/documentation/profile-manual/profile-manual-examples.xml b/documentation/profile-manual/profile-manual-examples.xml
deleted file mode 100644
index 91e06fcd1c..0000000000
--- a/documentation/profile-manual/profile-manual-examples.xml
+++ /dev/null
@@ -1,40 +0,0 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
5
6<chapter id='profile-manual-examples'>
7
8<title>Real-World Examples</title>
9
10<para>
11 This chapter contains real-world examples.
12</para>
13
14<section id='slow-write-speed-on-live-images'>
15 <title>Slow Write Speed on Live Images</title>
16
17 <para>
18 In one of our previous releases (denzil), users noticed that booting
19 off of a live image and writing to disk was noticeably slower.
20 This included the boot itself, especially the first one, since first
21 boots tend to do a significant amount of writing due to certain
22 post-install scripts.
23 </para>
24
25 <para>
26 The problem (and solution) was discovered by using the Yocto tracing
27 tools, in this case 'perf stat', 'perf script', 'perf record'
28 and 'perf report'.
29 </para>
30
31 <para>
32 See all the unvarnished details of how this bug was diagnosed and
33 solved here: Yocto Bug #3049
34 </para>
35</section>
36
37</chapter>
38<!--
39vim: expandtab tw=80 ts=4
40-->