docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [yocto-docs][dunfell 0/3] Patch review
@ 2021-06-15 16:58 Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 1/3] variables: Add documentation for KERNEL_DTC_FLAGS Steve Sakoman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-06-15 16:58 UTC (permalink / raw)
  To: docs

Please review this set of changes for the upcoming 3.1.9 release and have
comments back by end of day Thursday.

The following changes since commit 09b64a4d246bdcca62dddee152deef7b0dea69d7:

  documentation: prepare for 3.1.8 release (2021-05-17 04:33:02 -1000)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-docs contrib/dunfell-next
  http://git.yoctoproject.org/cgit.cgi/yocto-docs/log/?h=contrib/dunfell-next

Ovidiu Panait (1):
  variables: Add documentation for KERNEL_DTC_FLAGS

Steve Sakoman (2):
  ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of
    supported distros
  documentation: prepare for 3.1.9 release

 documentation/conf.py                                | 2 +-
 documentation/poky.yaml                              | 8 ++++----
 documentation/ref-manual/ref-system-requirements.rst | 2 ++
 documentation/ref-manual/ref-variables.rst           | 9 +++++++++
 documentation/releases.rst                           | 1 +
 documentation/sphinx-static/switchers.js             | 2 +-
 6 files changed, 18 insertions(+), 6 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [yocto-docs][dunfell 1/3] variables: Add documentation for KERNEL_DTC_FLAGS
  2021-06-15 16:58 [yocto-docs][dunfell 0/3] Patch review Steve Sakoman
@ 2021-06-15 16:58 ` Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 2/3] ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of supported distros Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 3/3] documentation: prepare for 3.1.9 release Steve Sakoman
  2 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-06-15 16:58 UTC (permalink / raw)
  To: docs

From: Ovidiu Panait <ovidiu.panait@windriver.com>

Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b2d5bf48fe4e76446a38762839865176294a4a3c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/ref-manual/ref-variables.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index a8375cd37..db0cc2d66 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -3811,6 +3811,15 @@ system and gives an overview of their function and contents.
 
          KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
 
+   :term:`KERNEL_DTC_FLAGS`
+      Specifies the ``dtc`` flags that are passed to the Linux kernel build
+      system when generating the device trees (via ``DTC_FLAGS`` environment
+      variable).
+
+      In order to use this variable, the
+      :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must
+      be inherited.
+
    :term:`KERNEL_EXTRA_ARGS`
       Specifies additional ``make`` command-line arguments the OpenEmbedded
       build system passes on when compiling the kernel.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [yocto-docs][dunfell 2/3] ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of supported distros
  2021-06-15 16:58 [yocto-docs][dunfell 0/3] Patch review Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 1/3] variables: Add documentation for KERNEL_DTC_FLAGS Steve Sakoman
@ 2021-06-15 16:58 ` Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 3/3] documentation: prepare for 3.1.9 release Steve Sakoman
  2 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-06-15 16:58 UTC (permalink / raw)
  To: docs

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/ref-manual/ref-system-requirements.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/ref-manual/ref-system-requirements.rst b/documentation/ref-manual/ref-system-requirements.rst
index bb688772f..d238dc454 100644
--- a/documentation/ref-manual/ref-system-requirements.rst
+++ b/documentation/ref-manual/ref-system-requirements.rst
@@ -67,6 +67,8 @@ distributions:
 
 -  OpenSUSE Leap 15.1
 
+-  OpenSUSE Leap 15.2
+
 
 .. note::
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [yocto-docs][dunfell 3/3] documentation: prepare for 3.1.9 release
  2021-06-15 16:58 [yocto-docs][dunfell 0/3] Patch review Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 1/3] variables: Add documentation for KERNEL_DTC_FLAGS Steve Sakoman
  2021-06-15 16:58 ` [yocto-docs][dunfell 2/3] ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of supported distros Steve Sakoman
@ 2021-06-15 16:58 ` Steve Sakoman
  2 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-06-15 16:58 UTC (permalink / raw)
  To: docs

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/conf.py                    | 2 +-
 documentation/poky.yaml                  | 8 ++++----
 documentation/releases.rst               | 1 +
 documentation/sphinx-static/switchers.js | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index 7a57b3065..99bf4b364 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
 import sys
 import datetime
 
-current_version = "3.1.8"
+current_version = "3.1.9"
 
 # String used in sidebar
 version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 8d42c4496..999779e7c 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
-DISTRO : "3.1.8"
+DISTRO : "3.1.9"
 DISTRO_NAME_NO_CAP : "dunfell"
 DISTRO_NAME : "Dunfell"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.8"
+YOCTO_DOC_VERSION : "3.1.9"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
-DISTRO_REL_TAG : "yocto-3.1.8"
-POKYVERSION : "23.0.8"
+DISTRO_REL_TAG : "yocto-3.1.9"
+POKYVERSION : "23.0.9"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 88740a63f..e272cdc72 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -17,6 +17,7 @@
 - :yocto_docs:`3.1.6 Documentation </3.1.6>`
 - :yocto_docs:`3.1.7 Documentation </3.1.7>`
 - :yocto_docs:`3.1.7 Documentation </3.1.8>`
+- :yocto_docs:`3.1.9 Documentation </3.1.9>`
 
 ==========================
  Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 21a495f60..06d4a8709 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@
 
   var all_versions = {
     'dev': 'dev (3.3)',
-    '3.1.8': '3.1.8',
+    '3.1.9': '3.1.9',
     '3.0.4': '3.0.4',
     '2.7.4': '2.7.4',
   };
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [yocto-docs][dunfell 0/3] Patch review
@ 2021-11-10 17:08 Steve Sakoman
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Sakoman @ 2021-11-10 17:08 UTC (permalink / raw)
  To: docs

Please review this set of patches for dunfell and have comments back by end
of day Thursday.

The following changes since commit 6e287138eaf1e20ac09bdc31fc91b3fe0fabe3ff:

  poky.yaml: fedora33: add missing pkgs (2021-10-29 17:30:57 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/yocto-docs contrib/dunfell-next
  http://git.yoctoproject.org/cgit.cgi/yocto-docs/log/?h=contrib/dunfell-next

Steve Sakoman (3):
  ref-system-requirements.rst: Add Debian 11 to list of supported
    distros
  ref-system-requirements.rst: Add Fedora 34 to list of supported
    distros
  documentation: prepare for 3.1.12 release

 documentation/conf.py                                | 2 +-
 documentation/poky.yaml                              | 8 ++++----
 documentation/ref-manual/ref-system-requirements.rst | 4 ++++
 documentation/releases.rst                           | 1 +
 documentation/sphinx-static/switchers.js             | 2 +-
 5 files changed, 11 insertions(+), 6 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-10 17:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 16:58 [yocto-docs][dunfell 0/3] Patch review Steve Sakoman
2021-06-15 16:58 ` [yocto-docs][dunfell 1/3] variables: Add documentation for KERNEL_DTC_FLAGS Steve Sakoman
2021-06-15 16:58 ` [yocto-docs][dunfell 2/3] ref-system-requirements.rst: Add openSUSE Leap 15.2 to list of supported distros Steve Sakoman
2021-06-15 16:58 ` [yocto-docs][dunfell 3/3] documentation: prepare for 3.1.9 release Steve Sakoman
2021-11-10 17:08 [yocto-docs][dunfell 0/3] Patch review Steve Sakoman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).