diff options
| author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-09 16:44:31 +1300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
| commit | b1d17778658275a7757419f53bd47ed3906d50b2 (patch) | |
| tree | e8098b8c308feb668dc83138ada8c40e6b1de046 /documentation/ref-manual/faq.rst | |
| parent | c29eb10e31809a523109d638b80175d68dfc9930 (diff) | |
| download | poky-b1d17778658275a7757419f53bd47ed3906d50b2.tar.gz | |
Update documentation for classes split
* Make reference to meta/classes* instead of just meta/classes
* Update each reference to the path where the class has moved
* Add a brief explanation to the classes reference explaining the split
* Add a note to INHERIT, INHERIT_DISTRO, IMAGE_CLASSES and USER_CLASSES
variable glossary entries mentioning where the specified classes must
be located. I contemplated adding the same note to PACKAGE_CLASSES
but decided against it, as it has a very specific usage and such a
note might distract from the narrative of that entry.
* Also trim the IMAGE_CLASSES entry which was quite outdated.
* INHERIT += no longer works with testimage so drop the note about that
(From yocto-docs rev: e76bed00b452d3049f6c22afbfb980b557a141bd)
Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.rst')
| -rw-r--r-- | documentation/ref-manual/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index af49d57715..84affddd1e 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
| @@ -109,7 +109,7 @@ I prevent this? | |||
| 109 | but make sure the package is manually marked as machine-specific for the | 109 | but make sure the package is manually marked as machine-specific for the |
| 110 | case that needs it. The code that handles | 110 | case that needs it. The code that handles |
| 111 | :term:`SRC_URI_OVERRIDES_PACKAGE_ARCH` is in the | 111 | :term:`SRC_URI_OVERRIDES_PACKAGE_ARCH` is in the |
| 112 | ``meta/classes/base.bbclass`` file. | 112 | ``meta/classes-global/base.bbclass`` file. |
| 113 | 113 | ||
| 114 | **Q:** I'm behind a firewall and need to use a proxy server. How do I do | 114 | **Q:** I'm behind a firewall and need to use a proxy server. How do I do |
| 115 | that? | 115 | that? |
