summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
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.