| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix providerlog NameError | Chris Larson | 2011-01-04 | 1 | -3/+3 |
* | Drop 'fn' arguments to bb.msg functions | Chris Larson | 2011-01-04 | 1 | -7/+7 |
* | Add pending deprecation warnings to the bb.msg functions | Chris Larson | 2011-01-04 | 1 | -2/+14 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 28 | -322/+374 |
* | Use logging in the knotty ui, and pass the log record across directly | Chris Larson | 2011-01-04 | 4 | -48/+57 |
* | Use the python logging module under the hood for bb.msg | Chris Larson | 2011-01-04 | 6 | -82/+143 |
* | Allow %20 in a file name in the SRC_URI | C Michael Sundius | 2011-01-04 | 1 | -1/+2 |
* | Ignore python warnings that come from places we don't care about | Chris Larson | 2011-01-04 | 1 | -1/+5 |
* | Make DataSmart inherit the MutableMapping ABC | Chris Larson | 2011-01-04 | 1 | -14/+20 |
* | Split out 'find next buildable task' into a separate generator function | Chris Larson | 2011-01-04 | 1 | -7/+13 |
* | Let the RunQueueScheduler control the number of active tasks | Chris Larson | 2011-01-04 | 1 | -12/+8 |
* | Add the ability to use runqueue schedulers from the metadata | Chris Larson | 2011-01-04 | 1 | -7/+23 |
* | misc: Update the email address to a working one. | Holger Hans Peter Freyther | 2011-01-04 | 1 | -1/+1 |
* | Fix IndexError encountered when a 'depends' flag references a nonexistant task | Chris Larson | 2011-01-04 | 1 | -1/+3 |
* | Drop the 'ui failed to start' message, as the ui_init does more in knotty | Chris Larson | 2011-01-04 | 1 | -5/+1 |
* | Make realfile optional for better_exec, using the existing fn in the code object | Chris Larson | 2011-01-04 | 1 | -2/+4 |
* | linux-yocto/stable: update SRCREVs for 2.6.34.x -stable update | Bruce Ashfield | 2011-01-03 | 1 | -10/+10 |
* | dtc: add patch to remove -Os for PPC | Saul Wold | 2011-01-02 | 3 | -1/+18 |
* | xserver-kdrive: add DEPENDS for libdrm | Saul Wold | 2011-01-02 | 1 | -2/+4 |
* | mutter: Add COMPATIBLE_MACHINE list to prevent PPC build | Saul Wold | 2011-01-02 | 1 | -0/+3 |
* | lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build | Saul Wold | 2011-01-02 | 1 | -0/+7 |
* | linux-yocto: update to 2.6.37-rc8 | Bruce Ashfield | 2011-01-02 | 1 | -11/+11 |
* | lzo: upgrade to version 2.04 | Qing He | 2011-01-02 | 4 | -22/+25 |
* | ncurses: upgrade to version 5.7 | Qing He | 2011-01-02 | 6 | -5004/+271 |
* | gcc-4.5.1: make c++ include path relative to "--sysroot" | Kevin Tian | 2011-01-02 | 13 | -11/+45 |
* | qemuimagetest: Add basic function check for connman | Jiajun Xu | 2011-01-02 | 17 | -0/+122 |
* | qemuimagetest: Add basic function check for gcc/g++/make command in target | Jiajun Xu | 2011-01-02 | 7 | -0/+194 |
* | qemuimagetest: Add basic function check for rpm command | Jiajun Xu | 2011-01-02 | 17 | -0/+112 |
* | qemuimagetest: Add basic function check for zypper command | Jiajun Xu | 2011-01-02 | 18 | -0/+179 |
* | augeas: upgrade to version 0.7.4 | Qing He | 2011-01-02 | 2 | -6/+6 |
* | gnutls: upgrade to version 2.10.4 | Qing He | 2011-01-02 | 4 | -2/+2 |
* | libtasn1: upgrade to version 2.9 | Qing He | 2011-01-02 | 1 | -2/+2 |
* | parted: upgrade to version 2.3 | Qing He | 2011-01-02 | 3 | -6/+6 |
* | distro_tracking_fields.inc: add fields for sysprof | Tom Zanussi | 2011-01-02 | 1 | -0/+13 |
* | distro_tracking_fields.inc: add fields for blktrace | Tom Zanussi | 2011-01-02 | 1 | -0/+11 |
* | man-pages: fixup LIC_FILES_CHKSUM | Saul Wold | 2010-12-31 | 1 | -1/+1 |
* | base.bbclass: Add error message for base_do_unpack failures | Richard Purdie | 2010-12-31 | 1 | -1/+1 |
* | unfs-server: Fix PV issues | Richard Purdie | 2010-12-31 | 1 | -3/+4 |
* | When shutting down, send SIGTERM, not SIGINT | Chris Larson | 2010-12-31 | 1 | -2/+2 |
* | python-pygobject: Fix DEPENDS and RDEPENDS for native recipe | Richard Purdie | 2010-12-31 | 1 | -0/+2 |
* | gtk+: Fix BASE_RECOMMENDS, it doesn't need a PN suffix | Richard Purdie | 2010-12-31 | 1 | -3/+3 |
* | base.bbclass: Correct bb.debug parameters | Richard Purdie | 2010-12-31 | 1 | -1/+1 |
* | classes: Drop Handled/NotHandled eventhandler keywords, they don't do anything | Richard Purdie | 2010-12-31 | 4 | -19/+10 |
* | bitbake.conf: Set a default hash policy globally, not just in the poky distro... | Richard Purdie | 2010-12-30 | 2 | -5/+6 |
* | patch.bbclass: Move vardepsexclude flag to be along side the function using t... | Richard Purdie | 2010-12-30 | 2 | -1/+2 |
* | distro_tracking: update pulseaudio, ofono, netbase, etc. | Dongxiao Xu | 2010-12-30 | 1 | -65/+77 |
* | connman-gnome: update service name | Dongxiao Xu | 2010-12-30 | 2 | -2/+39 |
* | connman: upgrade to version 0.65 | Dongxiao Xu | 2010-12-30 | 4 | -2/+2 |
* | tremor: upgrade to rev 17636 | Dongxiao Xu | 2010-12-30 | 1 | -1/+1 |
* | linux-firmware: upgrade to rev 40c0f950be7040614dc45df54e25e54d00e3b73b | Dongxiao Xu | 2010-12-30 | 1 | -1/+1 |