Age | Commit message (Expand) | Author | Files |
2012-03-05 | base.bbclass: Fix PACKAGECONFIG handling when no flags are set | Richard Purdie | 1 |
2012-03-05 | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 1 |
2012-03-05 | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 1 |
2012-03-05 | meta/classes: Convert to use appendVar and appendVarFlags | Richard Purdie | 1 |
2012-03-02 | base.bbclass: If unpacking again, wipe out ${S}/patches | Richard Purdie | 1 |
2012-03-01 | site.conf.sample: Fix broken SOCKS proxy setup and configuration | Inaky Perez-Gonzalez | 1 |
2012-02-22 | base.bbclass: check all entries of FILESPATH for MACHINE overrides | Joshua Lock | 1 |
2012-01-24 | base.bbclass: replace COMMERCIAL_LICENSE code with LICENSE_FLAGS code | Tom Zanussi | 1 |
2012-01-23 | lib/oe: Add sstatesig, OE specific signature generator classes | Richard Purdie | 1 |
2012-01-17 | classes/base: note variable name in COMPATIBLE_* skip messages | Paul Eggleton | 1 |
2012-01-10 | license.bbclass base.bbclass: support for 'or' operand in LICENSE and for SPD... | Andrei Gherzan | 1 |
2012-01-02 | base.bbclass: Allow buildstats to be optionally supplied | Mark Hatle | 1 |
2011-12-05 | bitbake.conf: add default PRINC 0 to be able to increment it | Martin Jansa | 1 |
2011-12-01 | classes/base: split out metadata revision code to separate function | Paul Eggleton | 1 |
2011-11-26 | getVar/setVar cleanups | Richard Purdie | 1 |
2011-11-24 | base.bbclass: Use bb.plain to print the build header | Richard Purdie | 1 |
2011-11-15 | base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI | Martin Jansa | 1 |
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 |
2011-10-06 | base.bbclass: Implement PACKAGECONFIG | Richard Purdie | 1 |
2011-10-06 | base.bbclass: Minor cleanup | Richard Purdie | 1 |
2011-09-30 | base.bbclass: Drop unneeded dependency | Richard Purdie | 1 |
2011-09-26 | base.bbclass: Drop legacy code that is no longer useful/used | Richard Purdie | 1 |
2011-09-16 | base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list | Saul Wold | 1 |
2011-09-13 | base.bbclass: do not expand PREFERRED_PROVIDER for kernel recipe | Dongxiao Xu | 1 |
2011-09-08 | base.bbclass: fix substring matching in COMMERCIAL_LICENSE | Paul Eggleton | 1 |
2011-08-23 | base.bbclass: clarify COMMERCIAL_LICENSE skip reason | Paul Eggleton | 1 |
2011-08-09 | base.bbclass: Add MULTI_PROVIDER_WHITELIST manipulation for multilib | Richard Purdie | 1 |
2011-08-09 | base.bbclass: Ensure PREFERRED_PROVIDER and PREFERRED_VERSION values are set ... | Richard Purdie | 1 |
2011-07-27 | base bbclass: add TUNE_FEATURES to the default banner | Koen Kooi | 1 |
2011-07-27 | base.bbclass: Fix PACKAGE_ARCH typo | Richard Purdie | 1 |
2011-07-27 | base.bbclass: Add compatibility package name mapping handler | Richard Purdie | 1 |
2011-07-19 | Fixed concurrency problem for ZIP packed recipes. | Ihar Hrachyshka | 1 |
2011-07-19 | sanity, base: remove gcc3 check since qemu doesn't need it any more | Phil Blundell | 1 |
2011-07-05 | base.bbclass: show layer's branches/revisions in the banner info | Dexuan Cui | 1 |
2011-06-30 | ccache: Set CCACHE on a per recipe basis | Wenzong Fan | 1 |
2011-06-30 | Add umask task control | Mark Hatle | 1 |
2011-06-28 | base.bbclass: Back off the fatal error to a warning for now and try and recover | Richard Purdie | 1 |
2011-06-28 | base/glib-2.0: Simplify USE_NLS handling for glib-2.0 | Richard Purdie | 1 |
2011-06-28 | classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and ser... | Richard Purdie | 1 |
2011-06-28 | base.bbclass: Since we require python 2.6 which always contains hashlib we ca... | Richard Purdie | 1 |
2011-06-28 | base.bbclass: Drop old style SRCDATE handling, we have pn- overrides now | Richard Purdie | 1 |
2011-06-09 | native/nativesdk: Clean up the depends ordering after bitbake override handli... | Richard Purdie | 1 |
2011-06-06 | base.bbclass: add cleansstate task between clean and cleanall | Martin Jansa | 1 |
2011-05-20 | oe.packagegroup: add code for package groups (sync from OE) | Chris Larson | 1 |
2011-05-20 | base.bbclass: use oe.data for OE_IMPORTS | Chris Larson | 1 |
2011-05-20 | Shift oe import logic out of the event handler | Chris Larson | 1 |
2011-05-20 | base.bbclass: switch to current OE's imports handling | Chris Larson | 1 |
2011-05-20 | Implement variable typing (sync from OE) | Chris Larson | 1 |
2011-05-17 | base.bbclass: Fix PR increment bug when PR number is a single digit | Khem Raj | 1 |
2011-05-04 | logging: delete the oe(note|warn|fatal|debug) functions | Darren Hart | 1 |