<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.openembedded.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jlamorie</id>
	<title>Openembedded.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.openembedded.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jlamorie"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Jlamorie"/>
	<updated>2026-06-01T17:34:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=859</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=859"/>
		<updated>2008-12-10T17:40:54Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OpenEmbedded Recipes ==&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
== linux recipes ==&lt;br /&gt;
&lt;br /&gt;
=== Definitions ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_MACHINE&amp;lt;/code&amp;gt; - A machine as described in local.conf and with an appropriate config file in OE/conf/machine.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SRC_URI&amp;lt;/code&amp;gt; - Some documentation available at berlios.de[http://bitbake.berlios.de/manual/ch03.html].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S&amp;lt;/code&amp;gt; - Source directory, I think.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;FILES_kernel-image&amp;lt;/code&amp;gt; - The complete path of the final kernel-image in the destination filesystem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;OS&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ARCH&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;KERNEL_IMAGETYPE&amp;lt;/code&amp;gt; - Filename of the image to be built. The exact name is dependent on the architecture. Could be one of the following.&lt;br /&gt;
* vmlinux&lt;br /&gt;
* image&lt;br /&gt;
* uImage&lt;br /&gt;
* bzImage&lt;br /&gt;
* zImage&lt;br /&gt;
* zImage.flash&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;KERNEL_OUTPUT&amp;lt;/code&amp;gt; - Where in the kernel build tree is the final image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_HOST&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
=== Functions ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;do_configure()&amp;lt;/code&amp;gt; - Runs before X and after Y.  In the case of building a kernel&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=858</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=858"/>
		<updated>2008-12-10T17:23:01Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_MACHINE&amp;lt;/code&amp;gt; - A machine as described in local.conf and with an appropriate config file in OE/conf/machine.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SRC_URI&amp;lt;/code&amp;gt; - Some documentation available at berlios.de[http://bitbake.berlios.de/manual/ch03.html].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S&amp;lt;/code&amp;gt; - Source directory, I think.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;FILES_kernel-image&amp;lt;/code&amp;gt; - The complete path of the final kernel-image in the destination filesystem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;OS&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ARCH&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;KERNEL_IMAGETYPE&amp;lt;/code&amp;gt; - Filename of the image to be built. The exact name is dependent on the architecture. Could be one of the following.&lt;br /&gt;
* vmlinux&lt;br /&gt;
* image&lt;br /&gt;
* uImage&lt;br /&gt;
* bzImage&lt;br /&gt;
* zImage&lt;br /&gt;
* zImage.flash&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;KERNEL_OUTPUT&amp;lt;/code&amp;gt; - Where in the kernel build tree is the final image.&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=857</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=857"/>
		<updated>2008-12-10T17:21:16Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_MACHINE&amp;lt;/code&amp;gt; - A machine as described in local.conf and with an appropriate config file in OE/conf/machine.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SRC_URI&amp;lt;/code&amp;gt; - Some documentation available at berlios.de[http://bitbake.berlios.de/manual/ch03.html].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;S&amp;lt;/code&amp;gt; - Source directory, I think.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;FILES_kernel-image&amp;lt;/code&amp;gt; - The complete path of the final kernel-image in the destination filesystem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;OS&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ARCH&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;KERNEL_IMAGETYPE&amp;lt;/code&amp;gt; - Filename of the image to be built. The exact name is dependent on the architecture. Could be one of the following.&lt;br /&gt;
  * vmlinux&lt;br /&gt;
  * image&lt;br /&gt;
  * uImage&lt;br /&gt;
  * bzImage&lt;br /&gt;
  * zImage&lt;br /&gt;
  * zImage.flash&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=856</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=856"/>
		<updated>2008-12-10T17:15:48Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_MACHINE&amp;lt;/code&amp;gt; - A machine as described in local.conf and with an appropriate config file in OE/conf/machine.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SRC_URI&amp;lt;/code&amp;gt; - Some documentation available at [http://bitbake.berlios.de/manual/ch03.html|http://bitbake.berlios.de/manual/ch03.html].&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=855</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=855"/>
		<updated>2008-12-10T17:15:15Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;COMPATIBLE_MACHINE&amp;lt;/code&amp;gt; - A machine as described in local.conf and with an appropriate config file in OE/conf/machine.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SRC_URI&amp;lt;/code&amp;gt; - Some documentation available at [http://bitbake.berlios.de/manual/ch03.html].&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=854</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=854"/>
		<updated>2008-12-10T17:11:35Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DESCRIPTION&amp;lt;/code&amp;gt; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;LICENSE&amp;lt;/code&amp;gt; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEPENDS&amp;lt;/code&amp;gt; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;PR&amp;lt;/code&amp;gt; - How is this used?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DEFAULT_PREFERENCE&amp;lt;/code&amp;gt; - How is this used?&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=853</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=853"/>
		<updated>2008-12-10T17:10:47Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;SECTION&amp;lt;/code&amp;gt; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DESCRIPTION&#039; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&#039;LICENSE&#039; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DEPENDS&#039; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&#039;PR - How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DEFAULT_PREFERENCE&#039; - How is this used?&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=852</id>
		<title>User:Jlamorie</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=User:Jlamorie&amp;diff=852"/>
		<updated>2008-12-10T17:08:45Z</updated>

		<summary type="html">&lt;p&gt;Jlamorie: Package Recipe Description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== OpenEmbedded Recipes ====&lt;br /&gt;
&lt;br /&gt;
This is my log of trying to understand what each element of a .bb file is.&lt;br /&gt;
&lt;br /&gt;
=== linux recipes ===&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
&lt;br /&gt;
&#039;SECTION&#039; - Top level package section. base, kernel, libs, x11, x11/utils.  This appears to be similar to a bbclass. How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DESCRIPTION&#039; - Description of package to be built.  I assume this shows up in the ipkg meta data.&lt;br /&gt;
&lt;br /&gt;
&#039;LICENSE&#039; - GPL or other.  How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DEPENDS&#039; - This package cannot be built/recipe not baked until the packages/recipes listed in DEPENDS have been built/baked.&lt;br /&gt;
&lt;br /&gt;
&#039;PR - How is this used?&lt;br /&gt;
&lt;br /&gt;
&#039;DEFAULT_PREFERENCE&#039; - How is this used?&lt;/div&gt;</summary>
		<author><name>Jlamorie</name></author>
	</entry>
</feed>