]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook: Add a section on extending images using packages
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 18 Mar 2010 23:47:48 +0000 (23:47 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 18 Mar 2010 23:47:48 +0000 (23:47 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
handbook/extendpoky.xml

index fa789d4afb9f779495327bada9f3ae000f55ae1c..df6441fad50ffa4b36fd4823d2181f6b989544c0 100644 (file)
@@ -711,6 +711,19 @@ BBFILE_PRIORITY_extras = "5"</literallayout>
                 circumstances.
             </para>
         </section>
+
+        <section id='usingpoky-changes-updatingimages'>
+            <title>Updating Existing Images</title>
+
+            <para>
+                Often, rather than reflashing a new image you might wish to install updated 
+                packages into an existing running system. This can be done by sharing the <filename class="directory">tmp/deploy/ipk/</filename> directory through a web server and then on the device, changing <filename>/etc/opkg/base-feeds.conf</filename> to point at this server, for example by adding:
+            </para>
+            <literallayout class='monospaced'>
+src/gz all http://www.mysite.com/somedir/deploy/ipk/all
+src/gz armv7a http://www.mysite.com/somedir/deploy/ipk/armv7a
+src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard</literallayout>
+        </section>
     </section>
 
     <section id='usingpoky-modifing-packages'>