<?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%2FUnconventionalImages</id>
	<title>TipsAndTricks/UnconventionalImages - 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%2FUnconventionalImages"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=TipsAndTricks/UnconventionalImages&amp;action=history"/>
	<updated>2026-04-17T07:12:23Z</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/UnconventionalImages&amp;diff=38190&amp;oldid=prev</id>
		<title>RossBurton: Created page with &quot;Images don&#039;t have to contain a full root file system and kernel, as they&#039;re constructed from packages they can contain anything in a package.  For example, if you were publish...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=TipsAndTricks/UnconventionalImages&amp;diff=38190&amp;oldid=prev"/>
		<updated>2018-04-27T16:20:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Images don&amp;#039;t have to contain a full root file system and kernel, as they&amp;#039;re constructed from packages they can contain anything in a package.  For example, if you were publish...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Images don&amp;#039;t have to contain a full root file system and kernel, as they&amp;#039;re constructed from packages they can contain anything in a package.&lt;br /&gt;
&lt;br /&gt;
For example, if you were publishing the API documentation for your SDK online somewhere then generating a tarball of all the API docs would be a good start.  This would be an image which just contained the &amp;lt;tt&amp;gt;-doc&amp;lt;/tt&amp;gt; packages, and nothing else:&lt;br /&gt;
&lt;br /&gt;
 # Use PACKAGE_INSTALL directly to bypass the convenience layers and specify exactly what packages should be installed&lt;br /&gt;
 PACKAGE_INSTALL = &amp;quot;gtk+3-doc glib-2.0-doc&amp;quot;&lt;br /&gt;
 # Don&amp;#039;t want any image features such as a package manager&lt;br /&gt;
 IMAGE_FEATURES = &amp;quot;&amp;quot;&lt;br /&gt;
 # Don&amp;#039;t want any locales to be installed&lt;br /&gt;
 IMAGE_LINGUAS = &amp;quot;&amp;quot;&lt;br /&gt;
 # Just generate a tarball&lt;br /&gt;
 IMAGE_FSTYPES = &amp;quot;tar.gz&amp;quot;&lt;br /&gt;
 # Don&amp;#039;t generate the ldconfig cache&lt;br /&gt;
 LDCONFIGDEPEND = &amp;quot;&amp;quot;&lt;br /&gt;
 # This is an image&lt;br /&gt;
 inherit image&lt;br /&gt;
&lt;br /&gt;
This will create an image which just contains the packages listed in PACKAGE_INSTALL (and their dependencies), and nothing else.&lt;/div&gt;</summary>
		<author><name>RossBurton</name></author>
	</entry>
</feed>