aboutsummaryrefslogtreecommitdiffstats
path: root/handbook/extendpoky.xml
AgeCommit message (Collapse)Author
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-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: 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-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-03-18handbook: Add a section on extending images using packagesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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-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-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
2008-04-28handbook: s/COMPATIBLE_MACHINES/COMPATIBLE_MACHINE/Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4357 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-26Add Poky handbookRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966