Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-09-05 | classes/base.bbclass : change to make sure ${D} gets removed before | Graeme Gregory | 1 | |
do_install_prepend. Will activate in a future bitbake version. do_install_prepend became do_install[cleandirs] = "${D}" | ||||
2007-09-04 | classes/conf: Remove bitbake < 1.8.8 compatibility code | Richard Purdie | 1 | |
2007-09-04 | base.bbclass: Wipe install directory before running install to make ↵ | Richard Purdie | 1 | |
rebuilding packages safer (from poky) | ||||
2007-09-01 | base.bbclass: Fix SRC_URI overrides handling, lower the priority of local ↵ | Richard Purdie | 1 | |
file url checksum messages, correct populate_staging dependencies (from poky) | ||||
2007-09-01 | classes: Convert to PKGDATA_DIR variable (from poky) | Richard Purdie | 1 | |
2007-08-30 | classes: Remove bitbake 1.6 compatibility code | Richard Purdie | 1 | |
2007-08-15 | base.bbclass: Remove showdata task. its broken and bitbake -e should be used ↵ | Richard Purdie | 1 | |
instead (which works), | ||||
2007-08-12 | base.bbclass: Optimise the SRC_URI_OVERRIDES_PACKAGE_ARCH code so localpath ↵ | Richard Purdie | 1 | |
is only called if its possible there are machine override matches. Also document some code hiding bugs for post 1.8.8 removal | ||||
2007-08-11 | base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH whilst trying not to cause ↵ | Richard Purdie | 1 | |
too much of a performance hit | ||||
2007-08-08 | base.bbclass: Tweaks from Poky (extra comment, lib handling bugfix to not ↵ | Richard Purdie | 1 | |
clobber a variable name and unset DISTRO (to unbreak setting DISTRO as an environment variable) | ||||
2007-08-03 | base.bbclass: Add dependency on git-native for git packages | Richard Purdie | 1 | |
2007-08-01 | base.bbclass: Fix base_get_srcrev() | Richard Purdie | 1 | |
2007-07-31 | base.bbclass: Remove warnings for older bitbake users | Richard Purdie | 1 | |
2007-07-29 | base.bbclass: Only take the slow path if SRC_URI_OVERRIDES_PACKAGE_ARCH is ↵ | Richard Purdie | 1 | |
actually set to something | ||||
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. |