<?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=R10kindsofpeople</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=R10kindsofpeople"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/R10kindsofpeople"/>
	<updated>2026-04-15T16:06:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Transcript:_from_git_checkout_to_meta-intel_BSP&amp;diff=6209</id>
		<title>Transcript: from git checkout to meta-intel BSP</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Transcript:_from_git_checkout_to_meta-intel_BSP&amp;diff=6209"/>
		<updated>2012-06-13T15:10:02Z</updated>

		<summary type="html">&lt;p&gt;R10kindsofpeople: Added meta-intel layer to BBLAYERS...appears to be required now (per experience and Yocto list thread &amp;quot;1.2_M2-Final build failures&amp;quot;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To build and run a meta-intel BSP, you need to check out a local copy of the poky repo, along with a local copy of the meta-intel repo somewhere inside the poky checkout e.g. see below (the example below uses the &#039;fishriver&#039; BSP as an example.  For other meta-intel BSPs, you can use the instructions in the same way - just substitute the BSP name you actually want to build below e.g. for the jasperforest BSP, substitute &#039;jasperforest&#039;, &#039;meta-jasperforest&#039;, etc.&lt;br /&gt;
&lt;br /&gt;
NOTE: this transcript was from a build done on a Ubuntu 10.04 system.  Please see the &#039;Yocto Project Quickstart&#039; for the packages required to be installed on the host system for building [http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html]&lt;br /&gt;
&lt;br /&gt;
First do the basic checkout of the Yocto sources:&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:/usr/local/dev$ &#039;&#039;&#039;mkdir Yocto&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev$ &#039;&#039;&#039;cd Yocto/&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;git init&#039;&#039;&#039;&lt;br /&gt;
 Initialized empty Git repository in /usr/local/dev/Yocto/.git/&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;git remote add yocto git://git.yoctoproject.org/poky.git&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;git remote update&#039;&#039;&#039;&lt;br /&gt;
 Fetching yocto&lt;br /&gt;
 remote: Counting objects: 133191, done.&lt;br /&gt;
 remote: Compressing objects: 100% (39275/39275), done.&lt;br /&gt;
 remote: Total 133191 (delta 92863), reused 130090 (delta 90408)&lt;br /&gt;
 Receiving objects: 100% (133191/133191), 75.25 MiB | 1004 KiB/s, done.&lt;br /&gt;
 Resolving deltas: 100% (92863/92863), done.&lt;br /&gt;
 From git://git.yoctoproject.org/poky&lt;br /&gt;
  * [new branch]      1.1_M1     -&amp;gt; yocto/1.1_M1&lt;br /&gt;
  * [new branch]      1.1_M2     -&amp;gt; yocto/1.1_M2&lt;br /&gt;
  * [new branch]      1.1_M3     -&amp;gt; yocto/1.1_M3&lt;br /&gt;
  * [new branch]      1.1_M4     -&amp;gt; yocto/1.1_M4&lt;br /&gt;
  * [new branch]      1.2_M1     -&amp;gt; yocto/1.2_M1&lt;br /&gt;
  * [new branch]      1.2_M2     -&amp;gt; yocto/1.2_M2&lt;br /&gt;
  * [new branch]      1.2_M3     -&amp;gt; yocto/1.2_M3&lt;br /&gt;
  * [new branch]      bernard    -&amp;gt; yocto/bernard&lt;br /&gt;
  * [new branch]      blinky     -&amp;gt; yocto/blinky&lt;br /&gt;
  * [new branch]      clyde      -&amp;gt; yocto/clyde&lt;br /&gt;
  * [new branch]      edison     -&amp;gt; yocto/edison&lt;br /&gt;
  * [new branch]      elroy      -&amp;gt; yocto/elroy&lt;br /&gt;
  * [new branch]      green      -&amp;gt; yocto/green&lt;br /&gt;
  * [new branch]      laverne    -&amp;gt; yocto/laverne&lt;br /&gt;
  * [new branch]      master     -&amp;gt; yocto/master&lt;br /&gt;
  * [new branch]      pinky      -&amp;gt; yocto/pinky&lt;br /&gt;
  * [new branch]      purple     -&amp;gt; yocto/purple&lt;br /&gt;
  * [new tag]         1.1_M1.final -&amp;gt; 1.1_M1.final&lt;br /&gt;
  * [new tag]         1.1_M2.final -&amp;gt; 1.1_M2.final&lt;br /&gt;
  * [new tag]         1.1_M2.rc3 -&amp;gt; 1.1_M2.rc3&lt;br /&gt;
  * [new tag]         1.1_M3.final -&amp;gt; 1.1_M3.final&lt;br /&gt;
  * [new tag]         1.1_M3.rc3 -&amp;gt; 1.1_M3.rc3&lt;br /&gt;
  * [new tag]         1.2_M1.final -&amp;gt; 1.2_M1.final&lt;br /&gt;
  * [new tag]         1.2_M1.rc2 -&amp;gt; 1.2_M1.rc2&lt;br /&gt;
  * [new tag]         1.2_M2.final -&amp;gt; 1.2_M2.final&lt;br /&gt;
  * [new tag]         1.2_M2.rc1 -&amp;gt; 1.2_M2.rc1&lt;br /&gt;
  * [new tag]         bernard-5.0.2+docs -&amp;gt; bernard-5.0.2+docs&lt;br /&gt;
  * [new tag]         pinky-3.1.2 -&amp;gt; pinky-3.1.2&lt;br /&gt;
 From git://git.yoctoproject.org/poky&lt;br /&gt;
  * [new tag]         1.1_M1.rc1 -&amp;gt; 1.1_M1.rc1&lt;br /&gt;
  * [new tag]         1.1_M1.rc2 -&amp;gt; 1.1_M1.rc2&lt;br /&gt;
  * [new tag]         1.1_M2.rc1 -&amp;gt; 1.1_M2.rc1&lt;br /&gt;
  * [new tag]         1.1_M2.rc2 -&amp;gt; 1.1_M2.rc2&lt;br /&gt;
  * [new tag]         1.1_M3.rc2 -&amp;gt; 1.1_M3.rc2&lt;br /&gt;
  * [new tag]         1.1_M4.rc2+ -&amp;gt; 1.1_M4.rc2+&lt;br /&gt;
  * [new tag]         1.1_M4.rc3 -&amp;gt; 1.1_M4.rc3&lt;br /&gt;
  * [new tag]         1.1_M4.rc4 -&amp;gt; 1.1_M4.rc4&lt;br /&gt;
  * [new tag]         1.2_M1.rc1 -&amp;gt; 1.2_M1.rc1&lt;br /&gt;
  * [new tag]         bernard-1.0rc1 -&amp;gt; bernard-1.0rc1&lt;br /&gt;
  * [new tag]         bernard-5.0 -&amp;gt; bernard-5.0&lt;br /&gt;
  * [new tag]         bernard-5.0-alpha -&amp;gt; bernard-5.0-alpha&lt;br /&gt;
  * [new tag]         bernard-5.0.1 -&amp;gt; bernard-5.0.1&lt;br /&gt;
  * [new tag]         bernard-5.0.2 -&amp;gt; bernard-5.0.2&lt;br /&gt;
  * [new tag]         bernard-5.0rc1 -&amp;gt; bernard-5.0rc1&lt;br /&gt;
  * [new tag]         bernard-5.0rc2 -&amp;gt; bernard-5.0rc2&lt;br /&gt;
  * [new tag]         edison-6.0 -&amp;gt; edison-6.0&lt;br /&gt;
  * [new tag]         laverne-4.0 -&amp;gt; laverne-4.0&lt;br /&gt;
  * [new tag]         laverne-4.0.1 -&amp;gt; laverne-4.0.1&lt;br /&gt;
  * [new tag]         m4         -&amp;gt; m4&lt;br /&gt;
  * [new tag]         purple-3.2 -&amp;gt; purple-3.2&lt;br /&gt;
  * [new tag]         purple-3.2.1 -&amp;gt; purple-3.2.1&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;git checkout -b edison-cur yocto/edison&#039;&#039;&#039;&lt;br /&gt;
 Branch edison-cur set up to track remote branch edison from yocto.&lt;br /&gt;
 Switched to a new branch &#039;edison-cur&#039;&lt;br /&gt;
&lt;br /&gt;
Now check out the meta-intel repo into the top-level Yocto repo dir:&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;mkdir meta-intel&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;cd meta-intel&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/meta-intel$ &#039;&#039;&#039;git init&#039;&#039;&#039;&lt;br /&gt;
 Initialized empty Git repository in /usr/local/dev/Yocto/meta-intel/.git/&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/meta-intel$ &#039;&#039;&#039;git remote add meta-intel git://git.yoctoproject.org/meta-intel.git&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/meta-intel$ &#039;&#039;&#039;git remote update&#039;&#039;&#039;&lt;br /&gt;
 Fetching meta-intel&lt;br /&gt;
 remote: Counting objects: 3042, done.&lt;br /&gt;
 remote: Compressing objects: 100% (2462/2462), done.&lt;br /&gt;
 remote: Total 3042 (delta 1522), reused 194 (delta 105)&lt;br /&gt;
 Receiving objects: 100% (3042/3042), 1.73 MiB | 531 KiB/s, done.&lt;br /&gt;
 Resolving deltas: 100% (1522/1522), done.&lt;br /&gt;
 From git://git.yoctoproject.org/meta-intel&lt;br /&gt;
  * [new branch]      1.1_M1     -&amp;gt; meta-intel/1.1_M1&lt;br /&gt;
  * [new branch]      1.1_M2     -&amp;gt; meta-intel/1.1_M2&lt;br /&gt;
  * [new branch]      1.1_M3     -&amp;gt; meta-intel/1.1_M3&lt;br /&gt;
  * [new branch]      1.1_M4     -&amp;gt; meta-intel/1.1_M4&lt;br /&gt;
  * [new branch]      1.2_M1     -&amp;gt; meta-intel/1.2_M1&lt;br /&gt;
  * [new branch]      1.2_M2     -&amp;gt; meta-intel/1.2_M2&lt;br /&gt;
  * [new branch]      1.2_M3     -&amp;gt; meta-intel/1.2_M3&lt;br /&gt;
  * [new branch]      bernard    -&amp;gt; meta-intel/bernard&lt;br /&gt;
  * [new branch]      edison     -&amp;gt; meta-intel/edison&lt;br /&gt;
  * [new branch]      laverne    -&amp;gt; meta-intel/laverne&lt;br /&gt;
  * [new branch]      master     -&amp;gt; meta-intel/master&lt;br /&gt;
  * [new tag]         1.1_M1.rc2 -&amp;gt; 1.1_M1.rc2&lt;br /&gt;
  * [new tag]         1.1_M2.final -&amp;gt; 1.1_M2.final&lt;br /&gt;
  * [new tag]         1.1_M2.rc3 -&amp;gt; 1.1_M2.rc3&lt;br /&gt;
  * [new tag]         1.1_M3.final -&amp;gt; 1.1_M3.final&lt;br /&gt;
  * [new tag]         1.1_M3.rc3 -&amp;gt; 1.1_M3.rc3&lt;br /&gt;
  * [new tag]         1.2_M1.final -&amp;gt; 1.2_M1.final&lt;br /&gt;
  * [new tag]         1.2_M1.rc2 -&amp;gt; 1.2_M1.rc2&lt;br /&gt;
 From git://git.yoctoproject.org/meta-intel&lt;br /&gt;
  * [new tag]         1.1_M1.rc1 -&amp;gt; 1.1_M1.rc1&lt;br /&gt;
  * [new tag]         1.1_M2.rc1 -&amp;gt; 1.1_M2.rc1&lt;br /&gt;
  * [new tag]         1.1_M3.rc2 -&amp;gt; 1.1_M3.rc2&lt;br /&gt;
  * [new tag]         1.1_M4.rc2+ -&amp;gt; 1.1_M4.rc2+&lt;br /&gt;
  * [new tag]         1.1_M4.rc4 -&amp;gt; 1.1_M4.rc4&lt;br /&gt;
  * [new tag]         1.2_M2.final -&amp;gt; 1.2_M2.final&lt;br /&gt;
  * [new tag]         1.2_M2.rc1 -&amp;gt; 1.2_M2.rc1&lt;br /&gt;
  * [new tag]         bernard-1.0rc1 -&amp;gt; bernard-1.0rc1&lt;br /&gt;
  * [new tag]         bernard-5.0 -&amp;gt; bernard-5.0&lt;br /&gt;
  * [new tag]         bernard-5.0rc1 -&amp;gt; bernard-5.0rc1&lt;br /&gt;
  * [new tag]         bernard-5.0rc2 -&amp;gt; bernard-5.0rc2&lt;br /&gt;
  * [new tag]         edison-6.0 -&amp;gt; edison-6.0&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/meta-intel$ &#039;&#039;&#039;git checkout -b fishriver meta-intel/edison&#039;&#039;&#039;&lt;br /&gt;
 Branch fishriver set up to track remote branch edison from meta-intel.&lt;br /&gt;
 Switched to a new branch &#039;fishriver&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/meta-intel$ &#039;&#039;&#039;cd ..&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;source oe-init-build-env&#039;&#039;&#039; &lt;br /&gt;
 You had no conf/local.conf file. This configuration file has therefore been&lt;br /&gt;
 created for you with some default values. You may wish to edit it to use a &lt;br /&gt;
 different MACHINE (target hardware) or enable parallel build options to take &lt;br /&gt;
 advantage of multiple cores for example. See the file for more information as &lt;br /&gt;
 common configuration options are commented.&lt;br /&gt;
 &lt;br /&gt;
 The Yocto Project has extensive documentation about OE including a reference manual&lt;br /&gt;
 which can be found at:&lt;br /&gt;
     http://yoctoproject.org/documentation&lt;br /&gt;
 &lt;br /&gt;
 For more information about OpenEmbedded see their website:&lt;br /&gt;
     http://www.openembedded.org/&lt;br /&gt;
 &lt;br /&gt;
 You had no conf/bblayers.conf file. The configuration file has been created for&lt;br /&gt;
 you with some default values. To add additional metadata layers into your&lt;br /&gt;
 configuration please add entries to this file.&lt;br /&gt;
 &lt;br /&gt;
 The Yocto Project has extensive documentation about OE including a reference manual&lt;br /&gt;
 which can be found at:&lt;br /&gt;
     http://yoctoproject.org/documentation&lt;br /&gt;
 &lt;br /&gt;
 For more information about OpenEmbedded see their website:&lt;br /&gt;
     http://www.openembedded.org/&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 ### Shell environment set up for builds. ###&lt;br /&gt;
 &lt;br /&gt;
 You can now run &#039;bitbake &amp;lt;target&amp;gt;&#039;&lt;br /&gt;
 &lt;br /&gt;
 Common targets are:&lt;br /&gt;
     core-image-minimal&lt;br /&gt;
     core-image-sato&lt;br /&gt;
     meta-toolchain&lt;br /&gt;
     meta-toolchain-sdk&lt;br /&gt;
     adt-installer&lt;br /&gt;
     meta-ide-support&lt;br /&gt;
 &lt;br /&gt;
 You can also run generated qemu images with a command like &#039;runqemu qemux86&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Before building, you need to add the meta-fishriver layer so the build recognizes it. So edit bblayers.conf:&lt;br /&gt;
 &lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build$ &#039;&#039;&#039;emacs -nw conf/bblayers.conf&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
And change:&lt;br /&gt;
 &lt;br /&gt;
 BBLAYERS = &amp;quot; \                                                                                                       &lt;br /&gt;
   /usr/local/dev/Yocto/meta \                                                                                        &lt;br /&gt;
   /usr/local/dev/Yocto/meta-yocto \                                                                                  &lt;br /&gt;
   &amp;quot;&lt;br /&gt;
 &lt;br /&gt;
to:&lt;br /&gt;
 &lt;br /&gt;
 BBLAYERS = &amp;quot; \                                                                                                       &lt;br /&gt;
   /usr/local/dev/Yocto/meta \                                                                                        &lt;br /&gt;
   /usr/local/dev/Yocto/meta-yocto \                                                                                  &lt;br /&gt;
   /usr/local/dev/Yocto/meta-intel \&lt;br /&gt;
   /usr/local/dev/Yocto/meta-intel/meta-fishriver \                                                                   &lt;br /&gt;
   &amp;quot;&lt;br /&gt;
&lt;br /&gt;
You also need to make a few changes to your local.conf:&lt;br /&gt;
 &lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build$ &#039;&#039;&#039;emacs -nw conf/local.conf&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Change:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;MACHINE ??= &amp;quot;qemux86&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;MACHINE ??= &amp;quot;fishriver&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To make the build go faster, depending on how many CPUs you have change the following variables.  I&lt;br /&gt;
have 4 cores, with HT, so I&#039;m changing my values to 8:&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/conf$ &#039;&#039;&#039;emacs -nw local.conf&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;BB_NUMBER_THREADS = &amp;quot;8&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;PARALLEL_MAKE = &amp;quot;-j 8&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since this is your first build, it won&#039;t matter - it will take awhile regardless, but for later builds, to avoid re-downloading all the packages again, you can point the DL_DIR variable in local conf to the downloads dir of a previous build.&lt;br /&gt;
&lt;br /&gt;
You&#039;re now ready to build your image, which make take several hours.  Continuing the session...:&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/conf$ &#039;&#039;&#039;cd /usr/local/dev/Yocto&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto$ &#039;&#039;&#039;source oe-init-build-env&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
 ### Shell environment set up for builds. ###&lt;br /&gt;
 &lt;br /&gt;
 You can now run &#039;bitbake &amp;lt;target&amp;gt;&#039;&lt;br /&gt;
 &lt;br /&gt;
 Common targets are:&lt;br /&gt;
     core-image-minimal&lt;br /&gt;
     core-image-sato&lt;br /&gt;
     meta-toolchain&lt;br /&gt;
     meta-toolchain-sdk&lt;br /&gt;
     adt-installer&lt;br /&gt;
     meta-ide-support&lt;br /&gt;
 &lt;br /&gt;
 You can also run generated qemu images with a command like &#039;runqemu qemux86&#039;&lt;br /&gt;
 &lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build$ bitbake core-image-sato&lt;br /&gt;
 Loading cache: 100% |######################################################################| ETA:  00:00:00&lt;br /&gt;
 Loaded 1041 entries from dependency cache.&lt;br /&gt;
 &lt;br /&gt;
 OE Build Configuration:&lt;br /&gt;
 BB_VERSION        = &amp;quot;1.13.3&amp;quot;&lt;br /&gt;
 TARGET_ARCH       = &amp;quot;i586&amp;quot;&lt;br /&gt;
 TARGET_OS         = &amp;quot;linux&amp;quot;&lt;br /&gt;
 MACHINE           = &amp;quot;fishriver&amp;quot;&lt;br /&gt;
 DISTRO            = &amp;quot;poky&amp;quot;&lt;br /&gt;
 DISTRO_VERSION    = &amp;quot;1.1&amp;quot;&lt;br /&gt;
 TUNE_FEATURES     = &amp;quot;m32 core2&amp;quot;&lt;br /&gt;
 TARGET_FPU        = &amp;quot;&amp;quot;&lt;br /&gt;
 meta              &lt;br /&gt;
 meta-yocto        = &amp;quot;edison-cur:69b307523c0ed69bb181f1d50dd959b68428e300&amp;quot;&lt;br /&gt;
 meta-fishriver    = &amp;quot;fishriver:31eaee8e24d570207338ada64f2df36cdbd5353d&amp;quot;  &lt;br /&gt;
 &lt;br /&gt;
 NOTE: Resolving any missing task queue dependencies&lt;br /&gt;
 NOTE: Preparing runqueue&lt;br /&gt;
 NOTE: Executing SetScene Tasks&lt;br /&gt;
 NOTE: Executing RunQueue Tasks&lt;br /&gt;
 NOTE: Running task 4048 of 4471 (ID: 8, /usr/local/dev/Yocto/meta/recipes-sato/images/core-image-sato.bb, do_rootfs)&lt;br /&gt;
 NOTE: Running task 4461 of 4471 (ID: 86, /usr/local/dev/Yocto/meta/recipes-core/images/core-image-minimal-initramfs.bb,  do_rootfs)&lt;br /&gt;
 NOTE: package core-image-sato-1.0-r0: task do_rootfs: Started&lt;br /&gt;
 NOTE: package core-image-minimal-initramfs-1.0-r0: task do_rootfs: Started&lt;br /&gt;
 NOTE: package core-image-sato-1.0-r0: task do_rootfs: Succeeded&lt;br /&gt;
 NOTE: package core-image-minimal-initramfs-1.0-r0: task do_rootfs: Succeeded&lt;br /&gt;
 NOTE: Running task 4470 of 4471 (ID: 9, /usr/local/dev/Yocto/meta/recipes-sato/images/core-image-sato.bb, do_bootimg)&lt;br /&gt;
 NOTE: package core-image-sato-1.0-r0: task do_bootimg: Started&lt;br /&gt;
 NOTE: package core-image-sato-1.0-r0: task do_bootimg: Succeeded&lt;br /&gt;
 NOTE: Running noexec task 4471 of 4471 (ID: 5, /usr/local/dev/Yocto/meta/recipes-sato/images/core-image-sato.bb, do_build)&lt;br /&gt;
 NOTE: Tasks Summary: Attempted 4471 tasks of which 4467 didn&#039;t need to be rerun and 0 failed. &lt;br /&gt;
 &lt;br /&gt;
The build succeeded - look in build/tmp/deploy/images for the bootable image:&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:~$ &#039;&#039;&#039;cd /usr/local/dev/Yocto/build/tmp/deploy/images/&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/tmp/deploy/images$ &#039;&#039;&#039;ls -al&#039;&#039;&#039;&lt;br /&gt;
 total 2409980&lt;br /&gt;
 drwxr-xr-x 2 trz trz      4096 2012-03-09 22:51 .&lt;br /&gt;
 drwxr-xr-x 5 trz trz      4096 2012-03-05 10:50 ..&lt;br /&gt;
 -rw-r--r-- 1 trz trz   4070144 2012-03-05 10:50 bzImage- 3.0.18+git1+d386e09f316e03061c088d2b13a48605c20fb3a6_1+148c56415463fd34a3cc8c1953aa44a7eb935528-r3-fishriver-20120305152905.bin&lt;br /&gt;
 lrwxrwxrwx 1 trz trz       135 2012-03-05 10:50 bzImage-fishriver.bin -&amp;gt; bzImage- 3.0.18+git1+d386e09f316e03061c088d2b13a48605c20fb3a6_1+148c56415463fd34a3cc8c1953aa44a7eb935528-r3-fishriver-20120305152905.bin&lt;br /&gt;
 -rw-r--r-- 1 trz trz   6432703 2012-03-05 10:51 core-image-minimal-initramfs-fishriver-20120305152905.rootfs.cpio.gz&lt;br /&gt;
 -rw-r--r-- 1 trz trz  21592064 2012-03-05 10:51 core-image-minimal-initramfs-fishriver-20120305152905.rootfs.ext3&lt;br /&gt;
 -rw-r--r-- 1 trz trz   6432520 2012-03-09 22:50 core-image-minimal-initramfs-fishriver-20120310044535.rootfs.cpio.gz&lt;br /&gt;
 -rw-r--r-- 1 trz trz  21592064 2012-03-09 22:50 core-image-minimal-initramfs-fishriver-20120310044535.rootfs.ext3&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        68 2012-03-09 22:50 core-image-minimal-initramfs-fishriver.cpio.gz -&amp;gt; core-image-minimal- initramfs-fishriver-20120310044535.rootfs.cpio.gz&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        65 2012-03-09 22:50 core-image-minimal-initramfs-fishriver.ext3 -&amp;gt; core-image-minimal-initramfs- fishriver-20120310044535.rootfs.ext3&lt;br /&gt;
 -rw-r--r-- 1 trz trz 368368640 2012-03-05 11:01 core-image-sato-fishriver-20120305152905.hddimg&lt;br /&gt;
 -rw-r--r-- 1 trz trz 368201728 2012-03-05 11:01 core-image-sato-fishriver-20120305152905.iso&lt;br /&gt;
 -rw-r--r-- 1 trz trz  89748829 2012-03-05 11:01 core-image-sato-fishriver-20120305152905.rootfs.cpio.gz&lt;br /&gt;
 -rw-r--r-- 1 trz trz 357305344 2012-03-05 11:00 core-image-sato-fishriver-20120305152905.rootfs.ext3&lt;br /&gt;
 -rw-r--r-- 1 trz trz 368368640 2012-03-09 22:50 core-image-sato-fishriver-20120310044535.hddimg&lt;br /&gt;
 -rw-r--r-- 1 trz trz 368201728 2012-03-09 22:51 core-image-sato-fishriver-20120310044535.iso&lt;br /&gt;
 -rw-r--r-- 1 trz trz  89744277 2012-03-09 22:50 core-image-sato-fishriver-20120310044535.rootfs.cpio.gz&lt;br /&gt;
 -rw-r--r-- 1 trz trz 357305344 2012-03-09 22:49 core-image-sato-fishriver-20120310044535.rootfs.ext3&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        55 2012-03-09 22:50 core-image-sato-fishriver.cpio.gz -&amp;gt; core-image-sato-fishriver-20120310044535.rootfs.cpio.gz&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        52 2012-03-09 22:49 core-image-sato-fishriver.ext3 -&amp;gt; core-image-sato-fishriver-20120310044535.rootfs.ext3&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        47 2012-03-09 22:51 core-image-sato-fishriver.hddimg -&amp;gt; core-image-sato-fishriver-20120310044535.hddimg&lt;br /&gt;
 lrwxrwxrwx 1 trz trz        44 2012-03-09 22:51 core-image-sato-fishriver.iso -&amp;gt; core-image-sato-fishriver-20120310044535.iso&lt;br /&gt;
 -rw-r--r-- 1 trz trz  41038587 2012-03-05 10:50 modules-3.0.10-yocto-standard+-r3-fishriver.tgz&lt;br /&gt;
 -rw-r--r-- 1 trz trz       294 2012-03-09 22:50 README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt&lt;br /&gt;
&lt;br /&gt;
Now dd the &#039;live&#039; image to a USB drive (/dev/sdf for me, yours will be different):&lt;br /&gt;
&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/tmp/deploy/images$ &#039;&#039;&#039;sudo dd if=core-image-sato-fishriver-20120305152905.hddimg of=/dev/sdf&#039;&#039;&#039;&lt;br /&gt;
 [sudo] password for trz: &lt;br /&gt;
 1136664+0 records in&lt;br /&gt;
 1136664+0 records out&lt;br /&gt;
 581971968 bytes (582 MB) copied, 5.15645 s, 113 MB/s&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/tmp/deploy/images$ &#039;&#039;&#039;sync&#039;&#039;&#039;&lt;br /&gt;
 trz@elmorro:/usr/local/dev/Yocto/build/tmp/deploy/images$ &#039;&#039;&#039;eject /dev/sdf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The image should now be on the USB drive and ready to boot, enjoy!&lt;br /&gt;
&lt;br /&gt;
NOTE: if you have a problem with e.g. garbage characters, or other strange things, try doing this before you dd the image:&lt;br /&gt;
&lt;br /&gt;
 $ &#039;&#039;&#039;sudo dd if=/dev/zero of=/dev/sdf bs=1M count=1024&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>R10kindsofpeople</name></author>
	</entry>
</feed>