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>
This commit is contained in:
Nicolas Dechesne
2020-09-08 17:18:05 +02:00
committed by Richard Purdie
parent fdcda8d2b8
commit 4324c6e071
5 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
Execution
=========
|
The primary purpose for running BitBake is to produce some kind of
output such as a single installable package, a kernel, a software
development kit, or even a full, board-specific bootable Linux image,

View File

@@ -4,6 +4,8 @@
File Download Support
=====================
|
BitBake's fetch module is a standalone piece of library code that deals
with the intricacies of downloading source code and files from remote
systems. Fetching source code is one of the cornerstones of building

View File

@@ -4,6 +4,8 @@
Overview
========
|
Welcome to the BitBake User Manual. This manual provides information on
the BitBake tool. The information attempts to be as independent as
possible regarding systems that use BitBake, such as OpenEmbedded and

View File

@@ -4,6 +4,8 @@
Syntax and Operators
====================
|
BitBake files have their own syntax. The syntax has similarities to
several other languages but also has some unique features. This section
describes the available syntax and operators as well as provides

View File

@@ -4,6 +4,8 @@
Variables Glossary
==================
|
This chapter lists common variables used by BitBake and gives an
overview of their function and contents.