mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4c36d5209e
commit
6f9ef13d0a
@@ -9401,7 +9401,7 @@
|
|||||||
A JSON file is used to define the packages needed by a test.
|
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
|
This file must be in the same path as the file used to define
|
||||||
the tests.
|
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.
|
module name with a <filename>.json</filename> extension.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -9434,7 +9434,7 @@
|
|||||||
DUT.
|
DUT.
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
{
|
{
|
||||||
"": {
|
"foo": {
|
||||||
"pkg": "bar"
|
"pkg": "bar"
|
||||||
},
|
},
|
||||||
"foobar": [
|
"foobar": [
|
||||||
|
|||||||
Reference in New Issue
Block a user