summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-10-15 11:28:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 17:32:45 +0100
commita3ece7d5d8e0f052edccd8d935b192f80267db70 (patch)
treed3975f54d91970d44f26210fd66a160aeb175303 /documentation
parent94f6b31befda5c496f65e863a6f8152b42d7ebf0 (diff)
downloadpoky-a3ece7d5d8e0f052edccd8d935b192f80267db70.tar.gz
kernel-dev: don't use _append +=
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 7d8826fa35..2ea5d3f38e 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -549,9 +549,9 @@
549 <literallayout class='monospaced'> 549 <literallayout class='monospaced'>
550 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 550 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
551 551
552 SRC_URI_append += "file://<replaceable>patch-file-one</replaceable>" 552 SRC_URI_append = " file://<replaceable>patch-file-one</replaceable>"
553 SRC_URI_append += "file://<replaceable>patch-file-two</replaceable>" 553 SRC_URI_append = " file://<replaceable>patch-file-two</replaceable>"
554 SRC_URI_append += "file://<replaceable>patch-file-three</replaceable>" 554 SRC_URI_append = " file://<replaceable>patch-file-three</replaceable>"
555 </literallayout> 555 </literallayout>
556 The 556 The
557 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> 557 <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>