summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-24 17:50:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch)
treecebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/test-manual
parent6fe3143800925463279d0664fc7f3372b53c6c52 (diff)
downloadpoky-945c669138a76be18c6b4da4f8f907d2a5cfd83f.tar.gz
manuals: split dev-manual/common-tasks.rst
A 500 KB source file is always harder to manage, and can have section title conflicts. So, the "Common Tasks" document is gone and all its constituents are moved up one level. You now have 40 chapters in the Development Tasks Manual. (From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-rw-r--r--documentation/test-manual/intro.rst2
-rw-r--r--documentation/test-manual/yocto-project-compatible.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index 0831f80466..9afe108396 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -142,7 +142,7 @@ the following types of tests:
142- *Package Testing:* A Package Test (ptest) runs tests against packages 142- *Package Testing:* A Package Test (ptest) runs tests against packages
143 built by the OpenEmbedded build system on the target machine. See the 143 built by the OpenEmbedded build system on the target machine. See the
144 :ref:`Testing Packages With 144 :ref:`Testing Packages With
145 ptest <dev-manual/common-tasks:Testing Packages With ptest>` section 145 ptest <dev-manual/packages:Testing Packages With ptest>` section
146 in the Yocto Project Development Tasks Manual and the 146 in the Yocto Project Development Tasks Manual and the
147 ":yocto_wiki:`Ptest </Ptest>`" Wiki page for more 147 ":yocto_wiki:`Ptest </Ptest>`" Wiki page for more
148 information on Ptest. 148 information on Ptest.
diff --git a/documentation/test-manual/yocto-project-compatible.rst b/documentation/test-manual/yocto-project-compatible.rst
index 96c12ac083..65d924fad9 100644
--- a/documentation/test-manual/yocto-project-compatible.rst
+++ b/documentation/test-manual/yocto-project-compatible.rst
@@ -27,7 +27,7 @@ In the second version of the program, a script was added to make validation
27easier and clearer, the script is called ``yocto-check-layer`` and is 27easier and clearer, the script is called ``yocto-check-layer`` and is
28available in :term:`OpenEmbedded-Core (OE-Core)`. 28available in :term:`OpenEmbedded-Core (OE-Core)`.
29 29
30See :ref:`dev-manual/common-tasks:making sure your layer is compatible with yocto project` 30See :ref:`dev-manual/layers:making sure your layer is compatible with yocto project`
31for details. 31for details.
32 32
33======== 33========