<?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=Jesponde</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=Jesponde"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Jesponde"/>
	<updated>2026-04-28T08:42:27Z</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=8661</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=8661"/>
		<updated>2016-04-27T14:29:10Z</updated>

		<summary type="html">&lt;p&gt;Jesponde: /* Show build environment */&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 -c listtasks foo&lt;br /&gt;
      # lists the tasks&lt;br /&gt;
   bitbake -c taskname foo&lt;br /&gt;
&lt;br /&gt;
==Show build environment==&lt;br /&gt;
    bitbake -e foo&lt;br /&gt;
&lt;br /&gt;
[[Category:Dev]]&lt;/div&gt;</summary>
		<author><name>Jesponde</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Bitbake_cheat_sheet&amp;diff=8659</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=8659"/>
		<updated>2016-04-27T14:28:50Z</updated>

		<summary type="html">&lt;p&gt;Jesponde: &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 -c listtasks foo&lt;br /&gt;
      # lists the tasks&lt;br /&gt;
   bitbake -c taskname foo&lt;br /&gt;
&lt;br /&gt;
==Show build environment==&lt;br /&gt;
bitbake -e foo&lt;br /&gt;
&lt;br /&gt;
[[Category:Dev]]&lt;/div&gt;</summary>
		<author><name>Jesponde</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Bitbake_cheat_sheet&amp;diff=8657</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=8657"/>
		<updated>2016-04-27T14:26:03Z</updated>

		<summary type="html">&lt;p&gt;Jesponde: /* Run Bitbake A Little at a Time */&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 -c listtasks 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>Jesponde</name></author>
	</entry>
</feed>