summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-package.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml
index 0da301b123..c55c10d1cd 100644
--- a/documentation/adt-manual/adt-package.xml
+++ b/documentation/adt-manual/adt-package.xml
@@ -45,7 +45,8 @@
45 45
46 <para> 46 <para>
47 Whichever PMS you are using, you need to be sure that the 47 Whichever PMS you are using, you need to be sure that the
48 <filename>PACKAGE_CLASSES</filename> variable in the <filename>conf/local.conf</filename> 48 <ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></ulink>
49 variable in the <filename>conf/local.conf</filename>
49 file is set to reflect that system. 50 file is set to reflect that system.
50 The first value you choose for the variable specifies the package file format for the root 51 The first value you choose for the variable specifies the package file format for the root
51 filesystem at sysroot. 52 filesystem at sysroot.
@@ -55,7 +56,8 @@
55 56
56 <note> 57 <note>
57 For build performance information related to the PMS, see 58 For build performance information related to the PMS, see
58 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink> in The Yocto Project Reference Manual. 59 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'>Packaging - <filename>package*.bbclass</filename></ulink>
60 in the Yocto Project Reference Manual.
59 </note> 61 </note>
60 62
61 <para> 63 <para>
@@ -75,7 +77,8 @@
75 </para> 77 </para>
76 78
77 <para> 79 <para>
78 Next, source the environment setup script found in the source directory. 80 Next, source the environment setup script found in the
81 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
79 Follow that by setting up the installation destination to point to your 82 Follow that by setting up the installation destination to point to your
80 sysroot as <filename>&lt;sysroot_dir&gt;</filename>. 83 sysroot as <filename>&lt;sysroot_dir&gt;</filename>.
81 Finally, have an OPKG configuration file <filename>&lt;conf_file&gt;</filename> 84 Finally, have an OPKG configuration file <filename>&lt;conf_file&gt;</filename>