<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.koansoftware.com/index.php?action=history&amp;feed=atom&amp;title=Howto_speed_up_Yocto_build</id>
	<title>Howto speed up Yocto build - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.koansoftware.com/index.php?action=history&amp;feed=atom&amp;title=Howto_speed_up_Yocto_build"/>
	<link rel="alternate" type="text/html" href="https://wiki.koansoftware.com/index.php?title=Howto_speed_up_Yocto_build&amp;action=history"/>
	<updated>2026-04-17T18:03:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://wiki.koansoftware.com/index.php?title=Howto_speed_up_Yocto_build&amp;diff=111&amp;oldid=prev</id>
		<title>Koan: Created page with &quot;== How to speed up Yocto build ==  Build performance tuning for OE/Yocto  * Recommended free disk space: about 100 Gbytes * Put the build directory on its own disk. This is good …&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.koansoftware.com/index.php?title=Howto_speed_up_Yocto_build&amp;diff=111&amp;oldid=prev"/>
		<updated>2013-10-03T13:30:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== How to speed up Yocto build ==  Build performance tuning for OE/Yocto  * Recommended free disk space: about 100 Gbytes * Put the build directory on its own disk. This is good …&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== How to speed up Yocto build ==&lt;br /&gt;
&lt;br /&gt;
Build performance tuning for OE/Yocto&lt;br /&gt;
&lt;br /&gt;
* Recommended free disk space: about 100 Gbytes&lt;br /&gt;
* Put the build directory on its own disk. This is good practice in its own right since the build system has a tendency to wear disks heavily.&lt;br /&gt;
* Use the ext4 filesystem for the build disk&lt;br /&gt;
* Turn off journaling for ext4 (“$ tune2fs -O ^has_journal &amp;lt;disk&amp;gt;&amp;quot;)&lt;br /&gt;
* Mount using the options &amp;quot;noatime,barrier=0,commit=6000&amp;quot;&lt;br /&gt;
* Use a tmpfs for /tmp&lt;br /&gt;
&lt;br /&gt;
Example of &amp;#039;&amp;#039;&amp;#039;/etc/fstab&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
 # &amp;lt;file system&amp;gt; &amp;lt;mount point&amp;gt;   &amp;lt;type&amp;gt;  &amp;lt;options&amp;gt;       &amp;lt;dump&amp;gt;  &amp;lt;pass&amp;gt;&lt;br /&gt;
 proc            /proc           proc    nodev,noexec,nosuid 0       0&lt;br /&gt;
 UUID=/dev/sda1  /               ext4    noatime,barrier=0,commit=6000,errors=remount-ro 0       1&lt;br /&gt;
 UUID=/dev/sda5  none            swap    sw              0       0&lt;br /&gt;
 /dev/ram0       /tmp            tmpfs   size=1G         0       0&lt;/div&gt;</summary>
		<author><name>Koan</name></author>
	</entry>
</feed>