| Commit message (Expand) | Author | Age | Files | Lines |
* | base.bbclass: fix nondeterministic PACKAGECONFIG processing order | Christopher Larson | 2013-10-24 | 1 | -1/+1 |
* | meta: Don't use deprecated bitbake API | Richard Purdie | 2013-09-01 | 1 | -1/+1 |
* | blacklist.bbclass: Avoid blacklist specific handle in base.bbclass | Otavio Salvador | 2013-08-13 | 1 | -10/+0 |
* | base.bbclass: Fix PACKAGECONFIG usage comment | Otavio Salvador | 2013-08-06 | 1 | -1/+1 |
* | base.bbclass: Ensure finalised data is displayed in build banner | Richard Purdie | 2013-06-21 | 1 | -2/+4 |
* | classes/conf: Add eventmasks for event handlers | Richard Purdie | 2013-06-14 | 1 | -3/+4 |
* | base/useradd/sstate: Ensure do_package setscene has correct fakeroot dependen... | Richard Purdie | 2013-06-07 | 1 | -0/+1 |
* | base.bbclass: Drop unused/obsolete import | Richard Purdie | 2013-05-09 | 1 | -1/+1 |
* | clases/lib: Use modern exception syntax | Richard Purdie | 2013-05-09 | 1 | -2/+2 |
* | base.bbclass: Fix matching of MACHINEOVERRIDES in COMPATIBLE_MACHINE | Otavio Salvador | 2013-04-09 | 1 | -5/+6 |
* | base.bbclass: Update the preferred_ml_updates | Mark Hatle | 2013-04-03 | 1 | -6/+18 |
* | base.bbclass: When we use fakeroot, also use it for devshell | Richard Purdie | 2013-03-28 | 1 | -0/+2 |
* | package: Add cachedpath optimisation | Richard Purdie | 2013-03-18 | 1 | -1/+1 |
* | base.bbclass: don't backfill features that already exist | Ross Burton | 2013-03-10 | 1 | -2/+2 |
* | base.bbclass: Remove generate_git_config() | Darren Hart | 2013-02-11 | 1 | -21/+0 |
* | base.bbclass: remove redundant setting of MAKE | Bernhard Reutner-Fischer | 2013-02-08 | 1 | -1/+0 |
* | base.bbclass: Commentary typo fix | Bernhard Reutner-Fischer | 2013-02-08 | 1 | -1/+1 |
* | package.bbclass: Multithread per file dependency generation code | Richard Purdie | 2013-02-06 | 1 | -1/+1 |
* | base.bblass : Add support for cmake to PACKAGECONFIG. | Philip Balister | 2013-01-25 | 1 | -1/+4 |
* | base: make feature backfilling happen earlier | Richard Purdie | 2013-01-24 | 1 | -0/+2 |
* | base.bbclass: improve the incompatible license logic a bit | Christopher Larson | 2013-01-18 | 1 | -2/+1 |
* | base.bbclass: use debug messages for INCOMPATIBLE_LICENSE | Christopher Larson | 2013-01-18 | 1 | -3/+3 |
* | base/license.bbclass: handle multiple INCOMPATIBLE_LICENSEs | Andy Ross | 2012-12-11 | 1 | -34/+35 |
* | base.bbclass: Remove implicit dependency on license.bbclass | Richard Purdie | 2012-12-07 | 1 | -6/+7 |
* | base.bbclass: Drop P and PN from FILESPATH | Richard Purdie | 2012-11-26 | 1 | -1/+1 |
* | bitbake.conf: Simplify FILESPATH | Richard Purdie | 2012-11-26 | 1 | -1/+1 |
* | multilib - crosssdk: Stop building multilib for crosssdk packages | Mark Hatle | 2012-10-27 | 1 | -4/+4 |
* | multilib: Add support for cross-canadian multilib packages | Mark Hatle | 2012-10-27 | 1 | -2/+37 |
* | base.bbclass: Add PKGTRIPLETS and PKGMLTRIPLETS variables | Richard Purdie | 2012-10-22 | 1 | -0/+34 |
* | nativesdk: Switch to using nativesdk as a prefix, not a suffix | Richard Purdie | 2012-09-02 | 1 | -7/+10 |
* | meta/classes: Various python whitespace fixes | Richard Purdie | 2012-08-21 | 1 | -9/+9 |
* | base.bbclass: fix PACKAGECONFIG handling code | Yao Zhao | 2012-08-19 | 1 | -13/+12 |
* | base.bbclass: Work even when there's no PNBLACKLIST entries | Peter Seebach | 2012-08-17 | 1 | -1/+1 |
* | base.bbclass: Expand PNBLACKLIST across multilibs too | Peter Seebach | 2012-08-15 | 1 | -1/+9 |
* | base.bbclass: allow specifying an lsb distro hook via the metadata | Christopher Larson | 2012-08-15 | 1 | -1/+11 |
* | base.bbclass: Set the NATIVELSBSTRING variable to represent the distro we're ... | Richard Purdie | 2012-07-28 | 1 | -1/+2 |
* | base/perlnative/pythonnative/gzipnative: Add a new variable to enable easier ... | Richard Purdie | 2012-07-26 | 1 | -0/+9 |
* | Remove a number of unneeded import os/bb calls | Richard Purdie | 2012-07-19 | 1 | -6/+4 |
* | Convert tab indentation in python functions into four-space | Richard Purdie | 2012-07-19 | 1 | -114/+113 |
* | base.bbclass: add GNUmakefile to the list of possible makefile names | Ross Burton | 2012-07-17 | 1 | -1/+1 |
* | base.bbclass: Add cross-canadian-${TRANSLATED_TARGET_ARCH} to the license exc... | Mark Hatle | 2012-07-03 | 1 | -1/+1 |
* | ccache: Separate out into its own class | Richard Purdie | 2012-05-30 | 1 | -1/+1 |
* | classes/base: add checksum file list at parse time | Paul Eggleton | 2012-05-24 | 1 | -0/+1 |
* | base.bbclass: use isinstance for base_eventhandler | Christopher Larson | 2012-05-03 | 1 | -10/+6 |
* | bitbake.conf: shift build config summary control to here | Christopher Larson | 2012-05-03 | 1 | -16/+34 |
* | classes: Add recipe class to overrides | Richard Purdie | 2012-04-30 | 1 | -0/+1 |
* | base.bbclass: Fix PACKAGECONFIG issues with native and nativesdk BBCLASSEXTEN... | Richard Purdie | 2012-04-13 | 1 | -5/+31 |
* | INCOMPATIBLE_LICENSE: support for spdx and pkg licenses | Elizabeth Flanagan | 2012-03-25 | 1 | -7/+33 |
* | base.bbclass: Fix PACKAGECONFIG handling when no flags are set | Richard Purdie | 2012-03-05 | 1 | -3/+4 |
* | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2012-03-05 | 1 | -2/+2 |