mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
ref-manual: complementary package installation recommends
Add a note to the COMPLEMENTARY_GLOB variable glossary entry mentioning that recommends aren't installed (since this seems to be the only place that complementary package installation is really discussed). Also turn the paragraph about globbing into a regular paragraph as I don't think it should be called out in a note block. (From yocto-docs rev: abc67b101b0821b174eb65bc13922a8bee1016eb) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b1d1777865
commit
1bdb6457dd
@@ -1171,12 +1171,10 @@ system and gives an overview of their function and contents.
|
||||
packages for all the packages explicitly (or implicitly) installed in
|
||||
an image.
|
||||
|
||||
.. note::
|
||||
|
||||
The :term:`COMPLEMENTARY_GLOB` variable uses Unix filename pattern matching
|
||||
(`fnmatch <https://docs.python.org/3/library/fnmatch.html#module-fnmatch>`__),
|
||||
which is similar to the Unix style pathname pattern expansion
|
||||
(`glob <https://docs.python.org/3/library/glob.html>`__).
|
||||
The :term:`COMPLEMENTARY_GLOB` variable uses Unix filename pattern matching
|
||||
(`fnmatch <https://docs.python.org/3/library/fnmatch.html#module-fnmatch>`__),
|
||||
which is similar to the Unix style pathname pattern expansion
|
||||
(`glob <https://docs.python.org/3/library/glob.html>`__).
|
||||
|
||||
The resulting list of complementary packages is associated with an
|
||||
item that can be added to
|
||||
@@ -1191,6 +1189,11 @@ system and gives an overview of their function and contents.
|
||||
|
||||
COMPLEMENTARY_GLOB[dev-pkgs] = '*-dev'
|
||||
|
||||
.. note::
|
||||
|
||||
When installing complementary packages, recommends relationships
|
||||
(set via :term:`RRECOMMENDS`) are always ignored.
|
||||
|
||||
:term:`COMPONENTS_DIR`
|
||||
Stores sysroot components for each recipe. The OpenEmbedded build
|
||||
system uses :term:`COMPONENTS_DIR` when constructing recipe-specific
|
||||
|
||||
Reference in New Issue
Block a user