<?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=BitBake_Internals_WIP_Docs</id>
	<title>BitBake Internals WIP Docs - 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=BitBake_Internals_WIP_Docs"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake_Internals_WIP_Docs&amp;action=history"/>
	<updated>2026-04-04T20:51:16Z</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=BitBake_Internals_WIP_Docs&amp;diff=13658&amp;oldid=prev</id>
		<title>Rpurdie: moved Bitbake Interals WIPDocs to BitBake Internals WIP Docs</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake_Internals_WIP_Docs&amp;diff=13658&amp;oldid=prev"/>
		<updated>2014-10-31T14:19:55Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/wiki/Bitbake_Interals_WIPDocs&quot; class=&quot;mw-redirect&quot; title=&quot;Bitbake Interals WIPDocs&quot;&gt;Bitbake Interals WIPDocs&lt;/a&gt; to &lt;a href=&quot;/wiki/BitBake_Internals_WIP_Docs&quot; title=&quot;BitBake Internals WIP Docs&quot;&gt;BitBake Internals WIP Docs&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:19, 31 October 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Rpurdie</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=BitBake_Internals_WIP_Docs&amp;diff=13657&amp;oldid=prev</id>
		<title>Rpurdie: Created page with &quot;= PR Service and Fetcher Incremental Revision Notes =   There are several problems the fetcher needs to solve when working with source control systems and package managers:  a) T...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=BitBake_Internals_WIP_Docs&amp;diff=13657&amp;oldid=prev"/>
		<updated>2014-10-31T14:18:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= PR Service and Fetcher Incremental Revision Notes =   There are several problems the fetcher needs to solve when working with source control systems and package managers:  a) T...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= PR Service and Fetcher Incremental Revision Notes = &lt;br /&gt;
&lt;br /&gt;
There are several problems the fetcher needs to solve when working with source control systems and package managers:&lt;br /&gt;
&lt;br /&gt;
a) The version field (PV) needs to change if any of the underlying inputs from SRC_URI have changed revision. This is to allow new builds to occur when SRC_URI changes.&lt;br /&gt;
&lt;br /&gt;
b) The version field seen by the package manager needs to increase in for changes in the metadata (which comes from the PR Service) in a way that sorts correctly and allows incremental package upgrades&lt;br /&gt;
&lt;br /&gt;
c) The version field seen by the package manager needs to increase in for changes in SRC_URI in a way that sorts correctly and allows incremental package upgrades&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To make this happen, several things happen:&lt;br /&gt;
&lt;br /&gt;
a) In scm based recipes, SRCPV is injected into PV in the correct place. &lt;br /&gt;
&lt;br /&gt;
b) SRCPV contains a set of numbers that increase for each new revision, one per SCM source contained in SRC_URI.&lt;br /&gt;
&lt;br /&gt;
c) If automatic revisions are enabled, SRCPV starts with the placeholder string &amp;quot;AUTOINC+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
d) The AUTOINC string is replaced with the correct version number during do_package and the PR service ensures these numbers increment.&lt;br /&gt;
&lt;br /&gt;
e) An automatic incrementing number from the PR Service is appended to PKGR through the AUTOPR variable.&lt;br /&gt;
&lt;br /&gt;
f) AUTOPR is only set during do_package when the packages are generated&lt;/div&gt;</summary>
		<author><name>Rpurdie</name></author>
	</entry>
</feed>