summaryrefslogtreecommitdiff
path: root/classes/base.bbclass
AgeCommit message (Collapse)AuthorFiles
2008-03-30base.bbclass: Enable 'overwrite' flag for unzip (to match tar behaviour). ↵Leon Woestenberg1
Broke rebuilds when disabled.
2008-03-14base.bbclass, package.bbclass: Move package_stagefile function to ↵Richard Purdie1
base.bbclass and add shell version
2008-03-14base.bbclass: Add .la file brute force sed enhancement from pokyRichard Purdie1
2008-03-04base.bbclass: Only set BB_DEFAULT_TASK if it wasn't set alreadyRichard Purdie1
2008-03-01base.bbclass: Add .tbz2 besides .tbz and .tar.bz2Leon Woestenberg1
2008-02-26base.bbclass: Add code to make 'rebuild' continue to work after changes in ↵Richard Purdie1
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-23base.bbclass: Optimise get_subpkgedata_fn() to minimise expand callsRichard Purdie1
2008-02-23base.bbclass: Cleanups possible with recent improvements in bitbake syntaxRichard Purdie1
2008-02-19base.bbclass: Drop now unused bbdepcmd flagRichard Purdie1
2008-01-24kernel: add wifi suspend fix to kernel-module-(hostap|orinoco)-cs. Closes 3664.Rolf Leggewie1
* 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-06base.bbclass: Expand path when searching for applications (else it can ↵Richard Purdie1
contain unexpanded entries and applications in staging don't get found for example)
2008-01-03base and sanity bbclasses + qemu: move gcc3 availability checking into ↵Marcin Juszkiewicz1
base.bbclass (from Poky)
2007-12-15base.bbclass: Unexport TARGET_ARCH, quilt (at least) is a victim.Paul Sokolovsky1
2007-12-01base.bbclass: Improve pkgdata handling functions so all PACKAGE_ARCHS are ↵Richard Purdie1
searched (in order) when locating package data. This fixes handling of packages with split package archs like sysvinit. (from poky)
2007-11-30base.bbclass: add buildall task from PokyCliff Brake1
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-17classes: Sync staging layout cleanups from PokyRichard Purdie1
2007-10-29base.bbclass: Move do_install note to more appropriate placeRichard Purdie1
2007-10-29base.bbclass: Update staging references (from poky)Richard Purdie1
2007-10-17base.bbclass: add checksums.ini generator (from Poky)Marcin Juszkiewicz1
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-07base.bbclass: change message about lack of checksums.ini entry for URI to ↵Marcin Juszkiewicz1
something easier to understand
2007-09-05classes/base.bbclass : change to make sure ${D} gets removed beforeGraeme Gregory1
do_install_prepend. Will activate in a future bitbake version. do_install_prepend became do_install[cleandirs] = "${D}"
2007-09-04classes/conf: Remove bitbake < 1.8.8 compatibility codeRichard Purdie1
2007-09-04base.bbclass: Wipe install directory before running install to make ↵Richard Purdie1
rebuilding packages safer (from poky)
2007-09-01base.bbclass: Fix SRC_URI overrides handling, lower the priority of local ↵Richard Purdie1
file url checksum messages, correct populate_staging dependencies (from poky)
2007-09-01classes: Convert to PKGDATA_DIR variable (from poky)Richard Purdie1
2007-08-30classes: Remove bitbake 1.6 compatibility codeRichard Purdie1
2007-08-15base.bbclass: Remove showdata task. its broken and bitbake -e should be used ↵Richard Purdie1
instead (which works),
2007-08-12base.bbclass: Optimise the SRC_URI_OVERRIDES_PACKAGE_ARCH code so localpath ↵Richard Purdie1
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-11base.bbclass: Fix SRC_URI_OVERRIDES_PACKAGE_ARCH whilst trying not to cause ↵Richard Purdie1
too much of a performance hit
2007-08-08base.bbclass: Tweaks from Poky (extra comment, lib handling bugfix to not ↵Richard Purdie1
clobber a variable name and unset DISTRO (to unbreak setting DISTRO as an environment variable)
2007-08-03base.bbclass: Add dependency on git-native for git packagesRichard Purdie1
2007-08-01base.bbclass: Fix base_get_srcrev()Richard Purdie1
2007-07-31base.bbclass: Remove warnings for older bitbake usersRichard Purdie1
2007-07-29base.bbclass: Only take the slow path if SRC_URI_OVERRIDES_PACKAGE_ARCH is ↵Richard Purdie1
actually set to something
2007-07-12classes/base.bbclass: Fallback to archive.apache.org for older versionsDaniel Willmann1
(Patch from Jan 'Shoragan' Lübbe)
2007-04-26base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, ↵Koen Kooi1
seems to fix #2133
2007-04-24base.bbclass: fix depency problem, closes #2137 (and some others)Thomas Kunze1
2007-04-19base.bbclass: fixed bug #2082 (Checksum doesn't expand "localpath" with ↵Martin Dietze1
"localdata") as proposed by bug reporter
2007-04-18classes: Add support for intertask dependencies to be specified, needed for ↵Richard Purdie1
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-09base.bbclass: Merge two after parse functionsRichard Purdie1
2007-04-02classes/base.bbclass: place shasum-native as the first package to buildHolger Freyther1
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-01base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256Philipp Zabel1
2007-04-01classes/base.bbclass: ↵Holger Freyther1
[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-31classes/base.bbclass: Make the checksum code work and test it with file-nativeHolger Freyther1
conf/checksums.ini: Provide an example on how this can be used
2007-03-31classes/base.bbclass: Add checksum.py code to verify md5/sha256 sums on do_fetchHolger Freyther1
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-27base.bbclass: Add base_less_or_equal(): perform comparison fo ↵Paul Sokolovsky1
integer/floating point values for <=.
2007-02-25add base_path_joinPhil Blundell1
2007-01-01base.bbclass: Allow base_contains to take an array of values to check for ↵Richard Purdie1
(from poky)
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-11-25base.bbclass: Try to ensure the MACHINE variable isn't exported (needs ↵Richard Purdie1
bitbake support to complete)