summaryrefslogtreecommitdiff
path: root/meta/conf/bitbake.conf
AgeCommit message (Collapse)AuthorFiles
2010-07-02meta-toolchain: Improve layoutRichard Purdie1
* Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-10lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-02bitbake.conf: Remove util-linux from ASSUME_PROVIDEDJoshua Lock1
We need to build our own util-linux now Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-02bitbake.conf: add the LOG_DIR variableNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-04-27Install cross-packages into the native sysrootJoshua Lock1
Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-04-27Move STAGING_BINDIR_CROSS into target sysroot, instead of nativeJoshua Lock1
Cross scripts now live in sysroot/$arch-distro-os/crossscripts, this conveys that they are no longer native system dependant and emphasises their purpose. Bump the staging ABI and implement a simple migration from ABI 3 to ABI 4. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19base.bbclass: Split up as per the patch in OE.dev by Chris Larson making ↵Richard Purdie1
code more readable and modularised Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-29bitbake.conf: quieten wget fetchesJoshua Lock1
Add the q switch to wget fetches and resumes to reduce stdout noise. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-29packaged-staging: Move packaged staging directory outside of DEPLOY_DIRJoshua Lock1
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>
2010-01-27bitbake.conf: Add virtual/xserver to MUTLI_PROVIDER_WHITELISTRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-25bitbake.conf: Add virtual/libintl-nativesdk to MULTI_PROVIDER_WHITELISTRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-20bitbake.conf: Add virtual/libintl-native to MUTLI_PROVIDER_WHITELISTRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Richard Purdie1
populate_staging task to populate_sysroot This change makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13bitbake.conf: Add virtual/libintl-native to ASSUME_PROVIDEDRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12bitbake.conf: Drop SHELLCMDS quoting fixing menuconfig taskRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-05bitbake.conf: Fix STAGING_BINDIR_CROSS to point to the location before the ↵Richard Purdie1
layout_* changes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-18Add SDKMACHINE to simplify SDK control and add to CACHE paths to allow ↵Richard Purdie1
environmental variable control Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17bitbake.conf: Update SPECIAL_PKGSUFFIX to include crosssdk/cross-canadian ↵Richard Purdie1
and drop -cross-sdk Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17bitbake.conf: Add SDK variable definitionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie1
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>
2009-09-17bitbake.conf: Use BASE_PACKAGE_ARCH as the default, not HOST_ARCHRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17bitbake.conf: Add SDK variable definitionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-10bitbake.conf: Rename SDK_PREFIX SDKPATHRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau1
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>
2009-08-12bitbake.conf: Create the rootfs in WORKDIR, not directly in TMPDIR allowing ↵Richard Purdie1
creation of more than one rootfs at once Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-02bitbake.conf: Sync with changes in OE.devRichard Purdie1
2009-06-09bitbake.conf: Add definition of SRCPV so git revisions can be incrementaly ↵Richard Purdie1
numbered. Influence for this comes from Openmoko. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-31bitbake.conf: Set PERSISTENT_DIR for the cache location so its common to all ↵Richard Purdie1
builds of different machines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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