diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-13 14:43:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:19:00 +0100 |
commit | 35655863cad0ebcb78001bafd781e212bdffe4bc (patch) | |
tree | 8cc30c8f7cc75932bf0a426640ddce8f60a26d84 /documentation/ref-manual/ref-classes.xml | |
parent | b7c167af1ca0b12d0b53c073c0bbb179b8ecdc3d (diff) | |
download | poky-35655863cad0ebcb78001bafd781e212bdffe4bc.tar.gz |
ref-manual: Review comments added, new variables added
* Updated some links in the insane.bbclass sectioni so they
now point to some new variables.
* Added glossary descriptions for PKGD, PKGDEST, and
INCOMPATIBLE_LICENSE.
* Added a paragraph to the LICENSE variable to describe
situations where the output might have components whose
licensing is from two different licenses (licensing on
a per-package basis).
(From yocto-docs rev: b8dd3b3d5cb912ed7c5d3c9b6c01d93347e95b84)
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-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 42f33e811e..7a5a5ddb58 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -648,7 +648,7 @@ | |||
648 | <listitem><para><emphasis><filename>incompatible-license:</filename></emphasis> | 648 | <listitem><para><emphasis><filename>incompatible-license:</filename></emphasis> |
649 | Report when packages are excluded from being created due to | 649 | Report when packages are excluded from being created due to |
650 | being marked with a license that is in | 650 | being marked with a license that is in |
651 | <filename>INCOMPATIBLE_LICENSE</filename>. | 651 | <link linkend='var-INCOMPATIBLE_LICENSE'><filename>INCOMPATIBLE_LICENSE</filename></link>. |
652 | </para></listitem> | 652 | </para></listitem> |
653 | <listitem><para><emphasis><filename>compile-host-path:</filename></emphasis> | 653 | <listitem><para><emphasis><filename>compile-host-path:</filename></emphasis> |
654 | Checks the <filename>do_compile</filename> log for indications | 654 | Checks the <filename>do_compile</filename> log for indications |
@@ -762,8 +762,8 @@ | |||
762 | <link linkend='var-DEPLOY_DIR'><filename>DEPLOY_DIR</filename></link>, | 762 | <link linkend='var-DEPLOY_DIR'><filename>DEPLOY_DIR</filename></link>, |
763 | <link linkend='var-D'><filename>D</filename></link>, | 763 | <link linkend='var-D'><filename>D</filename></link>, |
764 | <link linkend='var-PN'><filename>PN</filename></link>, and | 764 | <link linkend='var-PN'><filename>PN</filename></link>, and |
765 | <filename>PKGD</filename>) are undefined during | 765 | <link linkend='var-PKGD'><filename>PKGD</filename></link>) are |
766 | <filename>do_package</filename>. | 766 | undefined during <filename>do_package</filename>. |
767 | </para></listitem> | 767 | </para></listitem> |
768 | <listitem><para><emphasis><filename>pkgv-undefined:</filename></emphasis> | 768 | <listitem><para><emphasis><filename>pkgv-undefined:</filename></emphasis> |
769 | Checks to see if the <filename>PKGV</filename> variable | 769 | Checks to see if the <filename>PKGV</filename> variable |