Difference between revisions of "Documentation"

From Openembedded.org
Jump to: navigation, search
(add link to how to capture source code changes articles)
(Solutions for common problems)
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Documentation that relates to Openembedded.
+
{{OutdatedWIP}}
  
* [http://docs.openembedded.org/usermanual/html OE User manual] [http://docs.openembedded.org/usermanual/usermanual.pdf (pdf)] [http://docs.openembedded.org/usermanual/usermanual.html (html single-page)]
+
Documentation that relates to OpenEmbedded.
* [http://docs.openembedded.org/bitbake/html/ Bitbake Manual]
+
 
* [http://www.pokylinux.org/doc/poky-handbook.html Poky Handbook]
+
== Yocto Project Manuals ==
 +
 
 +
The most up-to-date manuals relating to OpenEmbedded (in particular, the new [[OpenEmbedded-Core]]) is the Yocto Project documentation, in particular the Quick Start Guide, Development Manual and Reference Manual.
 +
 
 +
See the '''[http://www.yoctoproject.org/documentation Documentation]''' section on the Yocto Project website for links to all the manuals.
 +
 
 +
== Solutions for common problems ==
 +
 
 +
* Set [[PREFERRED_PROVIDER for jpeg and jpeg-native]]
 +
 
 +
== OpenEmbedded Manual ==
 +
 
 +
The [http://docs.openembedded.org/usermanual/html OpenEmbedded Manual] [http://docs.openembedded.org/usermanual/usermanual.pdf (pdf)] [http://docs.openembedded.org/usermanual/usermanual.html (html single-page)] is also available but is quite out of date. Much of its content may still be applicable however.
 +
 
 +
== Bitbake Manual ==
 +
 
 +
The [http://docs.openembedded.org/bitbake/html/ Bitbake Manual] is in need of update but its content should still be applicable.
 +
 
 +
== Other ==
 +
 
 +
Many of these are out-of-date:
  
 
Articles about Openembedded:
 
Articles about Openembedded:
Line 10: Line 30:
  
 
Guides and HowTos:
 
Guides and HowTos:
 +
* [[How to create a bitbake recipe for dummies]]
 +
* [[How to submit a patch for dummies]]
 +
* [[List of Executable tasks]] Usage: bitbake -c <task>
 
* [http://www.kernel-labs.org/files/openembedded-guide/openembedded-guide.html OpenEmbedded Guide by Example]
 
* [http://www.kernel-labs.org/files/openembedded-guide/openembedded-guide.html OpenEmbedded Guide by Example]
 
* [http://www.uv-ac.de/openembedded/ OpenEmbedded HowTo]
 
* [http://www.uv-ac.de/openembedded/ OpenEmbedded HowTo]
 
* [http://free-electrons.com/docs/openembedded/ Using OpenEmbedded to build embedded Linux distributions]
 
* [http://free-electrons.com/docs/openembedded/ Using OpenEmbedded to build embedded Linux distributions]
 +
* [http://www.kunen.org/uC/beagle/oe_kmod.html Open Embedded - Kernel module development]
  
 
[[Category:User]]
 
[[Category:User]]
 
[[Category:Dev]]
 
[[Category:Dev]]

Revision as of 13:34, 9 March 2015

NOTE: This page is in the process of being updated. Some content is up-to-date, the rest may be significantly outdated.

See OpenEmbedded Wiki Update Project for more details.

Documentation that relates to OpenEmbedded.

Yocto Project Manuals

The most up-to-date manuals relating to OpenEmbedded (in particular, the new OpenEmbedded-Core) is the Yocto Project documentation, in particular the Quick Start Guide, Development Manual and Reference Manual.

See the Documentation section on the Yocto Project website for links to all the manuals.

Solutions for common problems

OpenEmbedded Manual

The OpenEmbedded Manual (pdf) (html single-page) is also available but is quite out of date. Much of its content may still be applicable however.

Bitbake Manual

The Bitbake Manual is in need of update but its content should still be applicable.

Other

Many of these are out-of-date:

Articles about Openembedded:

Guides and HowTos: