From 33e1c39361a21505f489cfa74b8ad27802a8ff38 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 29 Jun 2016 07:55:05 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 .json extension. @@ -9434,7 +9434,7 @@ DUT. { - "": { + "foo": { "pkg": "bar" }, "foobar": [ -- cgit 1.2.3-korg