mbox series

[master] Pull request

Message ID 24ed1ecd-57d5-0806-7ae4-af332ad7b180@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git://git.yoctoproject.org/yocto-docs master-next

Message

Michael Opdenacker Aug. 18, 2023, 9:30 a.m. UTC
Hi Richard,

The following changes since commit efa1c57ecec934998792b7851b4a162be92c8b23:

   ref-manual: document image-specific variant of INCOMPATIBLE_LICENSE 
(2023-07-31 11:30:46 +0200)

are available in the Git repository at:

   git://git.yoctoproject.org/yocto-docs master-next

for you to fetch changes up to fc70d5976099eafab2ac8f62acf73ed0577aa694:

   ref-manual: package-index doc mentions deploy-ready feeds. 
(2023-08-18 11:23:57 +0200)

----------------------------------------------------------------
Charlie Johnston (5):
       manuals: Add documentation for new packagefeed class.
       overview-manual: Add deploy-ready package feeds section.
       ref-manual: Describe new package feed directories.
       dev-manual: Include reference to package feed indexes.
       ref-manual: package-index doc mentions deploy-ready feeds.

Daniel Semkowicz (1):
       dev-manual: wic.rst: Update native tools build command

Frederic Martinsons (1):
       ref-manual: classes.rst: suppress rust-hello-world reference, add 
ptest-cargo class

Michael Opdenacker (13):
       manuals: create a dedicated "Contributor Guide" document
       ref-manual: classes.rst: fix location of _ref-classes-ccache
       ref-manual: update supported distro versions
       contributor-guide: add missing links to mailing lists
       contributor-guide: add section about why we use mailing lists
       contributor-guide: add recipe style guide
       ref-manual: remove AUTHOR variable
       contributor guide: call section "Reporting a defect"
       contributor-guide: remove obsolete pkg-config guidelines
       contributor guide: remove unnecessary information about mailing lists
       contributor-guide: clarification about patchtest
       contributor guide: update instructions for making and sharing changes
       dev-manual: disk-space: mention faster "find" command to trim 
sstate cache

  documentation/bsp-guide/bsp.rst |   4 +-
  documentation/contributor-guide/identify-component.rst |  29 +++++++++++++
  documentation/contributor-guide/index.rst |  26 ++++++++++++
  documentation/contributor-guide/recipe-style-guide.rst | 257 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  documentation/contributor-guide/report-defect.rst |  67 
+++++++++++++++++++++++++++++
  documentation/{dev-manual/changes.rst => 
contributor-guide/submit-changes.rst} | 290 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------
  documentation/dev-manual/debugging.rst |   7 +--
  documentation/dev-manual/disk-space.rst |  34 +++++++++++----
  documentation/dev-manual/index.rst |   3 --
  documentation/dev-manual/new-recipe.rst |  54 ++---------------------
  documentation/dev-manual/packages.rst |   5 +++
  documentation/dev-manual/start.rst |   9 ++--
  documentation/dev-manual/vulnerabilities.rst |   2 +-
  documentation/dev-manual/wic.rst |   2 +-
  documentation/index.rst |   1 +
  documentation/overview-manual/concepts.rst |  30 +++++++++++++
  documentation/overview-manual/development-environment.rst |  19 ++++-----
  documentation/ref-manual/classes.rst |  59 +++++++++++++++++++++++---
  documentation/ref-manual/resources.rst |   7 ++-
  documentation/ref-manual/structure.rst |  36 ++++++++++++++++
  documentation/ref-manual/system-requirements.rst |  43 +++++++++++++------
  documentation/ref-manual/tasks.rst |  21 ++++++++-
  documentation/ref-manual/variables.rst |  69 
++++++++++++++++++++++++++++--
  23 files changed, 806 insertions(+), 268 deletions(-)
  create mode 100644 documentation/contributor-guide/identify-component.rst
  create mode 100644 documentation/contributor-guide/index.rst
  create mode 100644 documentation/contributor-guide/recipe-style-guide.rst
  create mode 100644 documentation/contributor-guide/report-defect.rst
  rename documentation/{dev-manual/changes.rst => 
contributor-guide/submit-changes.rst} (69%)

Thank you in advance. I'll push more changes to master-next later today 
to make further reviews easier, but at least you can pull the above commits.
Cheers
Michael.