variables: Add documentation for SKIP_LICENSE_MANIFEST_RECIPES
Details
Commit Message
@@ -6917,6 +6917,11 @@ system and gives an overview of their function and contents.
SKIP_FILEDEPS = "1"
+ :term:`SKIP_LICENSE_MANIFEST_RECIPES`
+ Specifies recipes that don't deploy license manifest files and should
+ be skipped during license recipefile gathering in image recipes.
+ Required when image recipe depend on other image recipe.
+
:term:`SOC_FAMILY`
Groups together machines based upon the same family of SOC (System On
Chip). You typically set this variable in a common ``.inc`` file that
Add a basic variable definition and its usecase. Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> --- related to https://lists.openembedded.org/g/openembedded-core/message/147658 --- do not merge this commit if above patch is not merged to master --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+)