summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 18:19:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:14:07 +0100
commit9dfd6e1aa11886e16b63d9418e1de7c7faf00132 (patch)
tree66edaab86a1b0e753ac9cd05d5df0b28e40b8ef2 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
parentb232a4b50411344ee0e41e0d35ad596cfe81308c (diff)
downloadpoky-9dfd6e1aa11886e16b63d9418e1de7c7faf00132.tar.gz
bitbake: sphinx: fixes all remaining warnings
This patch fixes a handful of remaining warnings reported by Sphinx. (Bitbake rev: 35fdc18549607e195d424f554e8d4b74e87fd245) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
index 5edf97eaa9..3d3c9b48c2 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst
@@ -287,7 +287,7 @@ Following is the complete "Hello World" example.
287 $ mkdir conf Move to the ``conf`` directory and create a 287 $ mkdir conf Move to the ``conf`` directory and create a
288 ``layer.conf`` file that has the following: BBPATH .= 288 ``layer.conf`` file that has the following: BBPATH .=
289 ":${:term:`LAYERDIR`}" :term:`BBFILES` 289 ":${:term:`LAYERDIR`}" :term:`BBFILES`
290 += "${LAYERDIR}/*.bb" 290 += "${LAYERDIR}/\*.bb"
291 :term:`BBFILE_COLLECTIONS` += "mylayer" 291 :term:`BBFILE_COLLECTIONS` += "mylayer"
292 `BBFILE_PATTERN_mylayer <#var-bb-BBFILE_PATTERN>`__ := 292 `BBFILE_PATTERN_mylayer <#var-bb-BBFILE_PATTERN>`__ :=
293 "^${LAYERDIR_RE}/" For information on these variables, click the 293 "^${LAYERDIR_RE}/" For information on these variables, click the