summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-29 07:55:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:19 +0100
commit6f9ef13d0a3dfc8d09f05236ce60da0c7af12d0e (patch)
tree26a4a99186d0941dea13bf3e53144cb53398ca17 /documentation
parent4c36d5209e058fb6a2870f8c5fff2d1bbce15b4b (diff)
downloadpoky-6f9ef13d0a3dfc8d09f05236ce60da0c7af12d0e.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: b35a68262574c4b562b198fd3d3ef710f3b90190) 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.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 @@
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": [