diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-20 14:43:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-24 14:00:03 +0100 |
commit | 51cb23e695c4325836c909f193dfbbb9913ba40d (patch) | |
tree | aa22073476a1cad7d520fbd01208f7b782984191 /documentation/kernel-dev/common.rst | |
parent | 17ea8b493d643c966beea306114ffc3a8d809204 (diff) | |
download | poky-51cb23e695c4325836c909f193dfbbb9913ba40d.tar.gz |
adding missing space in appends
(From yocto-docs rev: 9ae3071f66c1811d847ed559cb773999ff6185fc)
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/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index d42ca5f99a..631c46631e 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. |