<?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=Tiankongever</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=Tiankongever"/>
	<link rel="alternate" type="text/html" href="https://www.openembedded.org/wiki/Special:Contributions/Tiankongever"/>
	<updated>2026-05-02T00:54:57Z</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=1414</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=1414"/>
		<updated>2009-06-02T01:34:13Z</updated>

		<summary type="html">&lt;p&gt;Tiankongever: How to convert the hardware platform of OE from ARM into X86&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Intention==&lt;br /&gt;
This page is intended to make the live 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;
A thing you usually do not want to miss is to be able to recompile your source code if you change a line in it.&lt;br /&gt;
  bitbake -f -c compile foo&lt;br /&gt;
will only recompile your source nothing else&lt;br /&gt;
after that do a&lt;br /&gt;
  bitbake foo&lt;br /&gt;
to get a new package&lt;br /&gt;
[[Category:Dev]]&lt;br /&gt;
&lt;br /&gt;
==How to convert the hardware platform of OE from ARM into X86==&lt;br /&gt;
&lt;br /&gt;
I need to convert the hardware platform of OE from ARM into X86,but I don&#039;t know the correct step, I tried as follows:&lt;br /&gt;
      Change the contents of file  ~/stuff/build/conf/local.conf, the changes are:&lt;br /&gt;
                           MACHINE = &amp;quot;i586-generic&amp;quot;;&lt;br /&gt;
                           #TARGET_ARCH = &amp;quot;arm&amp;quot;&lt;br /&gt;
                           TARGET_OS = &amp;quot;linux&amp;quot;&lt;br /&gt;
then, build ,but a error occured:&lt;br /&gt;
  ERROR: Build of /home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb do_compile failed&lt;br /&gt;
  ERROR: Task 3164 (/home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb, do_compile) failed&lt;br /&gt;
&lt;br /&gt;
Now,I don&#039;t know what to do, I tried to do some changes,but this error still exit,call for help!&lt;/div&gt;</summary>
		<author><name>Tiankongever</name></author>
	</entry>
	<entry>
		<id>https://www.openembedded.org/w/index.php?title=Talk:Advanced_configuration&amp;diff=1413</id>
		<title>Talk:Advanced configuration</title>
		<link rel="alternate" type="text/html" href="https://www.openembedded.org/w/index.php?title=Talk:Advanced_configuration&amp;diff=1413"/>
		<updated>2009-06-02T01:30:13Z</updated>

		<summary type="html">&lt;p&gt;Tiankongever: How to convert the hardware platform of OE from ARM into X86&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to convert the hardware platform of OE from ARM into X86,but I don&#039;t know the correct step, I tried as follows:&lt;br /&gt;
      Change the contents of file  ~/stuff/build/conf/local.conf, the changes are:&lt;br /&gt;
                           MACHINE = &amp;quot;i586-generic&amp;quot;;&lt;br /&gt;
                           #TARGET_ARCH = &amp;quot;arm&amp;quot;&lt;br /&gt;
                           TARGET_OS = &amp;quot;linux&amp;quot;&lt;br /&gt;
then, build ,but a error occured:&lt;br /&gt;
  ERROR: Build of /home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb do_compile failed&lt;br /&gt;
  ERROR: Task 3164 (/home/build/stuff/openembedded/packages/xorg-lib/libx11_1.2.1.bb, do_compile) failed&lt;br /&gt;
&lt;br /&gt;
Now,I don&#039;t know what to do, I tried to do some changes,but this error still exit,call for help!&lt;/div&gt;</summary>
		<author><name>Tiankongever</name></author>
	</entry>
</feed>