<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=TipsAndTricks%2FDeployWithLocalPackageServer</id>
	<title>TipsAndTricks/DeployWithLocalPackageServer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=TipsAndTricks%2FDeployWithLocalPackageServer"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=TipsAndTricks/DeployWithLocalPackageServer&amp;action=history"/>
	<updated>2026-05-16T14:24:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=TipsAndTricks/DeployWithLocalPackageServer&amp;diff=69877&amp;oldid=prev</id>
		<title>Rpurdie: Created page with &quot;Imagine you want to test some changes to a piece of software and already have an image you&#039;ve built running on the target. You can set:  PACKAGE_FEED_URIS = &quot;http://&lt;ip-addres...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=TipsAndTricks/DeployWithLocalPackageServer&amp;diff=69877&amp;oldid=prev"/>
		<updated>2020-02-22T10:38:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Imagine you want to test some changes to a piece of software and already have an image you&amp;#039;ve built running on the target. You can set:  PACKAGE_FEED_URIS = &amp;quot;http://&amp;lt;ip-addres...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Imagine you want to test some changes to a piece of software and already have an image you&amp;#039;ve built running on the target. You can set:&lt;br /&gt;
&lt;br /&gt;
PACKAGE_FEED_URIS = &amp;quot;http://&amp;lt;ip-address&amp;gt;:8000&amp;quot;&lt;br /&gt;
PRSERV_HOST = &amp;quot;localhost:0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
which sets up the image to refer to that package feed and ensures package versions increment.&lt;br /&gt;
&lt;br /&gt;
Update the index with:&lt;br /&gt;
&lt;br /&gt;
bitbake package-index&lt;br /&gt;
&lt;br /&gt;
Start an http server with:&lt;br /&gt;
&lt;br /&gt;
python3 -mhttp.server /path/to/deploy/rpms&lt;br /&gt;
&lt;br /&gt;
Then you can do something like:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;bitbake &amp;lt;recipe&amp;gt; -C compile; bitbake package-index&amp;quot;&lt;br /&gt;
&lt;br /&gt;
to cause recipe to recompile and then be available to update on the target using the package manager of choice (should work for opkg or dnf).&lt;/div&gt;</summary>
		<author><name>Rpurdie</name></author>
	</entry>
</feed>