From: Richard Purdie Date: Thu, 18 Mar 2010 23:47:48 +0000 (+0000) Subject: handbook: Add a section on extending images using packages X-Git-Tag: 2011-1~6153 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5b5f1ba099cbe5dbc8fb78e797eb1a7e052a3522;p=openembedded-core.git handbook: Add a section on extending images using packages Signed-off-by: Richard Purdie --- 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" circumstances. + +
+ Updating Existing Images + + + 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 tmp/deploy/ipk/ directory through a web server and then on the device, changing /etc/opkg/base-feeds.conf to point at this server, for example by adding: + + +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 +