diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-29 07:55:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:48 +0100 |
commit | 33e1c39361a21505f489cfa74b8ad27802a8ff38 (patch) | |
tree | 86223032543ae6afef7a5c14aaa55392ac25c74a /documentation | |
parent | 77031ba572f21f4acb8992f159b721004eaee188 (diff) | |
download | poky-33e1c39361a21505f489cfa74b8ad27802a8ff38.tar.gz |
dev-manual: Review edits to the package installation section
Fixes [YOCTO #9672]
A couple typos here needed fixed. Also, a missing statement in
the JSON example.
(From yocto-docs rev: 8756cb363a70a8b77077a666c62c0f678ffb3d3e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 219594f94f..e9032cd7bf 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -9401,7 +9401,7 @@ | |||
9401 | A JSON file is used to define the packages needed by a test. | 9401 | A JSON file is used to define the packages needed by a test. |
9402 | This file must be in the same path as the file used to define | 9402 | This file must be in the same path as the file used to define |
9403 | the tests. | 9403 | the tests. |
9404 | Furthermore, the filename must map directory to the test | 9404 | Furthermore, the filename must map directly to the test |
9405 | module name with a <filename>.json</filename> extension. | 9405 | module name with a <filename>.json</filename> extension. |
9406 | </para> | 9406 | </para> |
9407 | 9407 | ||
@@ -9434,7 +9434,7 @@ | |||
9434 | DUT. | 9434 | DUT. |
9435 | <literallayout class='monospaced'> | 9435 | <literallayout class='monospaced'> |
9436 | { | 9436 | { |
9437 | "": { | 9437 | "foo": { |
9438 | "pkg": "bar" | 9438 | "pkg": "bar" |
9439 | }, | 9439 | }, |
9440 | "foobar": [ | 9440 | "foobar": [ |