aboutsummaryrefslogtreecommitdiffstats
path: root/handbook
AgeCommit message (Collapse)Author
2010-09-01Drop chroot usage as its not well used, tested and is brokenRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-13Add glossary entry for SUMMARY for binary packagingSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-22handbook: update SDK pathsJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-21Enable build dir outside of the poky directoryJoshua Lock
You need to first set up the build directory by sourcing the poky build script, after that builds can be run in that directory so long as bitbake is in $PATH removing the need to source the init script for each build. i.e: $ . poky-init-build-env ~/my-build $ bitbake some-image <<later, in a different shell>> $ cd ~/my-build $ export PATH=/path/to/bitbake/bin:$PATH $ bitbake an-image This patch also removes use of OEROOT in recipes, etc. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-25handbook: PR should always be set, even if to 0Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-25handbook: update the required dependencies listJoshua Lock
The dependencies list in the introduction was missing chrpath and mercurial. Also adds a note about the packages required to build qemu-native. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix stylesheetJoshua Lock
Some sizes where defined without units (in our case px) causing display of the header of the handbook to be broken. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix typo in last commitJoshua Lock
Managed to mangle the command... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: fix extraction commandJoshua Lock
We ship bzipped tarballs now so we need to pass j to tar, not z Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: fix version referenceJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-14handbook: Fix references to the stable releaseJoshua Lock
The handbook was still talking about the purple release, we're green now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-11handbook: Fix generation of HTML handbookJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-10Add an entry for ${BPN} in the handbookNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-06-08handbook: document the LAYERDIR variableJoshua Lock
LAYERDIR is one of the few variables which requires immediate expansion and is worth documenting explicitly. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: point out required Python versionJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: add documentation for layersJoshua Lock
Collections and overlays are deprecated in favour of layers, a much cleaner and non-intrusive way of extending Poky with custom recipes, classes and configuration. This patch updates the Extending Poky section of the handbook to show how to use layers to tailor Poky while dropping the existing section on using collections. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-08handbook: Use new style patch application syntaxJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-04handbook: use XML catalogues to make building work on all(?) distrosJoshua Lock
Thanks to Damien's pointers we should now be able to generate the handbook regardless of host distro Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-02Handbook: Documentation for DISTRO_PN_ALIASNitin A Kamble
Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com
2010-06-02Handbook: Documentation for LIC_FILES_CHKSUMNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-05-26handbook: Add alpha verison of a BSP specificationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-14handbook: Add section to Poky manual about contributions and certificate of ↵Richard Purdie
origin Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-05-06handbook: Add new FAQsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-28Fix references to CROSS_DIR now that it has been removedJoshua Lock
CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26handbook: Update links to Anjuta pluginJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19handbook: remove OpenedHand contact informationJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-18handbook: Add a section on extending images using packagesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18handbook: Publishing tweaksRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18handbook: Add missing tagRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18handbook/faq: Add entry about building on NTFSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18handbook: Correction, we're building QEMU x86 not QEMU Arm imageJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-18handbook: update references of stable version numberJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-18handbook: Clean up OpenedHand referencesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18handbook: Various tweaks for recent fop/pdf generationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18poky-doc-tools: Update to work with fop >= 0.95Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-26handbook: tmp/staging was renamed to tmp/sysroots - update referencesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-18handbook: Minor tweaksJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-11handbook: point people at purple in the introductionJoshua Lock
2009-04-28handbook: Add more information about extending PokyRichard Purdie
Add more details on using in a team environment and how collections can be used to manage groups of different kinds of changes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2008-12-05handbook: Correct a bunch of misc typos.Andrzej Zaborowski
2008-12-02handbook/faq.html: Fix cut and paste errorRichard Purdie
2008-12-02handbook/faq.xml: Add entry about Ubuntu IntrepidRichard Purdie
2008-12-02handbook: Reference git instead of svnRichard Purdie
2008-10-14This documents that PE defaults to 0 not 1 as previously writtenRobert Bragg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-12ref-variables.xml: Add POKY_EXTRA_INSTALLRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5192 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-11handbook/faq.xml: Add a QA about proxy server setupRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5191 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-11handbook/quickstart: Improve documentation on the options available in ↵Richard Purdie
local.conf git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5190 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-21handbook: added 2008 to copyrightMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4901 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-21handbook: fixed typoMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4900 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-30handbook: Update to reference opkg. not ipkgRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4744 311d38ba-8fff-0310-9ca6-ca027cbcb966