aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-29 07:55:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 15:04:48 +0100
commit33e1c39361a21505f489cfa74b8ad27802a8ff38 (patch)
tree86223032543ae6afef7a5c14aaa55392ac25c74a /documentation/dev-manual/dev-manual-common-tasks.xml
parent77031ba572f21f4acb8992f159b721004eaee188 (diff)
downloadopenembedded-core-contrib-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/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
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 @@
A JSON file is used to define the packages needed by a test.
This file must be in the same path as the file used to define
the tests.
- Furthermore, the filename must map directory to the test
+ Furthermore, the filename must map directly to the test
module name with a <filename>.json</filename> extension.
</para>
@@ -9434,7 +9434,7 @@
DUT.
<literallayout class='monospaced'>
{
- "": {
+ "foo": {
"pkg": "bar"
},
"foobar": [