summaryrefslogtreecommitdiff
path: root/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'handbook')
-rw-r--r--handbook/extendpoky.xml8
-rw-r--r--handbook/ref-variables.xml1
2 files changed, 4 insertions, 5 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml
index 18edb1ac9..61d354f39 100644
--- a/handbook/extendpoky.xml
+++ b/handbook/extendpoky.xml
@@ -914,12 +914,12 @@ DISTRO_PN_ALIAS
<title>Specifying the DISTRO_PN_ALIAS variable </title>
<programlisting>
-DISTRO_PN_ALIAS = "distro1=package_name_alias1; distro2=package_name_alias2 \
- distro3=package_name_alias3; \
- ..."
+DISTRO_PN_ALIAS_pn = "distro1=package_name_alias1 distro2=package_name_alias2 \
+ distro3=package_name_alias3 \
+ ..."
</programlisting>
<para>
-Look at the meta/packages/xorg-app/xset_1.0.4.bb recipe file for an example.
+Use space as the delimiter if there're multiple distro aliases
</para>
<tip>
<para>
diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml
index c14a0a770..8ac8f01e6 100644
--- a/handbook/ref-variables.xml
+++ b/handbook/ref-variables.xml
@@ -226,7 +226,6 @@
<glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
<glossdef>
<para>Alias names of the recipe in various Linux distributions. </para>
- <para>See the "meta/package/xorg-app/xset_1.0.4.bb" file for an example</para>
<para>More information in
<link
linkend='usingpoky-configuring-DISTRO_PN_ALIAS'>