diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 04:55:45 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:50 +0000 |
| commit | 61edbfc616966a23272d0024e6c137d1c0e91b02 (patch) | |
| tree | 65fe517e7426a63920e5df91bc60c622e81a4980 /documentation/ref-manual/ref-variables.xml | |
| parent | e6656922c12cf737052196025158b7f850469934 (diff) | |
| download | poky-61edbfc616966a23272d0024e6c137d1c0e91b02.tar.gz | |
ref-manual: Added populate_sdk_* class and some new variables.
Variables added:
IMAGE_PKGTYPE
SDK_OUTPUT
SKD_DIR
(From yocto-docs rev: d33faa90cd2968f067dd74303660448b0a6acd3e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fccffe77bb..dee179d393 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -2645,6 +2645,36 @@ | |||
| 2645 | </glossdef> | 2645 | </glossdef> |
| 2646 | </glossentry> | 2646 | </glossentry> |
| 2647 | 2647 | ||
| 2648 | <glossentry id='var-IMAGE_PKGTYPE'><glossterm>IMAGE_PKGTYPE</glossterm> | ||
| 2649 | <glossdef> | ||
| 2650 | <para> | ||
| 2651 | Defines the package type (DEB, RPM, IPK, or TAR) used | ||
| 2652 | by the OpenEmbedded build system. | ||
| 2653 | The variable is defined appropriately by the | ||
| 2654 | <link linkend='ref-classes-package_deb'><filename>package_deb</filename></link> | ||
| 2655 | class, the | ||
| 2656 | <link linkend='ref-classes-package_rpm'><filename>package_rpm</filename></link> | ||
| 2657 | class, the | ||
| 2658 | <link linkend='ref-classes-package_ipk'><filename>package_ipk</filename></link> | ||
| 2659 | class, or the | ||
| 2660 | <link linkend='ref-classes-package_tar'><filename>package_tar</filename></link> | ||
| 2661 | class as follows: | ||
| 2662 | <literallayout class='monospaced'> | ||
| 2663 | IMAGE_PKGTYPE ?= "deb" | ||
| 2664 | IMAGE_PKGTYPE ?= "ipk" | ||
| 2665 | IMAGE_PKGTYPE ?= "rpm" | ||
| 2666 | IMAGE_PKGTYPE ?= "tar" | ||
| 2667 | </literallayout> | ||
| 2668 | The | ||
| 2669 | <link linkend='ref-classes-populate-sdk-*'><filename>package_sdk_base</filename></link> | ||
| 2670 | and | ||
| 2671 | <link linkend='ref-classes-image'><filename>image</filename></link> | ||
| 2672 | classes use the <filename>IMAGE_PKGTYPE</filename> for | ||
| 2673 | packaging up images and SDKs. | ||
| 2674 | </para> | ||
| 2675 | </glossdef> | ||
| 2676 | </glossentry> | ||
| 2677 | |||
| 2648 | <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm> | 2678 | <glossentry id='var-IMAGE_POSTPROCESS_COMMAND'><glossterm>IMAGE_POSTPROCESS_COMMAND</glossterm> |
| 2649 | <glossdef> | 2679 | <glossdef> |
| 2650 | <para> | 2680 | <para> |
| @@ -5436,6 +5466,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 5436 | </glossdef> | 5466 | </glossdef> |
| 5437 | </glossentry> | 5467 | </glossentry> |
| 5438 | 5468 | ||
| 5469 | <glossentry id='var-SDK_DIR'><glossterm>SDK_DIR</glossterm> | ||
| 5470 | <glossdef> | ||
| 5471 | <para> | ||
| 5472 | The parent directory used by the OpenEmbedded build system | ||
| 5473 | when creating SDK output. | ||
| 5474 | The | ||
| 5475 | <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> | ||
| 5476 | class defines the variable as follows: | ||
| 5477 | <literallayout class='monospaced'> | ||
| 5478 | SDK_DIR = "${<link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>}/sdk" | ||
| 5479 | </literallayout> | ||
| 5480 | </para> | ||
| 5481 | </glossdef> | ||
| 5482 | </glossentry> | ||
| 5483 | |||
| 5439 | <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm> | 5484 | <glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm> |
| 5440 | <glossdef> | 5485 | <glossdef> |
| 5441 | <para> | 5486 | <para> |
| @@ -5455,6 +5500,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 5455 | </glossdef> | 5500 | </glossdef> |
| 5456 | </glossentry> | 5501 | </glossentry> |
| 5457 | 5502 | ||
| 5503 | <glossentry id='var-SDK_OUTPUT'><glossterm>SDK_OUTPUT</glossterm> | ||
| 5504 | <glossdef> | ||
| 5505 | <para> | ||
| 5506 | The location used by the OpenEmbedded build system when | ||
| 5507 | creating SDK output. | ||
| 5508 | The | ||
| 5509 | <link linkend='ref-classes-populate-sdk-*'><filename>populate_sdk_base</filename></link> | ||
| 5510 | class defines the variable as follows: | ||
| 5511 | <literallayout class='monospaced'> | ||
| 5512 | SDK_OUTPUT = "${<link linkend='var-SDK_DIR'>SDK_DIR</link>}/image" | ||
| 5513 | </literallayout> | ||
| 5514 | </para> | ||
| 5515 | </glossdef> | ||
| 5516 | </glossentry> | ||
| 5517 | |||
| 5458 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> | 5518 | <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> |
| 5459 | <glossdef> | 5519 | <glossdef> |
| 5460 | <para>Equivalent to | 5520 | <para>Equivalent to |
