]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Review edits applied to the package feed build considerations.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 7 Jun 2016 22:59:53 +0000 (15:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jun 2016 11:59:07 +0000 (12:59 +0100)
(From yocto-docs rev: 0810f8272be51219d03b06d6771a35bbe6d6e552)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml

index 24a7bdc28a56a550e62c793401b5414849e5a056..6e0a618277cad49175d17481e8b039cfda852f5d 100644 (file)
                     <para>
                         The <filename>smart</filename> application performs
                         runtime package management of RPM packages.
-                        This application is aware of every package database
-                        you want to use.
                         You must perform an initial setup for
                         <filename>smart</filename> on the target machine.
                     </para>
                     <para>
                         The <filename>opkg</filename> application performs
                         runtime package management of IPK packages.
-                        This application is aware of every package database
-                        you want to use.
                         You must perform an initial setup for
                         <filename>opkg</filename> on the target machine.
                     </para>
                     </para>
 
                     <para>
-                        For example, assume the following:
-                        <itemizedlist>
-                            <listitem><para>
-                                An HTTP server named
-                                <filename>my.server</filename> exists on your
-                                build machine.
-                                </para></listitem>
-                            <listitem><para>
-                                The server is serving packages from a directory
-                                named <filename>ipk/</filename>.
-                                </para></listitem>
-                            <listitem><para>
-                                The target machine is able to use the
-                                <filename>i586</filename>,
-                                <filename>all</filename>, and
-                                <filename>qemux86</filename> package
-                                databases.
-                                </para></listitem>
-                        </itemizedlist>
+                        As an example, suppose you are serving packages from a
+                        <filename>ipk/</filename> directory containing the
+                        <filename>i586</filename>,
+                        <filename>all</filename>, and
+                        <filename>qemux86</filename> databases through an
+                        HTTP server named <filename>my.server</filename>.
                         On the target, create a configuration file
                         (e.g. <filename>my_repo.conf</filename>) inside the
                         <filename>/etc/opkg/</filename> directory containing
                         Next, instruct <filename>opkg</filename> to fetch
                         the repository information:
                         <literallayout class='monospaced'>
-     #opkg update
+     # opkg update
                         </literallayout>
                         The <filename>opkg</filename> application is now able
                         to find, install, and upgrade packages from the
                         runtime package management of DEB packages.
                         This application uses a source list file to find
                         available package databases.
-                        The application is aware of every package database
-                        you want to use.
                         You must perform an initial setup for
-                        <filename>opkg</filename> on the target machine.
+                        <filename>apt</filename> on the target machine.
                     </para>
 
                     <para>
                         Next, instruct the <filename>apt</filename>
                         application to fetch the repository information:
                         <literallayout class='monospaced'>
-     #apt-get update
+     # apt-get update
                         </literallayout>
                         After this step, <filename>apt</filename> is able
                         to find, install, and upgrade packages from the