summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* sanity.bbclass: version each of the files in the build/conf/ directoryJoshua Lock2010-06-072-0/+7
| | | | | | | | We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Version the build configuration directoryJoshua Lock2010-04-301-0/+3
| | | | | | | | | | The addition of BBLAYERS changes the build/conf directory to be incompatible with the "old way" in the Purple release. As such things are likely to occur in future we should bersion the build/conf directory through local.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Switch to bblayers configurationRichard Purdie2010-03-222-10/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* conf: remove references to SRC_TARBALL_STASHJoshua Lock2010-02-041-5/+0
| | | | | | | SRC_TARBALL_STASH is deprecated, the same functionality can be acheived with PREMIRRORS, so remove references to it from configuration files. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* packaged-staging: basic support for pulling staging packages from a mirrorJoshua Lock2010-01-291-0/+4
| | | | | | | | | | | | | | Add simple support for trying to fetch staging packages from a http, https or ftp mirror if they do not already exist in PSTAGE_DIR. As documented in local.conf.sample "Poky can try and fetch packaged-staging packages from a http, https or ftp mirror. Set this variable to the root of a pstage directory on a server." If the PSTAGE_MIRROR variable is not set, or the package cannot be found on the mirror it will be built as usual. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* packaged-staging: Move packaged staging directory outside of DEPLOY_DIRJoshua Lock2010-01-291-0/+2
| | | | | | | | | | Rename DEPLOY_DIR_PSTAGE to PSTAGE_DIR and move it outside of deploy. Do soft assignment of a default variable inside bitbake.conf as ${OEROOT}/tmp/pstage. Use a separate directory, PSTAGE_WORKDIR, to store transient packaged staging files such as the stamp files and opkg.conf Signed-off-by: Joshua Lock <josh@linux.intel.com>
* local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCHJoshua Lock2009-12-111-1/+2
|
* local.conf: mention the Canadian Cross variable; SDK_ARCHJoshua Lock2009-12-111-0/+5
|
* local.conf: use qemux86 as default targetJoshua Lock2009-12-111-2/+2
|
* base.bbclass: Additional git proxy support.Joshua Lock2008-10-301-0/+5
| | | | | | | Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging). Add support for ignored hosts in the git proxy. Examples in site.conf.sample
* local.conf.sample: Append to BBFILES instead of overwritingRichard Purdie2008-10-291-1/+1
|
* scripts/build: Update the git proxy setup instructionsRichard Purdie2008-10-231-2/+18
|
* netbook: changed platform name from eee901 to netbookSamuel Ortiz2008-10-211-7/+19
| | | | | | We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
* local.conf.sample: Make the parallel threads documentation more visible and ↵Richard Purdie2008-09-111-21/+23
| | | | | | update with a quadcore example git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5189 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Add comment about eee901Richard Purdie2008-09-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5182 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Use pokylinux.orgRichard Purdie2008-06-121-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4626 311d38ba-8fff-0310-9ca6-ca027cbcb966
* renames CVS_TARBALL_STASH to SRC_TARBALL_STASH which does the same thing butRobert Bragg2008-06-041-2/+3
| | | | | | | | just has a slightly nicer name. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4581 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Don't ASSUME_PROVIDED gcc3-native anymoreRichard Purdie2008-04-251-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4349 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add site.conf.sample showing examples of proxy server configurationRichard Purdie2008-04-081-0/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4195 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Limit extra packages for mx31adsRichard Purdie2008-02-201-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3833 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: added list of supported machinesMarcin Juszkiewicz2008-02-151-2/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3815 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass ↵Richard Purdie2008-02-051-1/+1
| | | | | | to account for gcc3 changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3670 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Add ASSUME_PROVIDED for gcc-native3Richard Purdie2008-01-281-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3611 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Remove tools-testapps from mx31phy imagesRichard Purdie2008-01-141-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3484 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add EXTRA_IMAGE_FEATURES for ease of use in local.confRichard Purdie2008-01-101-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3461 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Limit the features built into c7x0 and mx31phy imagesRichard Purdie2008-01-091-0/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3434 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Update external toolchain documentationRichard Purdie2007-11-071-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3089 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: fix typo, tools-dbg -> tools-debugRoss Burton2007-09-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2806 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Add a note about optionally extending the PKGCONFIG_PATH ↵Richard Purdie2007-08-141-0/+6
| | | | | | for native builds git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2495 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Add info about enabling meta-openmokoRichard Purdie2007-08-141-3/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2494 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Switch back to using our own qemu binary for locale generation by defaultRichard Purdie2007-08-091-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2424 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Document PARALLEL_MAKERichard Purdie2007-08-081-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Fix extras collection commentsRichard Purdie2007-08-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2376 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Use POKYMODE to enable the external toolchainRichard Purdie2007-08-011-10/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2285 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rewrite IMAGE_FEATURES tools options (people may be to update their ↵Richard Purdie2007-06-291-13/+14
| | | | | | local.conf), split into debug and profiling and add more profiling tools. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2063 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Document external poky toolchain usageRichard Purdie2007-05-311-1/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1837 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Allow DISTRO to be overridden from environmentRichard Purdie2007-03-201-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Remove reference to oesources.org.Richard Purdie2007-01-151-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1142 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Poky: Switch to use EABI for arm images. Also implies a switch to gcc4, ↵Richard Purdie2007-01-081-0/+7
| | | | | | glibc 2.5 and binutils 2.17. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1121 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in ↵Richard Purdie2006-12-201-6/+15
| | | | | | local.conf.sample git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add poky-bleeding noteMatthew Allum2006-12-151-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1044 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample doc updates + add ASSUME_PROVIDED += "qemu-native"Matthew Allum2006-12-051-2/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1009 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Allow external override of PACKAGE_CLASSESRichard Purdie2006-11-291-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@983 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Improve PACKAGE_CLASSES documenationRichard Purdie2006-11-241-2/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@952 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Allow environment to override MACHINE and DL_DIRRichard Purdie2006-11-231-8/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@949 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Add note about BB_NUMBER_THREADSRichard Purdie2006-11-221-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@939 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add PACAKGE_CLASSES setting, also list qemux86 as machine typeMatthew Allum2006-10-121-2/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@796 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename the supplied default local.conf to local.conf.sample, per mallum's ↵Chris Larson2006-08-291-0/+0
| | | | | | request. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@671 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Directly make use of the OEROOT environment variable in the default ↵Chris Larson2006-08-271-6/+6
| | | | | | local.conf, and set TMPDIR explicitly to avoid the requirement that one run bitbake from the build directory. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@650 311d38ba-8fff-0310-9ca6-ca027cbcb966
* add cmx270 macine to local.conf.sample, make qemuarm defaultMatthew Allum2006-07-251-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@552 311d38ba-8fff-0310-9ca6-ca027cbcb966