summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.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/variables.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/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst35
1 files changed, 2 insertions, 33 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 2efb3f8db7..bd11b362e5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1989,25 +1989,6 @@ system and gives an overview of their function and contents.
1989 ":ref:`overview-manual/concepts:package feeds`" section 1989 ":ref:`overview-manual/concepts:package feeds`" section
1990 in the Yocto Project Overview and Concepts Manual. 1990 in the Yocto Project Overview and Concepts Manual.
1991 1991
1992 :term:`DEPLOY_DIR_TAR`
1993 Points to the area that the OpenEmbedded build system uses to place
1994 tarballs that are ready to be used outside of the build system. This
1995 variable applies only when :term:`PACKAGE_CLASSES` contains
1996 ":ref:`ref-classes-package_tar`".
1997
1998 The BitBake configuration file initially defines this variable as a
1999 sub-folder of :term:`DEPLOY_DIR`::
2000
2001 DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar"
2002
2003 The :ref:`ref-classes-package_tar` class uses the
2004 :term:`DEPLOY_DIR_TAR` variable to make sure the
2005 :ref:`ref-tasks-package_write_tar` task
2006 writes TAR packages into the appropriate folder. For more information
2007 on how packaging works, see the
2008 ":ref:`overview-manual/concepts:package feeds`" section
2009 in the Yocto Project Overview and Concepts Manual.
2010
2011 :term:`DEPLOYDIR` 1992 :term:`DEPLOYDIR`
2012 When inheriting the :ref:`ref-classes-deploy` class, the 1993 When inheriting the :ref:`ref-classes-deploy` class, the
2013 :term:`DEPLOYDIR` points to a temporary work area for deployed files that 1994 :term:`DEPLOYDIR` points to a temporary work area for deployed files that
@@ -3679,12 +3660,7 @@ system and gives an overview of their function and contents.
3679 Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the 3660 Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the
3680 OpenEmbedded build system. The variable is defined appropriately by 3661 OpenEmbedded build system. The variable is defined appropriately by
3681 the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`, 3662 the :ref:`ref-classes-package_deb`, :ref:`ref-classes-package_rpm`,
3682 :ref:`ref-classes-package_ipk`, or :ref:`ref-classes-package_tar` class. 3663 or :ref:`ref-classes-package_ipk` class.
3683
3684 .. note::
3685
3686 The ``package_tar`` class is broken and is not supported. It is
3687 recommended that you do not use it.
3688 3664
3689 The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image` 3665 The :ref:`ref-classes-populate-sdk-*` and :ref:`ref-classes-image`
3690 classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs. 3666 classes use the :term:`IMAGE_PKGTYPE` for packaging up images and SDKs.
@@ -5663,14 +5639,7 @@ system and gives an overview of their function and contents.
5663 You can provide one or more of the following arguments for the 5639 You can provide one or more of the following arguments for the
5664 variable:: 5640 variable::
5665 5641
5666 PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk package_tar" 5642 PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
5667
5668 .. note::
5669
5670 While it is a legal option, the :ref:`ref-classes-package_tar`
5671 class has limited functionality due to no support for package
5672 dependencies by that backend. Therefore, it is recommended that
5673 you do not use it.
5674 5643
5675 The build system uses only the first argument in the list as the 5644 The build system uses only the first argument in the list as the
5676 package manager when creating your image or SDK. However, packages 5645 package manager when creating your image or SDK. However, packages