aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
AgeCommit message (Collapse)Author
2009-02-20bitbake.conf: update Poky Maintainer name to "Poky Team ↵Marcin Juszkiewicz
<poky@openedhand.com>" (from trunk)
2009-02-20base.bbclass, bitbake.conf: add support for BP/BPN variables (backported ↵Marcin Juszkiewicz
from trunk) commit 94c895aad5ad286f172b04bc33ba670220d5eba8 Author: Richard Purdie <rpurdie@linux.intel.com> Date: Fri Jan 2 10:15:45 2009 +0000 bitbake.conf: Create BPN variable containing the pruned version of PN with various suffixes removed and use this for S and FILESPATH. This uses naming from OE but with improved code
2009-01-23bitbake.conf: add IMAGE_ROOTFS_SIZE (from OE)Marcin Juszkiewicz
2009-01-23bitbake.conf/image.bbclass: Backport the magic rootfs sizing code from trunk ↵Richard Purdie
(from hrw)
2008-02-11bitbake.conf: Account for different shared library extensions on darwin in ↵Richard Purdie
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 Purdie
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 Purdie
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 Purdie
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 Purdie
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 Juszkiewicz
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 Purdie
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 Juszkiewicz
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 Juszkiewicz
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 Purdie
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 Purdie
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 Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3141 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13bitbake.conf: Move yaffs2 image type to EXTRA_IMAGECMDRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3139 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13bitbake.conf: Add PE to RDEPENDS and RRECOMMENDS for -dev and -dbg packages. ↵Richard Purdie
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
2007-11-12pkgconfig: Switch to using sysroot simplifying pkgconfig files. Requires a ↵Richard Purdie
full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3125 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12bitbake.conf: Simplify target CPPFLAGS, CFLAGS and LDFLAGS due to sysroot ↵Richard Purdie
benefits git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3124 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12Rearrange staging to match target system layout. This is a major change and ↵Richard Purdie
will require a full rebuild. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3123 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12bitbake.conf: Set RDEPENDS and RRECOMMENDS of -dev and -dbg packages to ↵Richard Purdie
match specific versions, not >=. Fix typo. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3115 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07bitbake.conf: add yaffs2 support from OEMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3086 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29bitbake.conf: Remove more hardcoded staging layoutRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3031 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29bitbake.conf: Add dummy layout variables (describing the current staging ↵Richard Purdie
layout for now) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3026 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-29bitbake.conf: Start cleaning up staging variablesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3015 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-19bitbake.conf: Clean up some hardcoded path/layout referencesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2766 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-17bitbake.conf: Allow overriding of SHELLRCCMDRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2745 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-05bitbake.conf: Add bzr fetcher support, give IMAGE_BASENAME a sane defaultRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2690 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01Factor ipkg index and conf file creation into package_ipk.bbclassRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2637 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-01bitbake.conf: Sync with OE.devRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2626 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-21base.bbclass: Set pkgdata location to something machine specific when needed ↵Richard Purdie
so multimachine builds don't break. NOTE: People will have to rerun the install/package tasks after this change on existing builds git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2527 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-09bitbake.conf: Add AUTOREVRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2473 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-08bitbake.conf: Fix DL_DIRRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2417 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-08bitbake.conf: Sync with OE.devRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2409 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-01bitbake.conf: Add variables for bitbake 1.8 fetcher changesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2248 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-10bitbake.conf: Add new FETCHCMDsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2142 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-29bitbake.conf: task-base stuffMarcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2056 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-27bitbake.conf: Move SDK_NAME and SDK_PREFIX into bitbake.confRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2035 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-31classes/conf: Merge missing package epoch (PE) support (from OE), also make ↵Richard Purdie
OE package field sane git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1839 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-16bitbake.conf: PKG_CONFIG_PATH is a PATH like variable and may contain ↵Richard Purdie
multiple entries so create PKG_CONFIG_DIR as a path to install to. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1731 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-30bitbake.conf: add cpio support for images (from OE)Marcin Juszkiewicz
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1585 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-05Add kernel.org mirrorRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1324 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-30STAGING_BINDIR: No longer need to rename -native binconfig binaries, set ↵Richard Purdie
STAGING_BINDIR correctly git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1221 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-30bitbake.conf: Fix ext3 image DEPENDSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1219 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-30bitbake.conf: Add ext3 image support (and update spitz to generate ext3 images)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1217 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-17Added -fno-omit-frame-pointer to DEBUG_OPTIMIZATIONJorn Baayen
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1152 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-19bitbake.conf: Clean up FILES, add ALLOW_EMPTY for -dbg and -dev packagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1052 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-14bitbake.conf: Add STAGING_BINDIR_CROSSRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1036 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-04bitbake.conf: Move DL_DIR to the end of the fileRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@997 311d38ba-8fff-0310-9ca6-ca027cbcb966