diff options
-rw-r--r-- | documentation/test-manual/yocto-project-compatible.rst | 5 |
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 | |||
118 | The project does test the compatibility status of the core project layers on | 123 | The project does test the compatibility status of the core project layers on |
119 | its :doc:`Autobuilder </test-manual/understand-autobuilder>`. | 124 | its :doc:`Autobuilder </test-manual/understand-autobuilder>`. |
120 | 125 | ||