@@ -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
@@ -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
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(-)