summaryrefslogtreecommitdiff
path: root/meta/conf/bitbake.conf
AgeCommit message (Collapse)AuthorFiles
2009-04-22bitbake.conf: Always add full debug information and increase the default ↵Richard Purdie1
image slack space Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-23bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)Marcin Juszkiewicz1
2009-01-04Various fixes after recent commit breakageRichard Purdie1
2009-01-02bitbake.conf: In SPECIAL_PKGSUFFIX -cross-sdk must come before -cross and ↵Richard Purdie1
-sdk or it doesn't work as expected
2009-01-02bitbake.conf: Default to an IMAGE_FSTYPES of tar.gz instead of the less ↵Richard Purdie1
useful jffs2
2009-01-02bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OERichard Purdie1
2009-01-02bitbake.conf: Create BPN variable containing the pruned version of PN with ↵Richard Purdie1
various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
2008-12-31bitbake.conf: Drop stale unused MANIFEST variableRichard Purdie1
2008-12-01bitbake.conf: Allow TMPDIR and DEPLOY_DIR_IMAGE to be overriddenRob Bradford1
2008-11-05bitbake.conf: Fix CHECK_COMMAND_wget quotingRichard Purdie1
2008-10-30[bitbake.conf] Removes the MACHINE_DRI_MODULES var since it's no longer used ↵Robert Bragg1
by mesa
2008-10-23base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie1
2008-09-25image.bbclass: make ext2/ext3 images autoresizeMarcin Juszkiewicz1
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
2008-09-22Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg1
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
2008-09-08bitbake.conf: Fix typo introduced in r3774, thanks to Cyril Humbert for spottingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5156 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-07hg fetcher: Apply fixes from Matt HoosierRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5153 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-26bitbake.conf: Add to PATHRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5107 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-31bitbake.conf: added freesmartphone.org git mirrorMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4992 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-24Move SANITY_ABI to its own file and give a more general nameRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4938 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-22bitbake.conf: Default to SRCREV of INVALIDRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4920 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-21bitbake.conf: Add nasty workaround to deal with machine specific and 'all' ↵Richard Purdie1
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
2008-07-19bitbake.conf: Add CO_DIR and STAGING_EXECPREFIXDIR from OERichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4895 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19bitbake.conf: Split STAGING and CROSS to become target specific so armv5 ↵Richard Purdie1
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
2008-07-17Switch from ipkg-utils to opkg-utilsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17bitbake.conf: Set MULTIMACH_ARCH to a default valueRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4861 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17bitbake.conf: Add PACKAGES_DYNAMIC for PN-locale packagesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4860 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17bitbake.conf: Add QEMU_OPTIONS for armv7aRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4859 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17Merge multimachine class into bitbake.conf and create singlemachine.bbclass ↵Richard Purdie1
as a backwards compatibility option git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4858 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from thisRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4857 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-02bitbake.conf: Fix PARALLEL_MAKERichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4578 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-21bitbake.conf: Properly export the PATH variableRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4522 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-05bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8'Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4424 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-27bitbake: Tweak new URI checkstatus code slightly fixing two corner cases.Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4354 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-25bitbake.conf: Add quoting to the CVSROOT option for the cvs fetch command ↵Richard Purdie1
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
2008-04-11bitbake.conf: Add tar-native to ASSUME_PROVIDED, add FETCHOPTION_checkonly_wgetRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4234 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-14bitbake.conf: Sync with OE.devRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4007 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-06bitbake.conf: set CPU_FEATURES before it is used not afterMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3954 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-05bitbake.conf: enable VFP support for ARM machines (used by armv6 only)Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3951 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-11bitbake.conf: Account for different shared library extensions on darwin in ↵Richard Purdie1
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
2008-01-17sdk.bbclass: Set CPPFLAGS and CFLAGS correctlyRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3509 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-17sdk.bbclass: Set rpath correctly for sdk binaries and use the target prefix ↵Richard Purdie1
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
2008-01-10Add EXTRA_IMAGE_FEATURES for ease of use in local.confRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3461 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-30bitbake.conf: Make sure PATH is expanded when searching for ccacheRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3389 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-19bitbake.conf: introduce CPU_FEATURES variable for listing features of target ↵Marcin Juszkiewicz1
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
2007-12-18Sync various tweaks from OE, change default SRCREV policy to not auto ↵Richard Purdie1
increment rather than hitting the network. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3345 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-05bitbake.conf: armv4 and armv5 do not need CPU selector for qemuMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3310 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-12-04glibc: make ARMv6 binary locales working with recent qemuMarcin Juszkiewicz1
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
2007-11-23bitbake.conf/poky-external.inc: Clean up CFLAGS handlingRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3211 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-22poky-external.inc: Change the way the sysroot option is passed about to deal ↵Richard Purdie1
with libtool git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3208 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13Fix PE handling in version stringsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966