summaryrefslogtreecommitdiffstats
path: root/handbook
Commit message (Collapse)AuthorAgeFilesLines
* Add glossary entry for SUMMARY for binary packagingSaul Wold2010-08-131-0/+6
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* handbook: update SDK pathsJoshua Lock2010-07-222-10/+10
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Enable build dir outside of the poky directoryJoshua Lock2010-07-211-6/+6
| | | | | | | | | | | | | | | | | | 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>
* handbook: PR should always be set, even if to 0Joshua Lock2010-06-251-1/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: update the required dependencies listJoshua Lock2010-06-251-0/+18
| | | | | | | 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>
* handbook: Fix stylesheetJoshua Lock2010-06-141-53/+53
| | | | | | | 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>
* handbook: Fix typo in last commitJoshua Lock2010-06-141-1/+1
| | | | | | Managed to mangle the command... Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: fix extraction commandJoshua Lock2010-06-141-1/+1
| | | | | | We ship bzipped tarballs now so we need to pass j to tar, not z Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: fix version referenceJoshua Lock2010-06-141-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Fix references to the stable releaseJoshua Lock2010-06-142-5/+5
| | | | | | The handbook was still talking about the purple release, we're green now Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Fix generation of HTML handbookJoshua Lock2010-06-111-1/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Add an entry for ${BPN} in the handbookNitin A Kamble2010-06-101-0/+7
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* handbook: document the LAYERDIR variableJoshua Lock2010-06-082-2/+16
| | | | | | | 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>
* handbook: point out required Python versionJoshua Lock2010-06-081-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: add documentation for layersJoshua Lock2010-06-083-74/+83
| | | | | | | | | | | | 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>
* handbook: Use new style patch application syntaxJoshua Lock2010-06-081-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: use XML catalogues to make building work on all(?) distrosJoshua Lock2010-06-045-8/+23
| | | | | | | 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>
* Handbook: Documentation for DISTRO_PN_ALIASNitin A Kamble2010-06-023-1/+65
| | | | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com
* Handbook: Documentation for LIC_FILES_CHKSUMNitin A Kamble2010-06-023-0/+80
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* handbook: Add alpha verison of a BSP specificationRichard Purdie2010-05-265-9/+361
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Add section to Poky manual about contributions and certificate of ↵Richard Purdie2010-05-141-0/+45
| | | | | | origin Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Add new FAQsRichard Purdie2010-05-061-0/+36
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fix references to CROSS_DIR now that it has been removedJoshua Lock2010-04-282-10/+1
| | | | | | | 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>
* handbook: Update links to Anjuta pluginJoshua Lock2010-03-261-7/+10
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: remove OpenedHand contact informationJoshua Lock2010-03-192-32/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Add a section on extending images using packagesRichard Purdie2010-03-181-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Publishing tweaksRichard Purdie2010-03-182-3/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Add missing tagRichard Purdie2010-03-181-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook/faq: Add entry about building on NTFSRichard Purdie2010-03-181-0/+11
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Correction, we're building QEMU x86 not QEMU Arm imageJoshua Lock2010-03-181-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: update references of stable version numberJoshua Lock2010-03-181-3/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Clean up OpenedHand referencesRichard Purdie2010-03-183-22/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Various tweaks for recent fop/pdf generationRichard Purdie2010-03-184-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-doc-tools: Update to work with fop >= 0.95Richard Purdie2010-03-185-41/+61
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: tmp/staging was renamed to tmp/sysroots - update referencesJoshua Lock2010-02-263-9/+9
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Minor tweaksJoshua Lock2009-12-182-18/+19
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: point people at purple in the introductionJoshua Lock2009-12-111-4/+4
|
* handbook: Add more information about extending PokyRichard Purdie2009-04-281-3/+92
| | | | | | | 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>
* handbook: Correct a bunch of misc typos.Andrzej Zaborowski2008-12-054-14/+15
|
* handbook/faq.html: Fix cut and paste errorRichard Purdie2008-12-021-1/+1
|
* handbook/faq.xml: Add entry about Ubuntu IntrepidRichard Purdie2008-12-021-2/+16
|
* handbook: Reference git instead of svnRichard Purdie2008-12-021-5/+5
|
* This documents that PE defaults to 0 not 1 as previously writtenRobert Bragg2008-10-142-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507 311d38ba-8fff-0310-9ca6-ca027cbcb966
* ref-variables.xml: Add POKY_EXTRA_INSTALLRoss Burton2008-09-121-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5192 311d38ba-8fff-0310-9ca6-ca027cbcb966
* handbook/faq.xml: Add a QA about proxy server setupRichard Purdie2008-09-111-0/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5191 311d38ba-8fff-0310-9ca6-ca027cbcb966
* handbook/quickstart: Improve documentation on the options available in ↵Richard Purdie2008-09-112-4/+17
| | | | | | local.conf git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5190 311d38ba-8fff-0310-9ca6-ca027cbcb966
* handbook: added 2008 to copyrightMarcin Juszkiewicz2008-07-211-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4901 311d38ba-8fff-0310-9ca6-ca027cbcb966
* handbook: fixed typoMarcin Juszkiewicz2008-07-211-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4900 311d38ba-8fff-0310-9ca6-ca027cbcb966
* handbook: Update to reference opkg. not ipkgRichard Purdie2008-06-303-9/+9
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4744 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add formfactor to handbook todo listRichard Purdie2008-06-121-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4631 311d38ba-8fff-0310-9ca6-ca027cbcb966
OpenPOWER on IntegriCloud