mbox

[0/3] BitBake user manual updates for 2.4

Message ID cover.1682131637.git.bluelightning@bluelightning.org
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/bitbake-contrib paule/doc-updates-2.4

Message

Paul Eggleton April 22, 2023, 3:05 a.m. UTC
Documentation updates for the 2.4 branch / master (to correspond with
the Yocto Project 4.2 release).

Note: I am electing to add BB_GLOBAL_PYMODULES and BB_HASH_CODEPARSER_VALS
here without pointers from the Yocto reference manual currently, since they
are highly specialized.


The following changes since commit 66131fa6a3e12c28710d09e1dbf3c03f2981280d:

  cooker: do not abort on single ctrl-c (2023-04-20 12:36:18 +0100)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib paule/doc-updates-2.4
  http://cgit.openembedded.org/bitbake-contrib/log/?h=paule/doc-updates-2.4

Paul Eggleton (3):
  bitbake-user-manual: document BB_CACHEDIR
  bitbake-user-manual: add addpylib and BB_GLOBAL_PYMODULES
  bitbake-user-manual: add BB_HASH_CODEPARSER_VALS

 .../bitbake-user-manual-metadata.rst          | 18 ++++++++++++++
 .../bitbake-user-manual-ref-variables.rst     | 24 +++++++++++++++++++
 2 files changed, 42 insertions(+)

Comments

Richard Purdie April 22, 2023, 9:33 a.m. UTC | #1
On Sat, 2023-04-22 at 15:05 +1200, Paul Eggleton wrote:
> Documentation updates for the 2.4 branch / master (to correspond with
> the Yocto Project 4.2 release).

Thanks for catching these. I wish we could do a better job as we go
along but it is hard with the resources we have. Sadly I'm probably
guilty of not adding some of these.

> Note: I am electing to add BB_GLOBAL_PYMODULES and BB_HASH_CODEPARSER_VALS
> here without pointers from the Yocto reference manual currently, since they
> are highly specialized.

I agree that makes sense as those are only really meant to be used by
the core.

Cheers,

Richard