BitBake/UserManual: Difference between revisions
From Yocto Project
Jump to navigationJump to search
(Seeding a page for gathering my thoughts for Bitbake User manual revisions.) |
(added more ideas) |
||
Line 11: | Line 11: | ||
# File Download Support | # File Download Support | ||
# The bitbake command | # The bitbake command | ||
== What to Include? == | |||
* As pointed out by rday, the patch function is inherent to oe-core, while the fetch function is inherent to bitbake. So can one be discussed without the other? | |||
== Lessons to Include == | |||
* The Bitbaked Hello World | |||
** Build on the work by [http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/ Eren Turkey] and the original tutorial at the [http://www.openembedded.org/wiki/BitBake_(dev) OpenEmbedded wiki]. |
Revision as of 18:41, 31 December 2012
Introduction
The current BitBake User Manual, as of Dec. 31, 2012 is quite out dated. This page serves a a place to collect ideas for revisions that are required to the bring the User Manual up to date.
Current TOC
The chapter layout of the BitBake User Manual is currently:
- Introduction
- Metadata
- File Download Support
- The bitbake command
What to Include?
- As pointed out by rday, the patch function is inherent to oe-core, while the fetch function is inherent to bitbake. So can one be discussed without the other?
Lessons to Include
- The Bitbaked Hello World
- Build on the work by Eren Turkey and the original tutorial at the OpenEmbedded wiki.