summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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:54:00 +0000
commit3cd74158dd4556a89ea3f66c7fd6f6c93c5a6c15 (patch)
treee79bff42acee881ff4d9994534ddd51ad6e4949c /documentation/dev-manual
parent6fc8adf98a5af48001adff3ed6deb3fdb96e0486 (diff)
downloadpoky-3cd74158dd4556a89ea3f66c7fd6f6c93c5a6c15.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: 2cc73ae4e3a543a60bcc29b54d2de97b08f990db) 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')
-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 65a6b6fe33..2c949908c5 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5166,7 +5166,7 @@ the details.
5166 </literallayout> 5166 </literallayout>
5167 or 5167 or
5168 <literallayout class='monospaced'> 5168 <literallayout class='monospaced'>
5169 EXTRA_IMAGE_FEATURES = "read-only-rootfs" 5169 EXTRA_IMAGE_FEATURES += "read-only-rootfs"
5170 </literallayout> 5170 </literallayout>
5171 </para> 5171 </para>
5172 5172