diff mbox series

[05/20] ref-manual,dev-manual: remove srpm mode archiver class mentions

Message ID 20260918-releases-notes-6-1-v1-5-2d0fceffa242@bootlin.com
State New
Headers show
Series Updates and release notes for 6.1 | expand

Commit Message

Antonin Godard Sept. 18, 2026, 1:53 p.m. UTC
This was removed with 69ce7593e8ed ("classes/archiver: remove SRPM
mode") in OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/dev-manual/licenses.rst  | 4 +---
 documentation/ref-manual/variables.rst | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/licenses.rst b/documentation/dev-manual/licenses.rst
index fc23871c8..46a5a69dd 100644
--- a/documentation/dev-manual/licenses.rst
+++ b/documentation/dev-manual/licenses.rst
@@ -355,9 +355,7 @@  accidental release of proprietary software. The Yocto Project provides
 an :ref:`ref-classes-archiver` class to help avoid some of these concerns.
 
 Before you employ :term:`DL_DIR` or the :ref:`ref-classes-archiver` class, you
-need to decide how you choose to provide source. The source
-:ref:`ref-classes-archiver` class can generate tarballs and SRPMs and can
-create them with various levels of compliance in mind.
+need to decide how you choose to provide source.
 
 One way of doing this (but certainly not the only way) is to release
 just the source as a tarball. You can do this by adding the following to
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5a7ab5396..780bde3f1 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -165,7 +165,6 @@  system and gives an overview of their function and contents.
          ARCHIVER_MODE[diff-exclude] ?= "file file ..."    # Lists files and directories to exclude from diff.
          ARCHIVER_MODE[dumpdata] = "1"                     # Uses environment data.
          ARCHIVER_MODE[recipe] = "1"                       # Uses recipe and include files.
-         ARCHIVER_MODE[srpm] = "1"                         # Uses RPM package files.
 
       For information on how the variable works, see the
       ``meta/classes/archiver.bbclass`` file in :term:`OpenEmbedded-Core