mbox series

[master] Pull request

Message ID 82bbde1a-45cc-48d8-8ef8-1415ca007c94@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Michael Opdenacker Oct. 20, 2023, 1:26 p.m. UTC
Hi Richard,

The following changes since commit ceb1812e63b9fac062f886c2a1dde23137c0e1ed:

   migration-guides: add release notes for 4.0.13 (2023-10-06 09:59:00 
+0200)

are available in the Git repository at:

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

for you to fetch changes up to 65b62118da6f355e56c489c6be08ba9ea94b9f04:

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

----------------------------------------------------------------
Arne Schwerdt (1):
       ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes

BELHADJ SALEM Talel (5):
       ref-manual: Fix PACKAGECONFIG term and add an example
       dev-manual: layers: Add notes about layer.conf
       ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
       ref-manual: variables: add TOOLCHAIN_OPTIONS variable
       ref-manual: variables: add example for SYSROOT_DIRS variable

Jérémy Rosen (1):
       ref-manual: Add documentation for the unimplemented-ptest QA warning

Michael Opdenacker (7):
       manuals: update linux-yocto append examples
       dev-manual: wic: update "wic list images" output
       sdk-manual: appendix-obtain: improve and update descriptions
       manuals: update list of supported machines
       bsp-guide: bsp: skip Intel machines no longer supported in Poky
       brief-yoctoprojectqs: use new CDN mirror for sstate
       dev-manual: start.rst: remove obsolete reference

Quentin Schulz (1):
       ref-manual: variables: provide no-match example for 
COMPATIBLE_MACHINE

Robert P. J. Day (2):
       dev-manual: new-recipe.rst: add missing parenthesis to "Patching 
Code" section
       profile-manual: aesthetic cleanups

Trevor Gamblin (2):
       contributor-guide: add patchtest section
       contributor-guide: clarify patchtest usage

  documentation/brief-yoctoprojectqs/index.rst       |   2 +-
  documentation/bsp-guide/bsp.rst                    |  52 
++++++++++++++++-----------------------------------
  documentation/contributor-guide/submit-changes.rst |  40 
+++++++++++++++++++++++++++++++++++++++
  documentation/dev-manual/layers.rst                |  14 ++++++++++++++
  documentation/dev-manual/new-recipe.rst            |   4 ++--
  documentation/dev-manual/runtime-testing.rst       |   8 +-------
  documentation/dev-manual/start.rst                 |  24 
++++++------------------
  documentation/dev-manual/wic.rst                   |  28 
+++++++++++++++-------------
  documentation/kernel-dev/advanced.rst              |   3 +--
  documentation/kernel-dev/common.rst                |  40 
++++++++++++++++++---------------------
  documentation/profile-manual/intro.rst             |  40 
++++++++++++++++++++-------------------
  documentation/ref-manual/classes.rst               |   3 +++
  documentation/ref-manual/qa-checks.rst             |  11 +++++++++++
  documentation/ref-manual/variables.rst             | 156 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
  documentation/sdk-manual/appendix-obtain.rst       |  50 
++++++++++++++++++-------------------------------
  15 files changed, 309 insertions(+), 166 deletions(-)

Thank you in advance
Cheers
Michael

Comments

Richard Purdie Oct. 20, 2023, 1:42 p.m. UTC | #1
On Fri, 2023-10-20 at 15:26 +0200, Michael Opdenacker wrote:
> Hi Richard,
> 
> The following changes since commit ceb1812e63b9fac062f886c2a1dde23137c0e1ed:
> 
>    migration-guides: add release notes for 4.0.13 (2023-10-06 09:59:00 
> +0200)
> 
> are available in the Git repository at:
> 
>    git://git.yoctoproject.org/yocto-docs master-next
> 
> for you to fetch changes up to 65b62118da6f355e56c489c6be08ba9ea94b9f04:
> 

Thanks!

As part of sorting the 4.3 relase, I did create a nanbield docs repo
branch btw so patches are currently only merged to master. I can also
merge to nanbield if all these are appropriate for the release.

Cheers,

Richard
Michael Opdenacker Oct. 20, 2023, 1:52 p.m. UTC | #2
Hi Richard,

On 20.10.23 at 15:42, Richard Purdie wrote:
> On Fri, 2023-10-20 at 15:26 +0200, Michael Opdenacker wrote:
>> Hi Richard,
>>
>> The following changes since commit ceb1812e63b9fac062f886c2a1dde23137c0e1ed:
>>
>>     migration-guides: add release notes for 4.0.13 (2023-10-06 09:59:00
>> +0200)
>>
>> are available in the Git repository at:
>>
>>     git://git.yoctoproject.org/yocto-docs master-next
>>
>> for you to fetch changes up to 65b62118da6f355e56c489c6be08ba9ea94b9f04:
>>
> Thanks!
>
> As part of sorting the 4.3 relase, I did create a nanbield docs repo
> branch btw so patches are currently only merged to master. I can also
> merge to nanbield if all these are appropriate for the release.

Perfect, thanks!
To the best of my knowledge (and my checks), these changes can also be 
merged into nanbield. In particular, I checked that patchtest and 
unimplemented-ptest checks made it to nanbield (you know that).

Cheers
Michael.