mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
handbook: Add a section on extending images using packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -711,6 +711,19 @@ BBFILE_PRIORITY_extras = "5"</literallayout>
|
|||||||
circumstances.
|
circumstances.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</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>
|
||||||
|
|
||||||
<section id='usingpoky-modifing-packages'>
|
<section id='usingpoky-modifing-packages'>
|
||||||
|
|||||||
Reference in New Issue
Block a user