summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:43 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:42:54 +0100
commit356b6f0e3266175d310dae2009f69707e5f010c3 (patch)
tree31caf557a329065d1e06f0bd764f69b48e66b293 /documentation/ref-manual/classes.rst
parent8242bd30def1af9286a8cdbed8c569c58a6af38b (diff)
downloadpoky-356b6f0e3266175d310dae2009f69707e5f010c3.tar.gz
ref-manual: Remove references to package_tar class
This has been removed in 4.2. (From yocto-docs rev: a5dcaf95915deec5243ab2fd0711c63e98b2a661) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst27
1 files changed, 1 insertions, 26 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index f8172e6b29..32494ee09f 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2025,13 +2025,7 @@ The :ref:`ref-classes-package` class supports generating packages from a build's
2025output. The core generic functionality is in ``package.bbclass``. The 2025output. The core generic functionality is in ``package.bbclass``. The
2026code specific to particular package types resides in these 2026code specific to particular package types resides in these
2027package-specific classes: :ref:`ref-classes-package_deb`, 2027package-specific classes: :ref:`ref-classes-package_deb`,
2028:ref:`ref-classes-package_rpm`, :ref:`ref-classes-package_ipk`, and 2028:ref:`ref-classes-package_rpm`, :ref:`ref-classes-package_ipk`.
2029:ref:`ref-classes-package_tar`.
2030
2031.. note::
2032
2033 The :ref:`ref-classes-package_tar` class is broken and
2034 not supported. It is recommended that you do not use this class.
2035 2029
2036You can control the list of resulting package formats by using the 2030You can control the list of resulting package formats by using the
2037:term:`PACKAGE_CLASSES` variable defined in your ``conf/local.conf`` 2031:term:`PACKAGE_CLASSES` variable defined in your ``conf/local.conf``
@@ -2121,25 +2115,6 @@ This class inherits the :ref:`ref-classes-package` class and
2121is enabled through the :term:`PACKAGE_CLASSES` 2115is enabled through the :term:`PACKAGE_CLASSES`
2122variable in the ``local.conf`` file. 2116variable in the ``local.conf`` file.
2123 2117
2124.. _ref-classes-package_tar:
2125
2126``package_tar``
2127===============
2128
2129The :ref:`ref-classes-package_tar` class provides support for creating tarballs. The
2130class ensures the packages are written out in a tarball format to the
2131``${``\ :term:`DEPLOY_DIR_TAR`\ ``}`` directory.
2132
2133This class inherits the :ref:`ref-classes-package` class and
2134is enabled through the :term:`PACKAGE_CLASSES`
2135variable in the ``local.conf`` file.
2136
2137.. note::
2138
2139 You cannot specify the :ref:`ref-classes-package_tar` class first using the
2140 :term:`PACKAGE_CLASSES` variable. You must use ``.deb``, ``.ipk``, or ``.rpm``
2141 file formats for your image or SDK.
2142
2143.. _ref-classes-packagedata: 2118.. _ref-classes-packagedata:
2144 2119
2145``packagedata`` 2120``packagedata``