Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-03-30 | base.bbclass: Enable 'overwrite' flag for unzip (to match tar behaviour). ↵ | Leon Woestenberg | 1 | |
Broke rebuilds when disabled. | ||||
2008-03-14 | base.bbclass, package.bbclass: Move package_stagefile function to ↵ | Richard Purdie | 1 | |
base.bbclass and add shell version | ||||
2008-03-14 | base.bbclass: Add .la file brute force sed enhancement from poky | Richard Purdie | 1 | |
2008-03-04 | base.bbclass: Only set BB_DEFAULT_TASK if it wasn't set already | Richard Purdie | 1 | |
2008-03-01 | base.bbclass: Add .tbz2 besides .tbz and .tar.bz2 | Leon Woestenberg | 1 | |
2008-02-26 | base.bbclass: Add code to make 'rebuild' continue to work after changes in ↵ | Richard Purdie | 1 | |
bitbake. Bitbake 1.8.10 users should be unaffected, bitbake 1.8.11 users will need the latest svn stable branch bitbake. Only the rebuild task is affected by the changes | ||||
2008-02-23 | base.bbclass: Optimise get_subpkgedata_fn() to minimise expand calls | Richard Purdie | 1 | |
2008-02-23 | base.bbclass: Cleanups possible with recent improvements in bitbake syntax | Richard Purdie | 1 | |
2008-02-19 | base.bbclass: Drop now unused bbdepcmd flag | Richard Purdie | 1 | |
2008-01-24 | kernel: add wifi suspend fix to kernel-module-(hostap|orinoco)-cs. Closes 3664. | Rolf Leggewie | 1 | |
* applies only to kernel later than 2.6.17 * added base_version_less_or_equal function to base.bbclass (thanks, zecke and mickey!) to do the comparison. This does not change existing functionality. Skipped RFC. | ||||
2008-01-06 | base.bbclass: Expand path when searching for applications (else it can ↵ | Richard Purdie | 1 | |
contain unexpanded entries and applications in staging don't get found for example) | ||||
2008-01-03 | base and sanity bbclasses + qemu: move gcc3 availability checking into ↵ | Marcin Juszkiewicz | 1 | |
base.bbclass (from Poky) | ||||
2007-12-15 | base.bbclass: Unexport TARGET_ARCH, quilt (at least) is a victim. | Paul Sokolovsky | 1 | |
2007-12-01 | base.bbclass: Improve pkgdata handling functions so all PACKAGE_ARCHS are ↵ | Richard Purdie | 1 | |
searched (in order) when locating package data. This fixes handling of packages with split package archs like sysvinit. (from poky) | ||||
2007-11-30 | base.bbclass: add buildall task from Poky | Cliff Brake | 1 | |
Suggested by Richard as a way to force ipk's of dependencies to get build when building a package. This is handy if your are building a package for a feed that does not get installed in an image. | ||||
2007-11-17 | classes: Sync staging layout cleanups from Poky | Richard Purdie | 1 | |
2007-10-29 | base.bbclass: Move do_install note to more appropriate place | Richard Purdie | 1 | |
2007-10-29 | base.bbclass: Update staging references (from poky) | Richard Purdie | 1 | |
2007-10-17 | base.bbclass: add checksums.ini generator (from Poky) | Marcin Juszkiewicz | 1 | |
If file is fetched via HTTP or FTP and we do not have its checksum in metadata (conf/checksums.ini) then we generate checksums into TMPDIR/checksums.ini file. Content of that file can be then added into metadata one. | ||||
2007-09-07 | base.bbclass: change message about lack of checksums.ini entry for URI to ↵ | Marcin Juszkiewicz | 1 | |
something easier to understand | ||||
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) |