summaryrefslogtreecommitdiff
path: root/docs/usermanual/chapters/recipes.xml
AgeCommit message (Collapse)AuthorFiles
2010-07-26Siteinfo cleanup v2Chris Larson1
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson1
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson1
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-13usermanual/chapters/recipes.xml: Executables should be executable.Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-09usermanual: Updates to reflect changes in file:// treatment for patches.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-28docs/recipes: Fix documentation errorsChase Maupin1
* Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-18docs/ spelling fixesMichael Jones1
Just a few things in the documentation I noticed while reading up on OE. I don't understand why 'git diff' included "\ No newline at end of file" for some of these, or how I could instruct it not to, but I also didn't want to pick apart my patch outside of git. Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
2010-05-05docs: Fix references to do_staging now that we have changed to sysrootJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-12recipes.xml: Fix typo.Khem Raj1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-22Typo. s/to used/to use/Paul Menzel1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2009-08-11usermanual: Some more spelling fixesHolger Hans Peter Freyther1
2009-08-11usermanual: Improve consistency in displaying shell commandsHolger Hans Peter Freyther1
Use $ <command>NAME</command> for all shell commands on the host throughout the docbook. $ was picked over the other three candidates due being the oldest one we have used.
2009-07-28usermanual: Mostly grammar and spelling fixesGraham Gower1
Signed-Off-By: Holger Freyther <zecke@selfish.org>
2009-03-24doc/usermanual/chapters: Replace references to packages dir with recipes dir.Theodore A. Roth1
2009-02-25docs: import usermanual from org.openembedded.documentation.Michael 'Mickey' Lauer1
org.openembedded.documentation is deprecated now; please do all updates here!