diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e6915bd385..d6732067a4 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 |
