aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
AgeCommit message (Collapse)Author
2007-01-04bitbake.conf: IMAGE_CMD_ext2.gz: Remove tmp.gz/ before creating it.Paul Sokolovsky
* Sometimes due to errors ${DEPLOY_DIR_IMAGE}/tmp.gz is not deleted, and then next time it will error again on mkdir. Pretty confusing, especially fro newbies. So, just kill it to make sure no stale content is there.
2007-01-04bitbake.conf: Add support for cpio and cpio.gz image formats.Paul Sokolovsky
* Required to create initramfs bundles. * Single image can be used both as rootfs archive to expand to some media and as initrd (initramfs-style). In the latter case, "rdinit" kernel param should be used instead of "init". See Documentation/filesystems/ramfs-rootfs-initramfs.txt for more info.
2006-12-31Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no ↵Richard Purdie
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
2006-12-25bitbake.conf: remove reference to task-bootstrapKoen Kooi
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz
2006-12-12conf/bitbake.conf: Update default SOURCEFORGE_MIRROR to benefit from ↵Rolf Leggewie
recently introduced, better mirroring
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie
mailing list. There should be no functionality changes yet.
2006-11-28bitbake.conf : introduce the OBJDUMP variable, by default set toGraeme Gregory
${HOST_PREFIX}objdump package.bbclass : make use of the OBJDUMP variable rather than calling ${BUILD_PREFIX}objdump inside do_shlibs. As the original usage was faulty and ended up calling host objdump which works for some arm targets but not all.
2006-11-26moved COMBINED_FEATURES and rest of task-base calculations from task-base.bb ↵Marcin Juszkiewicz
into bitbake.conf - without this move we can not use COMBINED_FEATURES (and other task-base variables) in other recipes (like we do not in wpa-supplicant 0.5.5)
2006-11-21bitbake.conf: Add util-linux-naitve to ASSUME_PROVIDEDRichard Purdie
2006-11-20bitbake.conf: Add MACHINE into the path for the CACHE (when set). Allow ↵Richard Purdie
machines/distro to override IMAGE_ROOTFS_SIZE_ext2. Add DEPLOY_DIR_DEB. (from poky)
2006-11-20Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵Richard Purdie
in preparation for deb handling
2006-11-14site infrastructure changes: Allow more than one file per target so common ↵Richard Purdie
files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.
2006-11-13conf/bitbake.conf: Changed STAGING_MICROCODE_DIR to STAGING_FIRMWARE_DIR on ↵Rod Whitby
hrw's request
2006-11-13bitbake.conf: Added STAGING_MICROCODE_DIR for microcode which is used in ↵Rod Whitby
image generation.
2006-11-11conf/bitbake.conf: Fix quotes for the more strict parserHolger Freyther
2006-10-29bitbake.conf: Fix .debug packaging (from Poky)Koen Kooi
* poky rev 828: 'bitbake.conf: Fix .debug packaging'
2006-10-19bitbake.conf: add support for squashfs-lzma images - close #1507Leon Woestenberg
2006-10-12bitbake.conf: add GPE_SVN varKoen Kooi
2006-10-12bitbake.conf: point GPEMIRROR to the new home of the gpe projectKoen Kooi
2006-09-15classes/package.bbclass,conf/bitbake.conf:Chris Larson
* Add package "depchains". This facilitates, for example, ensuring that if A depends upon B, then A-dev will RRECOMMENDS B-dev, and the same for the -dbg packages.
2006-09-09bitbake.conf: update default maintainerKoen Kooi
2006-09-08conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as wellHolger Freyther
2006-09-08conf/bitbake.conf: Add FETCHCOMMAND and UPDATECOMMAND for subversionHolger Freyther
Adding these commands is needed to work with a future BitBake trunk version. SVN fetcher will behave more like the cvs fetcher and keep the co around.
2006-08-28Merge from poky:Chris Larson
Rework the way patches are handled. There are now two abstract base classes, initialized in patch.bbclass. One for patchset operations on a directory, and another for patch failure resolution. Currently includes 'patch' and 'quilt' concrete PatchSet classes, and a 'user' resolver class, which simply drops you into a shell in the source tree to fix the rejects.
2006-08-27Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap ↵Richard Purdie
and allow machines/distros to elect an alternative
2006-08-27bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky)Richard Purdie
2006-08-27bitbake.conf: Remove old style IMAGE_FSTYPE in favour of IMAGE_FSTYPES ↵Richard Purdie
(which is weakly set to a default allowing machines to override/append) (from poky)
2006-08-05conf/bitbake.conf: quilt 0.45 lacks -n but has -P for setting a patch nameHolger Freyther
quilt 0.45 lacks the -n option but has -P nowadays for setting the to be used patchname, update.
2006-08-01bitbake.conf: stop including empty .debug dirs in non-dbg packagesPhilipp Zabel
2006-07-31Change -dbg objects to use .debug directory. Fixes various FILES issues.Richard Purdie
2006-07-28conf/bitbake.conf: allow new field custom for TARGET_SYSHenning Heinold
some architecture has no sub-arch like msp430, so we should honor this because otherwise the configure-scripts for binutils and gcc won't work the right way
2006-07-24Add automatic generation of -dbg packages. These contain the debug symbols ↵Richard Purdie
that are stripped from binaries and the symbols are linked to the original binaries via the gnu-debuglink section.If the -dbg packages are installed, oprofile and gdb will use them for symbol lookup.
2006-06-11bitbake.conf: add STAGING_PYDIRMichael Lauer
2006-05-27Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵Richard Purdie
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details.
2006-05-20conf/bitbake.conf: enable the fail-fast host include finder. At least opie, ↵Koen Kooi
gpe, e17 and python build cleanly
2006-05-16conf/bitbake.conf:Holger Freyther
Add an alternative OVERRIDES line to enable my gcc hacks to make things fail fast.
2006-05-16conf/bitbake.conf:Holger Freyther
Use -isystem instead of -I for the staging incdir. This will make the staging directory to be the last one in the include chain, this should make all 'local' includes be handled first and only then we will fall back to the staging directory. nice option...
2006-04-30conf/bitbake.conf:Holger Freyther
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-30conf/bitbake.conf:Holger Freyther
Plain UPDATE, FETCH and RESUME-COMMAND to not have any value. They are used by the BitBake fetchers. e.g. with a broken update_data impl in BitBake cvs used the 'plain' variable instead the override. This change should make things fail faster and more obvious
2006-04-28bitbake.conf: specify CVSROOT on update - close #908Marcin Juszkiewicz
2006-04-17bitbake.conf: fix E_CVS entry and make E_URI appear here as wellMichael Lauer
2006-03-28bitbake.conf: add E_CVS, a var holding the new anoncvs uri for enlightenment ↵Koen Kooi
stuff
2006-03-23PCMCIA_MANAGER: Correctly handle this for various machines in a consistent ↵Richard Purdie
way and set a default in bitbake.conf for backwards compatibility in such a way it can be overridden in a variety of ways.
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie
misconfigurations and gives helpful information about fixing them. The checks can be expanded over time. It can be disabled by following the slightly cryptic instructions in sanity.conf.
2006-03-15disapproval of revision '9cd0f34b9dc26c55cd6929716454080ef9f93526'Florian Boor
2006-03-15bitbake.conf: Update default GPE mirror.Florian Boor
2006-03-13conf/bitbake.conf:Holger Freyther
cpio calls makeinfo which is part of texinfo on my Ubuntu installation. This is why I add texinfo-native as ASSUMED_PROVIDED package to bitbake.conf.
2006-03-12apr-0.9.7,apr-util-0.9.7: replace unretrieveable 1.1.x versionsMustafa Yuecel
- subversion needs only 0.9.7 - avoid execution of gen_uri_delims (place uri_delims.h directly) - add APACHE_MIRROR to conf/bitbake.conf
2006-03-12s/ftp.handhelds.org/handhelds.org/ for teh mirror URL. fixes b0rkage.Joseph Cole