summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
* bitbake.conf: enable VFP support for ARM machines (used by armv6 only)Marcin Juszkiewicz2008-03-051-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3951 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Account for different shared library extensions on darwin in ↵Richard Purdie2008-02-111-6/+11
| | | | | | default FILES expressions, add layout_base_prefix to some extra layout variables git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3774 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set CPPFLAGS and CFLAGS correctlyRichard Purdie2008-01-171-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3509 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sdk.bbclass: Set rpath correctly for sdk binaries and use the target prefix ↵Richard Purdie2008-01-171-0/+5
| | | | | | to ensure sdk and native staging don't mix. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3501 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add EXTRA_IMAGE_FEATURES for ease of use in local.confRichard Purdie2008-01-101-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3461 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Make sure PATH is expanded when searching for ccacheRichard Purdie2007-12-301-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3389 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: introduce CPU_FEATURES variable for listing features of target ↵Marcin Juszkiewicz2007-12-191-0/+1
| | | | | | | | | | | | | | | processor This variable makes building for ARM targets easier. For example to build for ARMv6 cpu with VFP all you need is CPU_FEATURES = "vfp". Adding Thumb support is just adding "thumb" to the list. Tested on ARMv6 build with four combinations: "", "thumb", "vfp", "vfp thumb". All resulting images works in QEmu. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3355 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Sync various tweaks from OE, change default SRCREV policy to not auto ↵Richard Purdie2007-12-181-5/+18
| | | | | | increment rather than hitting the network. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3345 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: armv4 and armv5 do not need CPU selector for qemuMarcin Juszkiewicz2007-12-051-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3310 311d38ba-8fff-0310-9ca6-ca027cbcb966
* glibc: make ARMv6 binary locales working with recent qemuMarcin Juszkiewicz2007-12-041-0/+7
| | | | | | | | | Qemu 20071121 has ARMv6 support working but generating of binary locales require using proper "-cpu" switch - otherwise it sigsegv with illegal instruction. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3306 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf/poky-external.inc: Clean up CFLAGS handlingRichard Purdie2007-11-231-3/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3211 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky-external.inc: Change the way the sysroot option is passed about to deal ↵Richard Purdie2007-11-221-5/+6
| | | | | | with libtool git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3208 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix PE handling in version stringsRichard Purdie2007-11-131-2/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Move yaffs2 image type to EXTRA_IMAGECMDRichard Purdie2007-11-131-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3139 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add PE to RDEPENDS and RRECOMMENDS for -dev and -dbg packages. ↵Richard Purdie2007-11-131-3/+5
| | | | | | Remove double space from CFLAGS, it confuses gdb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3138 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a ↵Richard Purdie2007-11-121-0/+1
| | | | | | full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Simplify target CPPFLAGS, CFLAGS and LDFLAGS due to sysroot ↵Richard Purdie2007-11-121-4/+6
| | | | | | benefits git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3124 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rearrange staging to match target system layout. This is a major change and ↵Richard Purdie2007-11-121-37/+34
| | | | | | will require a full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3123 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Set RDEPENDS and RRECOMMENDS of -dev and -dbg packages to ↵Richard Purdie2007-11-121-3/+3
| | | | | | match specific versions, not >=. Fix typo. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3115 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: add yaffs2 support from OEMarcin Juszkiewicz2007-11-071-3/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3086 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Remove more hardcoded staging layoutRichard Purdie2007-10-291-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3031 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Add dummy layout variables (describing the current staging ↵Richard Purdie2007-10-291-0/+34
| | | | | | layout for now) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3026 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Start cleaning up staging variablesRichard Purdie2007-10-291-23/+31
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3015 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Clean up some hardcoded path/layout referencesRichard Purdie2007-09-191-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2766 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf: Allow overriding of SHELLRCCMDRichard Purdie2007-09-171-4/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2745 311d38ba-8fff-0310-9ca6-ca027cbcb966