summaryrefslogtreecommitdiffstats
path: root/handbook
Commit message (Collapse)AuthorAgeFilesLines
* handbook: Move into documentation directoryRichard Purdie2010-10-1546-9321/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Fix the Ubuntu version requirementScott Rifenbark2010-10-151-1/+1
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* handbook: Fix section numberingScott Rifenbark2010-10-151-0/+1
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* handbook: corrent RRECOOMENDS spelling in ref-variablesDarren Hart2010-10-071-1/+1
| | | | | | | Correct MACHINE_EXTRA_ESSENTIAL_RRECOOMENDS to MACHINE_EXTRA_ESSENTIAL_RRECOMMENDS. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* handbook/bsp-guide: Fix typoRichard Purdie2010-09-291-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-doc-tools: Remove unnecessary autotools usage and simplfy structureRichard Purdie2010-09-2927-383/+18
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: add BSP click-through licensing sectionTom Zanussi2010-09-211-0/+134
| | | | | | | | | | Add a section to the BSB Developer's Guide outlining the motivation and procedures for click-through BSP licensing support. The corresponding build system support hasn't been implemented yet; this is being added now mainly as a guideline wrt future intentions. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Fix some typos and grammatical errors in Poky handbookTom Zanussi2010-09-211-29/+29
| | | | | | | While going through the BSP section, I noticed some minor problems - these are my cleanup fixes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* handbook: Drop USB Networking section, its no longer appropriateRichard Purdie2010-09-101-86/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Various minor fixesRichard Purdie2010-09-104-30/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: review and update CH1(introduction) and CH2(using Poky)Yu Ke2010-09-102-11/+28
| | | | | Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* handbook: review and modify Appendix A, D and EDexuan Cui2010-09-102-24/+185
| | | | | | | | | Major change are about the structure of Poky source tree, which has been changed a lot recently Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* handbook: review and modify CH4 (BSP) and Appendix BZhai Edwin2010-09-102-29/+66
| | | | | | | | | Besides basic corrections, also add .bbappend to bsp introduction and update bitbake help to match latest output Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* handbook: Fix some errors in Appendix F/GDongxiao Xu2010-09-102-38/+26
| | | | | | | | CVS_TARBALL_STASH and SHELLRCCMD is not found in current poky. Fix some grammar issues. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
* handbook: review and correct CH5(development)Lianhao Lu2010-09-101-22/+33
| | | | | Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Liping Ke <liping.ke@intel.com>
* handbook: update appendix C/H/IQing He2010-09-103-42/+36
| | | | | | | | | The following is suggested but not changed: - adding documentation of cmake.bbclass - remove src_distribute_local.bbclass Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* handbook: review and correct CH3(extend poky) in handbookKevin Tian2010-09-101-81/+172
| | | | | | | | | Fix inaccurate descriptions. Update recipe examples to make sure they do build Add some examples for better guidance Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Ke Yu <ke.yu@intel.com>
* xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian2010-09-022-5/+4
| | | | | | also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* Drop chroot usage as its not well used, tested and is brokenRichard Purdie2010-09-011-42/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* 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>