aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/chapters/recipes.xml
AgeCommit message (Collapse)Author
2007-07-25usermanual: Fix some typos in the helloworld example. Closes #2681.Jamie Lenehan
2007-06-08usermanual/recipes: Fill in some details in the staging section.Jamie Lenehan
2007-06-08usermanual/recipes: Put some basic info in the classes section.Jamie Lenehan
2007-06-08usermanual: Rename the sample in the recipes chapter from helloworld toJamie Lenehan
myhelloworld since someone committed a helloworld recipe to OE and that's now where the documentation was saying to put this example.
2007-05-10merge of '8b5f0b033d07e73220729cd2bbb725f99cc5548c'Rolf Leggewie
and 'c67de164c990c522af9d4923df9e47ca2588cef0'
2007-05-10recipes.xml: correct unparallel wording.Rolf Leggewie
2007-05-04usermanual: Work some more on the using bitbake/OE chapter. Enable it -Jamie Lenehan
while it's not great but I think there is probably a few useful items in there for new users now.
2007-04-29recipes: Clean up some of the spelling and grammar in the DEFAULT_PREFERENCE ↵Jamie Lenehan
section.
2007-03-17recipes: Fill in some details on the debian library policy in theJamie Lenehan
packing section.
2007-03-16recipes: Update the note about the PR variable making it clear that it neverJamie Lenehan
goes backwards and that you should always increase it if you are unsure about what effect it has on the generated packages.
2007-03-15recipes: Update the sample package output to show that packages nowJamie Lenehan
go into deploy/ipkg/<arch> rather than just deploy/ipkg to reflect recent changes.
2007-03-15recipes: Add details in the packaging section on how to avoid havingJamie Lenehan
to package up some files.
2007-03-15recipes: Fill out the section on DEFAULT_PREFERENCE.Jamie Lenehan
2007-02-18recipes.xml: improve some awkward wording.Rolf Leggewie
2007-01-21usermanual: Updates for the recipes chapter:Jamie Lenehan
- Fix up the linkend names for the update_alternatives-class. - Update the opening part of the volatiles section.
2007-01-21usermanual: Updates for the recipes chapter:Jamie Lenehan
- Add note on ?= to the syntax section. - Fill in some details on update-alternatives.
2007-01-17usermanual: Update recipes: Add RREPLACES and RSUGGESTS to the packageJamie Lenehan
relationships chapter. Update some links.
2007-01-14usermanual: Prepare to change from using numbers for chapater and sectionJamie Lenehan
URL's to using names. This required id's to be added to all of the sections and chapters. I also renamed the id's in the recipes section from bb_ to recipes_. This will allow for stable URLs into the user manual on the web site. The change to the makefile to activate this is not yet commited.
2007-01-13usermanual: Write the content for the "using python" section in theJamie Lenehan
recipes chapter.
2007-01-13usermanual: Write the content for the "Installation scripts" section in theJamie Lenehan
recipes chapter.
2007-01-13usermanual: Update for the recipes chapter:Jamie Lenehan
- Add a "this section to be completed" to start of each uncompleted section, followed by a bullet list of what will go in the section. This should make it ok to add to the main document even while some of these are not completed yet. - Some cleanups on the volatiles section. - Remove a lot of empty paragraphs. - Change the last chapter to a "miscellaneous" section. Things can get moved out when/if they get written and it makes sense to do so.
2007-01-13usermanual: More updated for the recipes chapter:Jamie Lenehan
- Remove the structure section, it doesn't really fit in this chapter. - Fill in the introduction part of the directories section. - Fill out the packaging section.
2007-01-12usermanual: Update for the recipe chapter - rename the include section toJamie Lenehan
require and fill in the content for the section.
2007-01-12usermanual: Update for the recipes chapter: Merge the messages and functionsJamie Lenehan
sections, and fill in the content describing each of the functions.
2007-01-12usermanual: Fill the SRC_URI and tasks section of the bitbake recipes chapter.Jamie Lenehan
2007-01-12usermanual: Update for recipes chapter.Jamie Lenehan
Lots of updates for the bitbake recipes chapter I accidentally checked in as part of a different commit earlier today. This is not yet linked into the main document - a few more sections need to be filled and cleaned up before it's ready for that.
2007-01-12usermanual: Add a list of all the installation variables and there typicalJamie Lenehan
values to the reference section.