<?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=Jsarao</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=Jsarao"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Jsarao"/>
	<updated>2026-05-01T05:03:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Bitbake_cheat_sheet&amp;diff=4729</id>
		<title>Bitbake cheat sheet</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Bitbake_cheat_sheet&amp;diff=4729"/>
		<updated>2012-06-05T19:57:35Z</updated>

		<summary type="html">&lt;p&gt;Jsarao: Add some more cheats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intention==&lt;br /&gt;
This page is intended to make the life of new developers easier. Feel free to add all your usual bitbake commands to this page&lt;br /&gt;
&lt;br /&gt;
==Start a build==&lt;br /&gt;
To get a package build just type&lt;br /&gt;
  bitbake foo&lt;br /&gt;
where foo is the name of the package without any extension or version number.&lt;br /&gt;
&lt;br /&gt;
==Clean up==&lt;br /&gt;
  bitbake -c clean foo&lt;br /&gt;
This command will clean up your tmp dir for the given package. It is very useful if you work on a new .bb recipe. Without it your changes to the recipe may not work.&lt;br /&gt;
&lt;br /&gt;
==Working with tmp/work==&lt;br /&gt;
To recompile your source code if you change a line in it.&lt;br /&gt;
  bitbake -f -c compile foo&lt;br /&gt;
The command above recompiled the code for foo. To build the ipk&lt;br /&gt;
use the command below&lt;br /&gt;
  bitbake foo&lt;br /&gt;
&lt;br /&gt;
==Check Recipe Version==&lt;br /&gt;
  bitbake -s | grep foo&lt;br /&gt;
&lt;br /&gt;
==Check Bitbake Version==&lt;br /&gt;
   bitbake --version&lt;br /&gt;
&lt;br /&gt;
==Run Bitbake A Little at a Time==&lt;br /&gt;
   bitbake -n foo&lt;br /&gt;
      # lists the tasks&lt;br /&gt;
   bitbake -c taskname foo&lt;br /&gt;
&lt;br /&gt;
[[Category:Dev]]&lt;/div&gt;</summary>
		<author><name>Jsarao</name></author>
	</entry>
</feed>