summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-09-08 17:18:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:14:08 +0100
commit4324c6e0716915c4d375805ce695a9eedb0fa010 (patch)
treebc0524e5bba8d283042aaa33fa1de55fdd353b63 /bitbake
parentfdcda8d2b89dc4f3ff5562fe8625659d38a583b6 (diff)
downloadpoky-4324c6e0716915c4d375805ce695a9eedb0fa010.tar.gz
bitbake: sphinx: bitbake-user-manual: insert additional blank line after title
(Bitbake rev: 4f94633a68fd44223d6be458fc0d3616dfdfd1a7) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
5 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
index 6d53f57661..ab61b05a87 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -4,6 +4,8 @@
4Execution 4Execution
5========= 5=========
6 6
7|
8
7The primary purpose for running BitBake is to produce some kind of 9The primary purpose for running BitBake is to produce some kind of
8output such as a single installable package, a kernel, a software 10output such as a single installable package, a kernel, a software
9development kit, or even a full, board-specific bootable Linux image, 11development kit, or even a full, board-specific bootable Linux image,
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 400e7f09c3..a8815f3e22 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -4,6 +4,8 @@
4File Download Support 4File Download Support
5===================== 5=====================
6 6
7|
8
7BitBake's fetch module is a standalone piece of library code that deals 9BitBake's fetch module is a standalone piece of library code that deals
8with the intricacies of downloading source code and files from remote 10with the intricacies of downloading source code and files from remote
9systems. Fetching source code is one of the cornerstones of building 11systems. Fetching source code is one of the cornerstones of building
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 75a25ef61b..34abda2db3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -4,6 +4,8 @@
4Overview 4Overview
5======== 5========
6 6
7|
8
7Welcome to the BitBake User Manual. This manual provides information on 9Welcome to the BitBake User Manual. This manual provides information on
8the BitBake tool. The information attempts to be as independent as 10the BitBake tool. The information attempts to be as independent as
9possible regarding systems that use BitBake, such as OpenEmbedded and 11possible regarding systems that use BitBake, such as OpenEmbedded and
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 4998e99e3f..4de70e8e1d 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -4,6 +4,8 @@
4Syntax and Operators 4Syntax and Operators
5==================== 5====================
6 6
7|
8
7BitBake files have their own syntax. The syntax has similarities to 9BitBake files have their own syntax. The syntax has similarities to
8several other languages but also has some unique features. This section 10several other languages but also has some unique features. This section
9describes the available syntax and operators as well as provides 11describes the available syntax and operators as well as provides
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 9c4212c5a6..61516a0115 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -4,6 +4,8 @@
4Variables Glossary 4Variables Glossary
5================== 5==================
6 6
7|
8
7This chapter lists common variables used by BitBake and gives an 9This chapter lists common variables used by BitBake and gives an
8overview of their function and contents. 10overview of their function and contents.
9 11