summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
AgeCommit message (Collapse)Author
2010-08-17build/conf: move sample conf files to meta/confJoshua Lock
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-08-12prelink: Enable image wide prelinkingMark Hatle
Add the ability to specify user level classes via the local.conf. Use this new capability to add an image-prelink class that does an image wide cross-prelink activity. Signed-off-by: Mark Hatle <mhatle@windriver.com>
2010-07-30local.conf.sample: Use ?= when setting SDKMACHINEScott Garman
This is a more sensible default which is also needed when using our autobuilder configuration, which changes SDKMACHINE between builds by setting an environment variable. Also made spacing around = more consistent for a couple of other variables. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@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-07-21bitbake.conf: move PSTAGE_DIR and DL_DIR with build outputJoshua Lock
Having PSTAGE_DIR be a top level directory by default doesn't make sense, move it to be a child of the build directory so that it lives with all other built output. Also move DL_DIR to a child of the build directory for the use case of an unwriteable $OEROOT. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-15test: add automation framework and sanitytestJiajun Xu
Automation test is disabled by default. User need set TESTCLASS to qemu in conf/local.conf and run bitbake command "bitbake poky-image-xxx" or "bitbake poky-image-xxx -c qemuimagetest" to trigger it. Currently only the sanity test with two testcases are added. To run the test, user need prepare a testing environment: 1) "expect" should be installed on system 2) NOPASSWD should be set for user to run bitbake Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2010-07-05local.conf.sample: add igep0020 and igep0030 as supported machines.Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
2010-04-30Version the build configuration directoryJoshua Lock
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>
2010-03-22Switch to bblayers configurationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04conf: remove references to SRC_TARBALL_STASHJoshua Lock
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>
2010-01-29packaged-staging: basic support for pulling staging packages from a mirrorJoshua Lock
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>
2010-01-29packaged-staging: Move packaged staging directory outside of DEPLOY_DIRJoshua Lock
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>
2009-12-11local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCHJoshua Lock
2009-12-11local.conf: mention the Canadian Cross variable; SDK_ARCHJoshua Lock
2009-12-11local.conf: use qemux86 as default targetJoshua Lock
2008-10-29local.conf.sample: Append to BBFILES instead of overwritingRichard Purdie
2008-10-21netbook: changed platform name from eee901 to netbookSamuel Ortiz
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.
2008-09-11local.conf.sample: Make the parallel threads documentation more visible and ↵Richard Purdie
update with a quadcore example git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5189 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-11local.conf.sample: Add comment about eee901Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5182 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-12local.conf.sample: Use pokylinux.orgRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4626 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-04renames CVS_TARBALL_STASH to SRC_TARBALL_STASH which does the same thing butRobert Bragg
just has a slightly nicer name. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4581 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-25local.conf.sample: Don't ASSUME_PROVIDED gcc3-native anymoreRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4349 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-20local.conf.sample: Limit extra packages for mx31adsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3833 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-15local.conf.sample: added list of supported machinesMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3815 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-05Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass ↵Richard Purdie
to account for gcc3 changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3670 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-28local.conf.sample: Add ASSUME_PROVIDED for gcc-native3Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3611 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-14local.conf.sample: Remove tools-testapps from mx31phy imagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3484 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-10Add EXTRA_IMAGE_FEATURES for ease of use in local.confRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3461 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-09local.conf.sample: Limit the features built into c7x0 and mx31phy imagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3434 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07local.conf.sample: Update external toolchain documentationRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3089 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-27local.conf.sample: fix typo, tools-dbg -> tools-debugRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2806 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-14local.conf.sample: Add a note about optionally extending the PKGCONFIG_PATH ↵Richard Purdie
for native builds git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2495 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-14local.conf.sample: Add info about enabling meta-openmokoRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2494 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-09Switch back to using our own qemu binary for locale generation by defaultRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2424 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-08local.conf.sample: Document PARALLEL_MAKERichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2393 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-07local.conf.sample: Fix extras collection commentsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2376 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01Use POKYMODE to enable the external toolchainRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2285 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-29Rewrite IMAGE_FEATURES tools options (people may be to update their ↵Richard Purdie
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
2007-05-31local.conf.sample: Document external poky toolchain usageRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1837 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-20Allow DISTRO to be overridden from environmentRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1372 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-15local.conf.sample: Remove reference to oesources.org.Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1142 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-08Poky: Switch to use EABI for arm images. Also implies a switch to gcc4, ↵Richard Purdie
glibc 2.5 and binutils 2.17. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1121 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-20Remove DISTRO_TYPE, replacing with IMAGE_FEATURES. Documentation is in ↵Richard Purdie
local.conf.sample git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1053 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-15Add poky-bleeding noteMatthew Allum
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1044 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-05local.conf.sample doc updates + add ASSUME_PROVIDED += "qemu-native"Matthew Allum
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1009 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-29local.conf.sample: Allow external override of PACKAGE_CLASSESRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@983 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-24local.conf.sample: Improve PACKAGE_CLASSES documenationRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@952 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-23local.conf.sample: Allow environment to override MACHINE and DL_DIRRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@949 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-22local.conf.sample: Add note about BB_NUMBER_THREADSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@939 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-10-12Add PACAKGE_CLASSES setting, also list qemux86 as machine typeMatthew Allum
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@796 311d38ba-8fff-0310-9ca6-ca027cbcb966