Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 | |
2006-05-27 | openembedded/classes/base.bbclass: Add CTAN mirror | Holger Freyther | 1 | |
Add CTAN mirror. A German/Berlin, Japan and an Australian one. | ||||
2006-05-27 | base.bbclass: Move manifest code into manifest.bbclass and fix a bug in it ↵ | Richard Purdie | 1 | |
(import bb.manifest) | ||||
2006-05-24 | classes/base.bbclass: Add GnuPG mirror | Holger Freyther | 1 | |
Add two european and one north american mirror for gnupg. | ||||
2006-05-21 | base.bbclass: fix all patches being classified as "outdated" when SRCDATE > DATE | Michael Lauer | 1 | |
2006-05-20 | base.bbclass: add support for 'min/max' date for patches | Marcin Juszkiewicz | 1 | |
- SRC_URI = "file//something.patch;patch=1;mindate=20050312;maxdate=20060302 means that patch should be applied if SRCDATE > 20050312 and SRCDATE < 20060302 | ||||
2006-05-09 | base.bbclass: remove bogus debug out. thanks koen for spotting. | Michael Lauer | 1 | |
2006-05-09 | base.bbclass: fix showing MT revision by using rindex instead of index to ↵ | Michael Lauer | 1 | |
get the position of the MT directory | ||||
2006-05-08 | base.bbclass: add DISTRO_VERSION to the summary | Koen Kooi | 1 | |
* it isn't a mandatory var, but very usefull for debugging user problems | ||||
2006-05-04 | base.bbclass: fix .la file fixup rule in oe_libinstall | Philipp Zabel | 1 | |
- attach 'g' to the s/${WORKDIR}/${STAGING_LIBDIR}/ sed rule to fix up multiple references to yet unstaged .la files | ||||
2006-04-24 | base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file is | Richard Purdie | 1 | |
compatible with. Update documentation.conf accordingly. | ||||
2006-04-16 | base class: make base_read_file not raise an exception if the file to read ↵ | Michael Lauer | 1 | |
is not present This is necessary due to the new RDEPENDS handling. I don't feel 100% comfortable with it, but until we rework the complete staging-shouldn't-contain-dependency-information, this is our way. |