mbox series

[nanbield] Pull request

Message ID 808560ba-78f0-42b2-be6c-86531902bc51@bootlin.com
State New
Headers show
Series [nanbield] Pull request | expand

Pull-request

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

Message

Michael Opdenacker Oct. 31, 2023, 9:16 a.m. UTC
Hi Richard,

The following changes since commit 65b62118da6f355e56c489c6be08ba9ea94b9f04:

   ref-manual: variables: add example for SYSROOT_DIRS variable 
(2023-10-20 15:19:18 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 8109eeb5b7a4e5b2f50047e049ce0295bdc94856:

   ref-manual: document MESON_TARGET (2023-10-30 10:56:25 +0100)

----------------------------------------------------------------
Eero Aaltonen (1):
       ref-manual: add systemd-resolved to distro features

Marta Rybczynska (1):
       dev-manual: add security team processes

Michael Opdenacker (10):
       manuals: correct "yocto-linux" by "linux-yocto"
       test-manual: reproducible-builds: stop mentioning LTO bug
       ref-manual: document KERNEL_LOCALVERSION
       ref-manual: variables: document OEQA_REPRODUCIBLE_TEST_PACKAGE
       migration-guides: updates for 4.3
       migration-guides: mention runqemu change in serial port management
       ref-manual: document KERNEL_STRIP
       migration-guides: further updates for 4.3
       manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPS
       ref-manual: document MESON_TARGET

  documentation/bsp-guide/bsp.rst                      |   2 +-
  documentation/dev-manual/index.rst                   |   1 +
  documentation/dev-manual/security-subjects.rst       | 189 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  documentation/dev-manual/vulnerabilities.rst         |   3 +++
  documentation/kernel-dev/common.rst                  |   2 +-
  documentation/migration-guides/migration-4.3.rst     |  57 
+++++++++++++++++++++++++++++++++++++++++++
  documentation/migration-guides/release-notes-4.3.rst |  32 
+++++++++++++++++++++++--
  documentation/ref-manual/classes.rst                 |   7 +++---
  documentation/ref-manual/features.rst                |   4 ++++
  documentation/ref-manual/variables.rst               |  27 
++++++++++++++++++++-
  documentation/test-manual/reproducible-builds.rst    |  11 ---------
  11 files changed, 316 insertions(+), 19 deletions(-)
  create mode 100644 documentation/dev-manual/security-subjects.rst

Thank you in advance
Cheers
Michael.

Comments

Richard Purdie Oct. 31, 2023, 12:06 p.m. UTC | #1
Hi Michael,

Would it make sense to update nanbield to master? Is there anything
there which shouldn't be in nanbield?

Cheers,

Richard

On Tue, 2023-10-31 at 10:16 +0100, Michael Opdenacker wrote:
> Hi Richard,
> 
> The following changes since commit 65b62118da6f355e56c489c6be08ba9ea94b9f04:
> 
>    ref-manual: variables: add example for SYSROOT_DIRS variable 
> (2023-10-20 15:19:18 +0200)
> 
> are available in the Git repository at:
> 
>    git://git.yoctoproject.org/yocto-docs master
> 
> for you to fetch changes up to 8109eeb5b7a4e5b2f50047e049ce0295bdc94856:
> 
>    ref-manual: document MESON_TARGET (2023-10-30 10:56:25 +0100)
> 
> ----------------------------------------------------------------
> Eero Aaltonen (1):
>        ref-manual: add systemd-resolved to distro features
> 
> Marta Rybczynska (1):
>        dev-manual: add security team processes
> 
> Michael Opdenacker (10):
>        manuals: correct "yocto-linux" by "linux-yocto"
>        test-manual: reproducible-builds: stop mentioning LTO bug
>        ref-manual: document KERNEL_LOCALVERSION
>        ref-manual: variables: document OEQA_REPRODUCIBLE_TEST_PACKAGE
>        migration-guides: updates for 4.3
>        migration-guides: mention runqemu change in serial port management
>        ref-manual: document KERNEL_STRIP
>        migration-guides: further updates for 4.3
>        manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPS
>        ref-manual: document MESON_TARGET
>
Michael Opdenacker Oct. 31, 2023, 12:51 p.m. UTC | #2
Hi Richard,

On 31.10.23 at 13:06, Richard Purdie wrote:
> Hi Michael,
>
> Would it make sense to update nanbield to master? Is there anything
> there which shouldn't be in nanbield?


No, everything in master should be in nanbield. That's what I meant.

Thanks!
Michael.