Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-07-12 | classes/base.bbclass: Fallback to archive.apache.org for older versions | Daniel Willmann | 1 | |
(Patch from Jan 'Shoragan' Lübbe) | ||||
2007-04-26 | base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, ↵ | Koen Kooi | 1 | |
seems to fix #2133 | ||||
2007-04-24 | base.bbclass: fix depency problem, closes #2137 (and some others) | Thomas Kunze | 1 | |
2007-04-19 | base.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with ↵ | Martin Dietze | 1 | |
"localdata") as proposed by bug reporter | ||||
2007-04-18 | classes: Add support for intertask dependencies to be specified, needed for ↵ | Richard Purdie | 1 | |
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list. | ||||
2007-04-09 | base.bbclass: Merge two after parse functions | Richard Purdie | 1 | |
2007-04-02 | classes/base.bbclass: place shasum-native as the first package to build | Holger Freyther | 1 | |
classes/base.bbclass: Make sure shasum-native does not depend on quilt classes/sanity.bbclass: No need to require sha256sum as we use oe_sha256sum packages/shasum: Change the name, make the -native version not have any deps | ||||
2007-04-01 | base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256 | Philipp Zabel | 1 | |
2007-04-01 | classes/base.bbclass: ↵ | Holger Freyther | 1 | |
[ftp://ftp.trolltech.com/qt/source/qtopia-core-4.3.0beta.tar.gz] is good enough src_uri as section/groups are unique enough as well. Most of the time (almost always) scoping PN (or PN+PV) is not necessary and in this case the SRC_URI is good enough. Richard thank you for saying the obvious | ||||
2007-03-31 | classes/base.bbclass: Make the checksum code work and test it with file-native | Holger Freyther | 1 | |
conf/checksums.ini: Provide an example on how this can be used | ||||
2007-03-31 | classes/base.bbclass: Add checksum.py code to verify md5/sha256 sums on do_fetch | Holger Freyther | 1 | |
This code uses the checksum.py from contrib/qa/checksum to verify md5sum and sha256 on do_fetch task. This code would even allow to checksum certain local patches. | ||||
2007-02-27 | base.bbclass: Add base_less_or_equal(): perform comparison fo ↵ | Paul Sokolovsky | 1 | |
integer/floating point values for <=. | ||||
2007-02-25 | add base_path_join | Phil Blundell | 1 | |
2007-01-01 | base.bbclass: Allow base_contains to take an array of values to check for ↵ | Richard Purdie | 1 | |
(from poky) | ||||
2006-12-12 | many files: KERNELORG_MIRROR variable created | Marcin Juszkiewicz | 1 | |
2006-11-25 | base.bbclass: Try to ensure the MACHINE variable isn't exported (needs ↵ | Richard Purdie | 1 | |
bitbake support to complete) | ||||
2006-11-21 | base.bbclass: added support for creating source mirror | Marcin Juszkiewicz | 1 | |
- if SOURCE_MIRROR_FETCH variable is set then we ignore COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes. - Fetching sources can be done by setting any MACHINE/DISTRO combination and SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake should do all fetching: bitbake --cmd fetchall --continue world - scripts to manage source mirror will get added into contrib/ | ||||
2006-11-21 | base.bbclass: added lsof mirrors (main server does not allow connections ↵ | Marcin Juszkiewicz | 1 | |
without revdns) | ||||
2006-11-20 | base.bbclass: whitespace cleanup, remove unneeded stage addtask call | Richard Purdie | 1 | |
2006-11-20 | classes: Clean up anonymous function whitespace | Richard Purdie | 1 | |
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces | ||||
2006-11-16 | base.bbclass: Add missing fetchall dummy function | Richard Purdie | 1 | |
2006-11-16 | base.bbclass: added two mirrors for info-zip.org | Marcin Juszkiewicz | 1 | |
2006-11-16 | base.bbclass: Fix duplicate task execution in fetchall | Richard Purdie | 1 | |
2006-11-14 | site infrastructure changes: Allow more than one file per target so common ↵ | Richard Purdie | 1 | |
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-10-28 | base.bbclass, package.bbclass: don destrucively set RDEPENDS and ↵ | Koen Kooi | 1 | |
RRECOMMENDS, from Poky * poky rev 823: 'package.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.' * poky rev 824: 'base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.' | ||||
2006-10-20 | base.bbclass: Remove some pointless presumably dead code | Richard Purdie | 1 | |
2006-10-20 | package.bbclass: Split into two tasks, one which prepares the packages and ↵ | Richard Purdie | 1 | |
then package_write which actually generates the packages. The two stage approach allows us to avoid circular dependency issues from classes like debian.bbclass. As the data being emitted into pkgdata/ changed, you need to either wipe tmp or rerun the do_package tasks (wipe the do_package stamps). Everything will repackage anyway due to the new task. | ||||
2006-10-20 | base/package.bbclass: Clean up and document things a bit more. Should be no ↵ | Richard Purdie | 1 | |
functional changes (from poky) | ||||
2006-10-20 | base.bbclass: remove oesources.org | Koen Kooi | 1 | |
2006-10-16 | base.bbclass: Add fetchall task to fetch all sources for all the given task ↵ | Richard Purdie | 1 | |
and all its dependencies (requires bitbake trunk) | ||||
2006-10-12 | base.bbclass: make showing display revision work with the mtn 0.30 workspace ↵ | Michael Lauer | 1 | |
format | ||||
2006-09-26 | base.bbclass: handle tar.Z archives - close #1433 | Tom Walsh | 1 | |
2006-09-17 | base.bbclass: attempt to fix the case where do_install wants to run from ↵ | Koen Kooi | 1 | |
inside ${D} | ||||
2006-09-17 | base.bbclass: add ${D} to do_install[dirs] to fix some issues introduced by ↵ | Koen Kooi | 1 | |
the task reordering | ||||
2006-09-15 | Restructure the subpackage metadata to facilitate use of that metadata by ↵ | Chris Larson | 1 | |
other packages. | ||||
2006-09-12 | base.bbclass(oe_libinstall): Handle shared libs basenames of which were | Paul Sokolovsky | 1 | |
suffixed with version properly. * Sometimes soname of a shlib is overriden to contain extra version. If it's build by libtool, .la still has basename w/o suffix. This fix recognizes such case, and handles shlib installation properly (via libtool). * Example of this is smpeg_0.4.4+0.4.5cvs20040311 which builds libsmpeg-0.4, while still being linked as -lsmpeg. Fixes #1389. | ||||
2006-09-05 | Add 'rebuild' task to base.bbclass, as it's quite useful and simple to add. | Chris Larson | 1 | |
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 | base.bbclass: Add base_contains and base_both_containg - useful functions ↵ | Richard Purdie | 1 | |
for the new task-machine code (from poky) | ||||
2006-08-26 | base.bbclass: Change FILESPATH handling to allow it to be appended/prepended ↵ | Richard Purdie | 1 | |
to. Should be backwards compatible. | ||||
2006-08-25 | classes: run do_package before do_stage so we can populate staging with ↵ | Koen Kooi | 1 | |
package if we want | ||||
2006-08-23 | base.bbclass: Remove empty messages | Richard Purdie | 1 | |
2006-08-22 | base.bbclass: remove nostamp for fetch | Koen Kooi | 1 | |
* this will force a full rebuild, so have some coffee + cookies ready | ||||
2006-08-20 | classes: Add task dependencies expressions, as required for the new ↵ | Richard Purdie | 1 | |
multithreading version of bitbake. Also, set BB_DEFAULT_TASK to specify the default task (build) rather than hardcode into bitbake. | ||||
2006-08-05 | classes/base.bbclass: Make find call portable | Holger Freyther | 1 | |
Make the find invocation portable (BSD) by specifying '.' as the to be searched directory. The error on libtool-native was: find: illegal option -- n find: illegal option -- a find: illegal option -- m find: illegal option -- e | ||||
2006-07-28 | base.bbclass: bugfix in oe_unpack_file | Chris Larson | 1 | |
* Fix an issue with file:// urls in SRC_URI which reside in WORKDIR. With this issue fixed, patches within tarballs can be successfully applied to ${S}. | ||||
2006-07-22 | classes/base.bbclass: adapt to monotone 0.27 | Koen Kooi | 1 | |
2006-06-12 | base.bbclass: added gnutls mirrors | Marcin Juszkiewicz | 1 | |
2006-05-31 | base.bbclass: Fix COMPATIBLE_MACHINE to cope when MACHINE isn't set | Richard Purdie | 1 | |