<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jcdr</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jcdr"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Jcdr"/>
	<updated>2026-04-20T15:44:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=OpenEmbedded-Core&amp;diff=877</id>
		<title>OpenEmbedded-Core</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=OpenEmbedded-Core&amp;diff=877"/>
		<updated>2011-03-05T22:13:42Z</updated>

		<summary type="html">&lt;p&gt;Jcdr: Fix for BBFETCH2=True is now commited, so the temporary step 1.5 is not need anymore.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OpenEmbedded-Core is a base layer, of recipes, classes and associated files that is meant to be common amount many different Open Embedded derived systems.  While not all systems will use every piece of the OpenEmbedded-Core, it will provide a self contained example that can be used to prove basic functionality.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Getting Started&lt;br /&gt;
&lt;br /&gt;
1) Download the repository&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone git://git.openembedded.org/openembedded-core oe-core&lt;br /&gt;
cd oe-core&lt;br /&gt;
git clone git://git.openembedded.org/bitbake bitbake&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Setup the environment, and build directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
. ./poky-init-build-env [&amp;lt;build directory&amp;gt;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The optional build directory may be specified, otherwise it is assumed you want to use the directory named &amp;quot;build&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3) First time configuration&lt;br /&gt;
&lt;br /&gt;
The first time you run poky-init-build-env, it will setup the directory for you.  You should at least review the settings within the conf/local.conf file.&lt;br /&gt;
&lt;br /&gt;
4) Build something&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake &amp;lt;rule&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good simple place to start is &amp;quot;bitbake poky-image-minimal&amp;quot;.  This will run through a simple build and do basic system sanity checks.  If your system needs additional software installed, or other environment settings it will tell you what is needed.&lt;/div&gt;</summary>
		<author><name>Jcdr</name></author>
	</entry>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=OpenEmbedded-Core&amp;diff=876</id>
		<title>OpenEmbedded-Core</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=OpenEmbedded-Core&amp;diff=876"/>
		<updated>2011-03-05T22:05:21Z</updated>

		<summary type="html">&lt;p&gt;Jcdr: Using PRE tag to get a better display of the commands.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OpenEmbedded-Core is a base layer, of recipes, classes and associated files that is meant to be common amount many different Open Embedded derived systems.  While not all systems will use every piece of the OpenEmbedded-Core, it will provide a self contained example that can be used to prove basic functionality.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Getting Started&lt;br /&gt;
&lt;br /&gt;
1) Download the repository&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
git clone git://git.openembedded.org/openembedded-core oe-core&lt;br /&gt;
cd oe-core&lt;br /&gt;
git clone git://git.openembedded.org/bitbake bitbake&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.5) Temporary workaround (as of 2011-03-02)&lt;br /&gt;
&lt;br /&gt;
Edit the file scripts/poky-env-internal&lt;br /&gt;
&lt;br /&gt;
Add to the end:&lt;br /&gt;
&lt;br /&gt;
export BBFETCH2=True&lt;br /&gt;
&lt;br /&gt;
2) Setup the environment, and build directory&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
. ./poky-init-build-env [&amp;lt;build directory&amp;gt;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The optional build directory may be specified, otherwise it is assumed you want to use the directory named &amp;quot;build&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
3) First time configuration&lt;br /&gt;
&lt;br /&gt;
The first time you run poky-init-build-env, it will setup the directory for you.  You should at least review the settings within the conf/local.conf file.&lt;br /&gt;
&lt;br /&gt;
4) Build something&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bitbake &amp;lt;rule&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A good simple place to start is &amp;quot;bitbake poky-image-minimal&amp;quot;.  This will run through a simple build and do basic system sanity checks.  If your system needs additional software installed, or other environment settings it will tell you what is needed.&lt;/div&gt;</summary>
		<author><name>Jcdr</name></author>
	</entry>
</feed>