Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-11-13 | conf/bitbake.conf: Changed STAGING_MICROCODE_DIR to STAGING_FIRMWARE_DIR on ↵ | Rod Whitby | 1 | |
hrw's request | ||||
2006-11-13 | bitbake.conf: Added STAGING_MICROCODE_DIR for microcode which is used in ↵ | Rod Whitby | 1 | |
image generation. | ||||
2006-11-11 | conf/bitbake.conf: Fix quotes for the more strict parser | Holger Freyther | 1 | |
2006-10-29 | bitbake.conf: Fix .debug packaging (from Poky) | Koen Kooi | 1 | |
* poky rev 828: 'bitbake.conf: Fix .debug packaging' | ||||
2006-10-19 | bitbake.conf: add support for squashfs-lzma images - close #1507 | Leon Woestenberg | 1 | |
2006-10-12 | bitbake.conf: add GPE_SVN var | Koen Kooi | 1 | |
2006-10-12 | bitbake.conf: point GPEMIRROR to the new home of the gpe project | Koen Kooi | 1 | |
2006-09-15 | classes/package.bbclass,conf/bitbake.conf: | Chris Larson | 1 | |
* 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-09 | bitbake.conf: update default maintainer | Koen Kooi | 1 | |
2006-09-08 | conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well | Holger Freyther | 1 | |
2006-09-08 | conf/bitbake.conf: Add FETCHCOMMAND and UPDATECOMMAND for subversion | Holger Freyther | 1 | |
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-28 | Merge from poky: | Chris Larson | 1 | |
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-27 | Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap ↵ | Richard Purdie | 1 | |
and allow machines/distros to elect an alternative | ||||
2006-08-27 | bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky) | Richard Purdie | 1 | |
2006-08-27 | bitbake.conf: Remove old style IMAGE_FSTYPE in favour of IMAGE_FSTYPES ↵ | Richard Purdie | 1 | |
(which is weakly set to a default allowing machines to override/append) (from poky) | ||||
2006-08-05 | conf/bitbake.conf: quilt 0.45 lacks -n but has -P for setting a patch name | Holger Freyther | 1 | |
quilt 0.45 lacks the -n option but has -P nowadays for setting the to be used patchname, update. | ||||
2006-08-01 | bitbake.conf: stop including empty .debug dirs in non-dbg packages | Philipp Zabel | 1 | |
2006-07-31 | Change -dbg objects to use .debug directory. Fixes various FILES issues. | Richard Purdie | 1 | |
2006-07-28 | conf/bitbake.conf: allow new field custom for TARGET_SYS | Henning Heinold | 1 | |
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-24 | Add automatic generation of -dbg packages. These contain the debug symbols ↵ | Richard Purdie | 1 | |
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-11 | bitbake.conf: add STAGING_PYDIR | Michael Lauer | 1 | |
2006-05-27 | Clean up IPKG_ARCHS as it was being used inconsistently, often with ↵ | Richard Purdie | 1 | |
duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details. | ||||
2006-05-20 | conf/bitbake.conf: enable the fail-fast host include finder. At least opie, ↵ | Koen Kooi | 1 | |
gpe, e17 and python build cleanly | ||||
2006-05-16 | conf/bitbake.conf: | Holger Freyther | 1 | |
Add an alternative OVERRIDES line to enable my gcc hacks to make things fail fast. | ||||
2006-05-16 | conf/bitbake.conf: | Holger Freyther | 1 | |
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-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf | ||||
2006-04-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
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-28 | bitbake.conf: specify CVSROOT on update - close #908 | Marcin Juszkiewicz | 1 | |
2006-04-17 | bitbake.conf: fix E_CVS entry and make E_URI appear here as well | Michael Lauer | 1 | |
2006-03-28 | bitbake.conf: add E_CVS, a var holding the new anoncvs uri for enlightenment ↵ | Koen Kooi | 1 | |
stuff | ||||
2006-03-23 | PCMCIA_MANAGER: Correctly handle this for various machines in a consistent ↵ | Richard Purdie | 1 | |
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-19 | Add sanity.conf/sanity.bbclass. This checks for common user ↵ | Richard Purdie | 1 | |
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-15 | disapproval of revision '9cd0f34b9dc26c55cd6929716454080ef9f93526' | Florian Boor | 1 | |
2006-03-15 | bitbake.conf: Update default GPE mirror. | Florian Boor | 1 | |
2006-03-13 | conf/bitbake.conf: | Holger Freyther | 1 | |
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-12 | apr-0.9.7,apr-util-0.9.7: replace unretrieveable 1.1.x versions | Mustafa Yuecel | 1 | |
- 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-12 | s/ftp.handhelds.org/handhelds.org/ for teh mirror URL. fixes b0rkage. | Joseph Cole | 1 | |
2006-02-22 | conf/bitbake.conf: | Holger Freyther | 1 | |
-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-21 | bitbake.conf: Add some new ASSUME_PROVIDED targets | Richard Purdie | 1 | |
2006-02-20 | various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it. | Rene Wagner | 1 | |
2006-02-12 | conf/bitbake.conf: | Holger Freyther | 1 | |
- 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-31 | bitbake.conf: add XORG_MIRROR | Philipp Zabel | 1 | |
2006-01-10 | bitbake.conf: Remove python-native from ASSUME_PROVIDED as this upsets ↵ | Richard Purdie | 1 | |
python. Need to check this with mickeyl. | ||||
2006-01-08 | Following from the meta/packages changes, cleanup conf/machine for incorrect ↵ | Richard Purdie | 1 | |
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-07 | Add ASSUME_PROVIDED line for prerequisite software to bitbake.conf. People ↵ | Richard Purdie | 1 | |
may like to check their local.conf files append to ASSUME_PROVIDED... | ||||
2006-01-07 | Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵ | Richard Purdie | 1 | |
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup. | ||||
2005-10-31 | lots of files: use ${HANDHELDS_CVS} and update bitbake.conf to use ↵ | Koen Kooi | 1 | |
anoncvs.handhelds.org | ||||
2005-10-07 | bitbake.conf: add FREEBSD_MIRROR | Rene Wagner | 1 | |
2005-09-13 | linux-oz-2.6: Tosa updates from Dirk bringingTosa up to date | Richard Purdie | 1 | |
2005-09-11 | IMAGE_FSTYPE updates. Add new tar.bz2 and tar.gz image types so the ↵ | Richard Purdie | 1 | |
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. |