summaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 23:47:48 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 23:47:48 +0000
commit5b5f1ba099cbe5dbc8fb78e797eb1a7e052a3522 (patch)
treec0b1631a3e7917702c1be33e1e5dc315ef339e44 /handbook
parentb3f5e554d037bb1f9847eb9caece669f46bce942 (diff)
downloadpoky-5b5f1ba099cbe5dbc8fb78e797eb1a7e052a3522.tar.gz
handbook: Add a section on extending images using packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/extendpoky.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/handbook/extendpoky.xml b/handbook/extendpoky.xml
index fa789d4afb..df6441fad5 100644
--- a/handbook/extendpoky.xml
+++ b/handbook/extendpoky.xml
@@ -711,6 +711,19 @@ BBFILE_PRIORITY_extras = "5"</literallayout>
711 circumstances. 711 circumstances.
712 </para> 712 </para>
713 </section> 713 </section>
714
715 <section id='usingpoky-changes-updatingimages'>
716 <title>Updating Existing Images</title>
717
718 <para>
719 Often, rather than reflashing a new image you might wish to install updated
720 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:
721 </para>
722 <literallayout class='monospaced'>
723src/gz all http://www.mysite.com/somedir/deploy/ipk/all
724src/gz armv7a http://www.mysite.com/somedir/deploy/ipk/armv7a
725src/gz beagleboard http://www.mysite.com/somedir/deploy/ipk/beagleboard</literallayout>
726 </section>
714 </section> 727 </section>
715 728
716 <section id='usingpoky-modifing-packages'> 729 <section id='usingpoky-modifing-packages'>