summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-18 09:33:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:12 +0000
commit21dde6f3fc22babaa9199812584eb9aeeb0ad74a (patch)
tree920b5ebde8f9e3e444d33b1002aa62298ea1bb29 /documentation/dev-manual/dev-manual-common-tasks.xml
parent0e65e7916cc4cf5ae824e50ad4503720a8073943 (diff)
downloadpoky-21dde6f3fc22babaa9199812584eb9aeeb0ad74a.tar.gz
dev-manual: Updated EXTRA_IMAGE_FEATURES operater for read-only-rootfs example
The operator used was "=" which was inconsistent in light of previous uses of the variable in the ptest section. I changed the operator to "+=" to be consistent. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: d6b7c7e15290e64f4baac25544224788e92ad309) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7138f5dca6..8d251a0125 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4435,7 +4435,7 @@
4435 </literallayout> 4435 </literallayout>
4436 or 4436 or
4437 <literallayout class='monospaced'> 4437 <literallayout class='monospaced'>
4438 EXTRA_IMAGE_FEATURES = "read-only-rootfs" 4438 EXTRA_IMAGE_FEATURES += "read-only-rootfs"
4439 </literallayout> 4439 </literallayout>
4440 </para> 4440 </para>
4441 4441