summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-04 10:47:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-10 11:29:46 +0100
commitae6153e10b201b56875b748d0d7621de97f7e1a4 (patch)
tree3b4f79dd624c1846640471bb4d2db6145005843a /documentation
parent492205ea83d4a4ae8baf9fabdf73440ba66123ab (diff)
downloadpoky-ae6153e10b201b56875b748d0d7621de97f7e1a4.tar.gz
test-manual: Add extra detail to YP Compatible section
Add a note about documenting where a layer doesn't support 'core' functionality. (From yocto-docs rev: 0fc15d069aae11e6e705d80f684345150ff7bf3b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/test-manual/yocto-project-compatible.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/test-manual/yocto-project-compatible.rst b/documentation/test-manual/yocto-project-compatible.rst
index a7897469ff..96c12ac083 100644
--- a/documentation/test-manual/yocto-project-compatible.rst
+++ b/documentation/test-manual/yocto-project-compatible.rst
@@ -115,6 +115,11 @@ Here are key best practices the program tries to encourage:
115 user changes a configuration setting to activate the layer, by selecting 115 user changes a configuration setting to activate the layer, by selecting
116 a :term:`MACHINE`, a :term:`DISTRO` or a :term:`DISTRO_FEATURES` setting. 116 a :term:`MACHINE`, a :term:`DISTRO` or a :term:`DISTRO_FEATURES` setting.
117 117
118- Layers should be documenting where they don’t support normal "core"
119 functionality such as where debug symbols are disabled or missing, where
120 development headers and on-target library usage may not work or where
121 functionality like the SDK/eSDK would not be expected to work.
122
118The project does test the compatibility status of the core project layers on 123The project does test the compatibility status of the core project layers on
119its :doc:`Autobuilder </test-manual/understand-autobuilder>`. 124its :doc:`Autobuilder </test-manual/understand-autobuilder>`.
120 125