summaryrefslogtreecommitdiffstats
path: root/handbook/ref-variables.xml
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-01 16:19:22 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-02 14:06:03 +0100
commit6b82b70c9335d6cf6a0b84cb61392c2589ef12f7 (patch)
tree5846612563c169b3712f132e83af43f12ed38085 /handbook/ref-variables.xml
parent682983b54825615a7ea7f13f8277b35d967aa102 (diff)
downloadpoky-6b82b70c9335d6cf6a0b84cb61392c2589ef12f7.tar.gz
Handbook: Documentation for DISTRO_PN_ALIAS
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com
Diffstat (limited to 'handbook/ref-variables.xml')
-rw-r--r--handbook/ref-variables.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml
index b4d5639ec1..7bbcdb81f0 100644
--- a/handbook/ref-variables.xml
+++ b/handbook/ref-variables.xml
@@ -216,6 +216,19 @@
216 </glossdef> 216 </glossdef>
217 </glossentry> 217 </glossentry>
218 218
219 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
220 <glossdef>
221 <para>Alias names of the recipe in various Linux distributions. </para>
222 <para>See the "meta/package/xorg-app/xset_1.0.4.bb" file for an example</para>
223 <para>More information in
224 <link
225 linkend='usingpoky-configuring-DISTRO_PN_ALIAS'>
226 Configuring the DISTRO_PN_ALIAS variable section
227 </link>
228 </para>
229 </glossdef>
230 </glossentry>
231
219 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION</glossterm> 232 <glossentry id='var-DISTRO_VERSION'><glossterm>DISTRO_VERSION</glossterm>
220 <glossdef> 233 <glossdef>
221 <para>Version of distribution</para> 234 <para>Version of distribution</para>
@@ -406,6 +419,10 @@
406 <para> This is an optional variable now. And the plan is to make 419 <para> This is an optional variable now. And the plan is to make
407 it a required variable in the future </para> 420 it a required variable in the future </para>
408 <para>See the "meta/package/zlib/zlib_${PV}.bb" file for an example</para> 421 <para>See the "meta/package/zlib/zlib_${PV}.bb" file for an example</para>
422
423 <para>More information in <link
424 linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>
425 Configuring the LIC_FILES_CHKSUM variable section</link></para>
409 </glossdef> 426 </glossdef>
410 </glossentry> 427 </glossentry>
411 428