summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-05-06 15:43:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-24 13:58:47 +0100
commit51cb0db138c6083d046338c44822b4d506e3ce3a (patch)
treebdc69af0075565ae795912e428a513913431efd2 /documentation/kernel-dev
parentb4fd38e4d50e4496d6a710fffef8b7557076ffb1 (diff)
downloadpoky-51cb0db138c6083d046338c44822b4d506e3ce3a.tar.gz
manuals: add missing space in appends
(From yocto-docs rev: aa122d28298596a3b91a8f6650163785a3cfa831) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index 547da8a178..dc3345a520 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1062,7 +1062,7 @@ Section.
1062 contents:: 1062 contents::
1063 1063
1064 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1064 FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
1065 SRC_URI:append = "file://0001-calibrate.c-Added-some-printk-statements.patch" 1065 SRC_URI:append = " file://0001-calibrate.c-Added-some-printk-statements.patch"
1066 1066
1067 The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements 1067 The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements
1068 enable the OpenEmbedded build system to find the patch file. 1068 enable the OpenEmbedded build system to find the patch file.