]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Review edits to the package installation section
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 29 Jun 2016 14:55:05 +0000 (07:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jul 2016 14:04:48 +0000 (15:04 +0100)
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>
documentation/dev-manual/dev-manual-common-tasks.xml

index 219594f94f1c3ef58fa864e1dde1690dd3f8b3f2..e9032cd7bfeb7a6297cbc8565646c5c619f04356 100644 (file)
                 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>
 
                 DUT.
                 <literallayout class='monospaced'>
      {
-         "": {
+         "foo": {
              "pkg": "bar"
          },
          "foobar": [