diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-18 09:33:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:12 +0000 |
commit | 21dde6f3fc22babaa9199812584eb9aeeb0ad74a (patch) | |
tree | 920b5ebde8f9e3e444d33b1002aa62298ea1bb29 /documentation/dev-manual | |
parent | 0e65e7916cc4cf5ae824e50ad4503720a8073943 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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 | ||