summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie2009-09-181-1/+2
| | | | | | environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Update SPECIAL_PKGSUFFIX to include crosssdk/cross-canadian ↵Richard Purdie2009-09-171-1/+1
| | | | | | and drop -cross-sdk Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Add SDK variable definitionsRichard Purdie2009-09-171-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-66/+52
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Use BASE_PACKAGE_ARCH as the default, not HOST_ARCHRichard Purdie2009-09-171-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Add SDK variable definitionsRichard Purdie2009-09-171-0/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie2009-09-101-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau2009-08-261-0/+4
| | | | | | | | As we don't provide a mercurial-native package (yet) let's assume the build machine has it installed and check (sanity.bbclass) if it's the case. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
* bitbake.conf: Create the rootfs in WORKDIR, not directly in TMPDIR allowing ↵Richard Purdie2009-08-121-1/+1
| | | | | | creation of more than one rootfs at once Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Sync with changes in OE.devRichard Purdie2009-07-021-21/+40
|
* bitbake.conf: Add definition of SRCPV so git revisions can be incrementaly ↵Richard Purdie2009-06-091-1/+2
| | | | | | numbered. Influence for this comes from Openmoko. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Set PERSISTENT_DIR for the cache location so its common to all ↵Richard Purdie2009-05-311-0/+2
| | | | | | builds of different machines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Always add full debug information and increase the default ↵Richard Purdie2009-04-221-2/+2
| | | | | | image slack space Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)Marcin Juszkiewicz2009-01-231-0/+1
|
* Various fixes after recent commit breakageRichard Purdie2009-01-041-2/+1
|
* bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and ↵Richard Purdie2009-01-021-1/+1
| | | | -sdk or it doesn't work as expected
* bitbake.conf: Default to an IMAGE_FSTYPES of tar.gz instead of the less ↵Richard Purdie2009-01-021-1/+1
| | | | useful jffs2
* bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie2009-01-021-3/+3
|
* bitbake.conf: Create BPN variable containing the pruned version of PN with ↵Richard Purdie2009-01-021-4/+13
| | | | various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
* bitbake.conf: Drop stale unused MANIFEST variableRichard Purdie2008-12-311-2/+0
|
* bitbake.conf: Allow TMPDIR and DEPLOY_DIR_IMAGE to be overriddenRob Bradford2008-12-011-2/+2
|
* bitbake.conf: Fix CHECK_COMMAND_wget quotingRichard Purdie2008-11-051-1/+1
|
* [bitbake.conf] Removes the MACHINE_DRI_MODULES var since it's no longer used ↵Robert Bragg2008-10-301-1/+0
| | | | by mesa
* base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie2008-10-231-2/+2
|
* image.bbclass: make ext2/ext3 images autoresizeMarcin Juszkiewicz2008-09-251-2/+3
| | | | | | | | | | New variable IMAGE_EXTRA_SPACE contains amount of kilobytes which has to be added to size of IMAGE_ROOTFS. Resulting size is then passed to genext2fs util. As a result we do not have to specify size for ROOTFS_SIZE anymore. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5269 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Fix typo introduced in r3774, thanks to Cyril Humbert for spottingRichard Purdie2008-09-081-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5156 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hg fetcher: Apply fixes from Matt HoosierRichard Purdie2008-09-071-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5153 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add to PATHRichard Purdie2008-08-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5107 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: added freesmartphone.org git mirrorMarcin Juszkiewicz2008-07-311-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4992 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Move SANITY_ABI to its own file and give a more general nameRichard Purdie2008-07-241-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4938 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Default to SRCREV of INVALIDRichard Purdie2008-07-221-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4920 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add nasty workaround to deal with machine specific and 'all' ↵Richard Purdie2008-07-211-2/+8
| | | | | | architecture packages. This problem needs to be revisisted git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4908 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add CO_DIR and STAGING_EXECPREFIXDIR from OERichard Purdie2008-07-191-4/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4895 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Split STAGING and CROSS to become target specific so armv5 ↵Richard Purdie2008-07-191-7/+7
| | | | | | binaries don't mix with armv6 or v7, likewise with the cross compilers themselves. Also move pkgdata our of staging since it follows a totally different directory structure to staging. These changes break ABI so change the ABI number git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4893 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Switch from ipkg-utils to opkg-utilsRichard Purdie2008-07-171-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Set MULTIMACH_ARCH to a default valueRichard Purdie2008-07-171-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4861 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add PACKAGES_DYNAMIC for PN-locale packagesRichard Purdie2008-07-171-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4860 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add QEMU_OPTIONS for armv7aRichard Purdie2008-07-171-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4859 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merge multimachine class into bitbake.conf and create singlemachine.bbclass ↵Richard Purdie2008-07-171-4/+7
| | | | | | as a backwards compatibility option git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from thisRichard Purdie2008-07-171-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4857 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Fix PARALLEL_MAKERichard Purdie2008-06-021-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Properly export the PATH variableRichard Purdie2008-05-211-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4522 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8'Richard Purdie2008-05-051-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4424 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake: Tweak new URI checkstatus code slightly fixing two corner cases.Richard Purdie2008-04-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4354 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add quoting to the CVSROOT option for the cvs fetch command ↵Richard Purdie2008-04-251-1/+1
| | | | | | fixing proxy server issues (thanks to Mike Turquette for the patch) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4344 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add tar-native to ASSUME_PROVIDED, add FETCHOPTION_checkonly_wgetRichard Purdie2008-04-111-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4234 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Sync with OE.devRichard Purdie2008-03-141-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4007 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: set CPU_FEATURES before it is used not afterMarcin Juszkiewicz2008-03-061-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3954 311d38ba-8fff-0310-9ca6-ca027cbcb966