diff options
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r-- | documentation/ref-manual/qa-checks.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst index 58526a0e57..53b1836e74 100644 --- a/documentation/ref-manual/qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst | |||
@@ -799,6 +799,14 @@ Errors and Warnings | |||
799 | section in the Yocto Project Development Tasks Manual. See also the | 799 | section in the Yocto Project Development Tasks Manual. See also the |
800 | ":ref:`ref-classes-ptest`" section. | 800 | ":ref:`ref-classes-ptest`" section. |
801 | 801 | ||
802 | .. _qa-check-virtual-slash: | ||
803 | |||
804 | - ``<variable> is set to <value> but the substring 'virtual/' holds no meaning in this context. It only works for build time dependencies, not runtime ones. It is suggested to use 'VIRTUAL-RUNTIME_' variables instead.`` | ||
805 | |||
806 | ``virtual/`` is a convention intended for use in the build context | ||
807 | (i.e. :term:`PROVIDES` and :term:`DEPENDS`) rather than the runtime | ||
808 | context (i.e. :term:`RPROVIDES` and :term:`RDEPENDS`). Use | ||
809 | :term:`VIRTUAL-RUNTIME` variables instead for the latter. | ||
802 | 810 | ||
803 | 811 | ||
804 | Configuring and Disabling QA Checks | 812 | Configuring and Disabling QA Checks |