Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-11-20 | base.bbclass: fix a syntax error in one of distclean's exception handlers | Chris Larson | 1 | |
2008-11-20 | base.bbclass: Fix up disclean and clean up its exception handling | Chris Larson | 1 | |
My python is rusty :) | ||||
2008-11-20 | base.bbclass: Add distclean task to clean a package w/ its fetched sources | Chris Larson | 1 | |
2008-11-03 | base.bbclass: use 'git log' & 'git branch', not git-log & git-branch. | Chris Larson | 1 | |
2008-10-22 | base.bbclass: Add BPN- and BP-based search path to FILESPATH. | Robert Schuster | 1 | |
2008-10-22 | Added BPN/BP functionality (see #11716) | Robert Schuster | 1 | |
base.bbclass: Added base_package_name python function. java-library.bbclass: Removed java_back_package_name function. bitbake.conf: Set BP/BPN and use it in FILESPATH and S | ||||
2008-10-18 | base.bbclass: strip branch name in base_detect_branch | Otavio Salvador | 1 | |
2008-10-15 | [base] Autodetect the SCM and add listing of git repositories | Holger Hans Peter Freyther | 1 | |
2008-10-15 | [base.bbclass] Make it fatal if no entry in checksums.ini exist | Holger Hans Peter Freyther | 1 | |
2008-10-07 | merge of '6347af950ec1a0ff98214a570984c55df668fad7' | Robert Schuster | 1 | |
and 'aa5ca25b387398015df6ff4983a31df9f74a3dff' | ||||
2008-10-07 | base.bbclass: Use 'unzip' for *.jar files as well. | Robert Schuster | 1 | |
2008-10-03 | Split staging by base package arch (armv7a, ppc603e, etc) | Koen Kooi | 1 | |
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01 * python, perl, gtk and qt4-x11 build and work * console-image, x11-image and beagleboard-demo-image build and work as well * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html | ||||
2008-07-19 | conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵ | Richard Purdie | 1 | |
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class | ||||
2008-05-21 | base.bbclass: add a METADATA_BRANCH variable | Jeremy Laine | 1 | |
2008-05-16 | base.bbclass: print metadata revision as METADATA_REVISION - code is cleaned ↵ | Marcin Juszkiewicz | 1 | |
so easier to add git/hg (from Poky) | ||||
2008-05-09 | base.bbclass : add check from zecke/OM mtn that errors if libname.lai is not | Graeme Gregory | 1 | |
unique. Acked by RP | ||||
2008-05-05 | base.bbclass: Add checkuri and checkuriall tasks from Poky | Richard Purdie | 1 | |
2008-05-05 | base.bbclass: Merge some minor fixes/optimisations/cleanups from Poky | Richard Purdie | 1 | |
2008-05-05 | base.bbclass: Add setscene task, fixing the rebuild task funcionality with ↵ | Richard Purdie | 1 | |
recent bitbake versions and improving interaction with packaged staging. WARNING: The result of this commit on existing builds is they will effectively rebuild from scratch. | ||||
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 | |