summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
AgeCommit message (Collapse)AuthorFiles
2006-09-15classes/package.bbclass,conf/bitbake.conf:Chris Larson1
* 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 Kooi1
2006-09-08conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as wellHolger Freyther1
2006-09-08conf/bitbake.conf: Add FETCHCOMMAND and UPDATECOMMAND for subversionHolger Freyther1
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 Larson1
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 Purdie1
and allow machines/distros to elect an alternative
2006-08-27bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky)Richard Purdie1
2006-08-27bitbake.conf: Remove old style IMAGE_FSTYPE in favour of IMAGE_FSTYPES ↵Richard Purdie1
(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 Freyther1
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 Zabel1
2006-07-31Change -dbg objects to use .debug directory. Fixes various FILES issues.Richard Purdie1
2006-07-28conf/bitbake.conf: allow new field custom for TARGET_SYSHenning Heinold1
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 Purdie1
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 Lauer1
2006-05-27Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵Richard Purdie1
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 Kooi1
gpe, e17 and python build cleanly
2006-05-16conf/bitbake.conf:Holger Freyther1
Add an alternative OVERRIDES line to enable my gcc hacks to make things fail fast.
2006-05-16conf/bitbake.conf:Holger Freyther1
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 Freyther1
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 Freyther1
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 Juszkiewicz1
2006-04-17bitbake.conf: fix E_CVS entry and make E_URI appear here as wellMichael Lauer1
2006-03-28bitbake.conf: add E_CVS, a var holding the new anoncvs uri for enlightenment ↵Koen Kooi1
stuff
2006-03-23PCMCIA_MANAGER: Correctly handle this for various machines in a consistent ↵Richard Purdie1
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 Purdie1
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 Boor1
2006-03-15bitbake.conf: Update default GPE mirror.Florian Boor1
2006-03-13conf/bitbake.conf:Holger Freyther1
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 Yuecel1
- 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 Cole1
2006-02-22conf/bitbake.conf:Holger Freyther1
-Add perl-native-runtime and python-native-runtime to the ASSUMED_PROVIDED packages. We expect to be able to run bitbake a suitable python version is installed. Same applies for running autoreconf to perl. -But to cross compile python and perl, we need special native versions. This is why automake is now depending on the 'installed' perl of the system.
2006-02-21bitbake.conf: Add some new ASSUME_PROVIDED targetsRichard Purdie1
2006-02-20various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.Rene Wagner1
2006-02-12conf/bitbake.conf:Holger Freyther1
- Add GENTOO_MIRROR packages/pax-utils: - Add version 0.1.9 of the pax utilities including scanelf. I will use it in a dedicated QA bbclass to check for common security issues.
2006-01-31bitbake.conf: add XORG_MIRRORPhilipp Zabel1
2006-01-10bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets ↵Richard Purdie1
python. Need to check this with mickeyl.
2006-01-08Following from the meta/packages changes, cleanup conf/machine for incorrect ↵Richard Purdie1
DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
2006-01-07Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People ↵Richard Purdie1
may like to check their local.conf files append to ASSUME_PROVIDED...
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie1
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-10-31lots of files: use ${HANDHELDS_CVS} and update bitbake.conf to use ↵Koen Kooi1
anoncvs.handhelds.org
2005-10-07bitbake.conf: add FREEBSD_MIRRORRene Wagner1
2005-09-13linux-oz-2.6: Tosa updates from Dirk bringingTosa up to dateRichard Purdie1
2005-09-11IMAGE_FSTYPE updates. Add new tar.bz2 and tar.gz image types so the ↵Richard Purdie1
compression format can be specified. Update tar references to tar.bz2. Update spitz and borzoi to correctly use tar.gz. ***Users of IMAGE_FSTYPE="tar" are advised to switch to tar.bz2***. tar is likely to become an uncompressed tarball at some point.
2005-08-24mkdir the 'patches' directory before calling quiltPhilipp Zabel1
2005-07-19Added STAGING_LOADER_DIR to bitbake.confRod Whitby1
2005-07-17conf/bitbake.conf:Holger Freyther1
-Add the BUILD_OS to the overrides. This allows us for example to use gpatch on FreeBSD instead of patch packages/patcher/patcher-native_...bb: -Change the PATCHCMD to use gpatch as well - s/build-fbsd/build-freebsd/
2005-05-27Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/27 14:22:44+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/27 14:22:32+02:00 uni-frankfurt.de!mickeyl reintroduce flex(-native) 2.5.31 2005/05/27 14:03:42+02:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into marcinj.local:/home/hrw/zaurus/oe/openembedded 2005/05/27 14:03:24+02:00 local!hrw bitbake.conf: switched SF mirror to heanet as aleron (previous default one) lack many files) 2005/05/27 13:49:23+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/05/27 12:44:10+02:00 uni-frankfurt.de!mickeyl clean up the flex packages BKrev: 4297152cMQ-C8Wem03skbqpuwH-iXw
2005-05-18Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/19 00:18:04+02:00 void!koen documentation.conf: some more doc stuff 2005/05/19 00:14:37+02:00 void!koen documentation.conf: some more doc stuff 2005/05/18 23:58:00+02:00 (none)!ich OpenEmbedded Configuration Description: Initial and totally incomplete attempt to document variables OpenEmbedded offers to configure the build. Documentation will be saved as 'doc' flag in the variable. We can easily extract it and create proper description out of these keys. Comment/Add your favorite key in conf/documentation.conf and we're soon fully documented BKrev: 428bc435ckZnw59F4J1jBuLyP9-d_g
2005-05-11Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/11 12:24:12-07:00 amd.com!jcrouse bitbake.conf: Add PATCH_GET to make patch ignore RCS BKrev: 42825f86qHc9dlyuCLozBs8i9hv5XQ
2005-03-23Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com1
into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/23 08:41:50-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 16:34:02+00:00 rpsys.net!RP Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into tim.rpsys.net:/usr/oe/openembedded 2005/03/23 16:32:05+00:00 rpsys.net!RP openzaurus-2.6: fix typo 2005/03/23 17:31:58+01:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into marcinj.local:/home/hrw/zaurus/bb/openembedded 2005/03/23 17:31:35+01:00 local!hrw updated kdepimpi to 2.0.20 2005/03/23 07:41:31-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 16:38:17+01:00 zeckescompany.nl!alwin changed package-dep for meta-opie 2005/03/24 00:32:02+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/bitbake/openembedded 2005/03/24 00:31:35+10:30 (none)!rwhitby Made Unslung *not* create ramdisk for /var and /dev when you've unslung to an external disk 2005/03/23 05:41:22-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/24 00:15:58+10:30 (none)!rwhitby Fixed the unslung patch for rc.1 2005/03/24 00:06:41+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/bitbake/openembedded 2005/03/24 00:06:21+10:30 (none)!rwhitby Unslung 4.7-alpha, with support for external disks on sda1, sda2, sdb1, sdb2. 2005/03/23 14:26:04+01:00 uni-frankfurt.de!mickeyl rename wlan-ng-modules package per upstream changes 2005/03/23 14:23:31+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/03/23 14:23:20+01:00 uni-frankfurt.de!mickeyl add remind, a console PIM application. in nonworking, because it needs a gcc3.x patch 2005/03/23 04:41:30-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 13:34:56+01:00 mn-solutions.de!schurig Various twiddles for MNCI "Ramses": qmake-native: remove my weird attempt to get things right, it was very wrong :-) gdb: add REPENDS on libthread-db1 to allow debugging of threaded Qt/E 3.x apps kernel: add bluez-modules sysvinit: make startup even faster by removing access to /proc/progress 2005/03/23 03:41:24-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 22:12:18+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/bitbake/openembedded 2005/03/23 22:11:52+10:30 (none)!rwhitby Added lots of modules for traffic shaping and other various things to OpenSlug kernel 2005/03/23 12:14:09+01:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/closed/build/unstable/openembedded 2005/03/23 12:13:44+01:00 (none)!br1 fixed hostapd 0.3.7 and added wpa_supplicant 0.3.8 2005/03/23 11:41:30+01:00 uni-frankfurt.de!mickeyl remove hostap-daemon from nonworking. hey folks, please look if not already there is a nonworking version before you add a new one 2005/03/23 02:41:23-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 11:38:09+01:00 uni-frankfurt.de!mickeyl opie-collections: add datebook plugins to standard opie image 2005/03/23 11:35:44+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/03/23 11:33:22+01:00 uni-frankfurt.de!mickeyl add newer gpsd versions and a fixed start/stop script 2005/03/23 11:31:34+01:00 uni-frankfurt.de!mickeyl opie packaging changes in meta-opie and opie-login 2005/03/23 11:06:47+01:00 (none)!br1 added packages "ser" and "mystun" contributed by Sven-Ola Tuecke 2005/03/23 11:02:05+01:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/closed/build/unstable/openembedded 2005/03/22 17:41:23-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/23 01:26:50+00:00 (none)!cwiiis Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into cwiiisdesktop.(none):/home/cwiiis/Dev/oe/openembedded 2005/03/23 01:26:05+00:00 (none)!cwiiis Use the sourceforge source for freetype, as it seems to be the primary download location now. 2005/03/23 01:24:53+00:00 (none)!cwiiis Small gpe-related updates to openzaurus-3.5.3.conf. 2005/03/23 01:23:49+00:00 (none)!cwiiis Correct XLIBS_MIRROR 2005/03/22 07:41:25-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/22 16:31:48+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/03/22 16:31:38+01:00 uni-frankfurt.de!mickeyl libqte2: set package arch to machine arch since we supply machine specific patches and flags 2005/03/22 15:11:11+00:00 (none)!cwiiis Use ?= instead of = in conf/distro/preferred-gpe-versions.inc, so as not to override user-specified settings 2005/03/22 22:57:38+10:30 (none)!rwhitby Bumped the Openslug kernel PR 2005/03/22 22:53:49+10:30 (none)!rwhitby Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded into home.(none):/home/bitbake/openembedded 2005/03/22 22:53:07+10:30 (none)!rwhitby Changed CONFIG_ATALK from =y to =m in Unslung kernel 2005/03/22 03:41:21-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/22 12:30:28+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/03/22 12:30:12+01:00 uni-frankfurt.de!mickeyl include tune-xscale in the pxa machines. root file systems can be built with all optimizations since they are machine specific anyway. the unified feed though needs to be built using a tune-strongarm based machine configuration 2005/03/22 12:28:44+01:00 local!hrw added qpf-gentium font to meta-opie 2005/03/22 12:27:20+01:00 local!hrw updated qpf-dejavufonts to 1.8 added all rotations 2005/03/22 12:26:15+01:00 local!hrw added all rotations to qpf-hunkyfonts 2005/03/22 12:09:08+01:00 uni-frankfurt.de!mickeyl add qpf-gentium, a free font with lots of characters. thanks hrw for converting. 2005/03/22 10:39:58+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/03/22 00:41:26-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/22 07:43:44+00:00 reciva.com!pb change "h2200_linear" to "linear_h2200". Reported by Matt Reimer. 2005/03/21 17:41:26-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/22 01:56:50+01:00 dyndns.org!reenoo libglade: update to 2.4.2 which fixes improper use of the toolbar API. make no-xml2.patch apply against 2.4.2. 2005/03/22 00:59:21+01:00 uni-frankfurt.de!mickeyl split tosa machine configuration into generic, 2.4, 2.6 parts 2005/03/22 00:54:55+01:00 uni-frankfurt.de!mickeyl add a version of orinoco-0.13e that compiles against kernel 2.6 and choose that version for the clamshells and the poodle 2005/03/18 16:13:17+01:00 (none)!br1 added madwifi BSD branch build 2005/03/18 16:12:01+01:00 (none)!br1 added hostap-daemon 0.3.7 BKrev: 4241c03fA7V8WMbGM7hnEqx17eXRkw