]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Applied edits to the package feed section.
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 8 Jun 2016 20:01:31 +0000 (13:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jun 2016 11:59:07 +0000 (12:59 +0100)
Fixes [YOCTO #1882]

(From yocto-docs rev: 12e6b9f21fc6067389ea7632b5991d45173ae2ff)

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 376027f8b578fb0e2b103c1a6cceb6bdb9aaead0..b7b623a255295f29ae2b6243663fe828649048e2 100644 (file)
                             You can start the server by running the following
                             commands from the recently created directory:
                             <literallayout class='monospaced'>
-     $ cd {TMPDIR}/deploy/\\packageformat\\
-     $ python -m SimpleHTTPServer
+     $ cd /var/www/my_repo
+     $ python m SimpleHTTPServer
                             </literallayout>
                             </para></listitem>
                     </orderedlist>
                 <para>
                     Setting up the target differs depending on the
                     package management system.
-                    This section provides information for RPM and IPK.
+                    This section provides information for RPM, IPK, and DEB.
                 </para>
 
                 <section id='runtime-package-management-target-rpm'>