Age | Commit message (Expand) | Author | Files |
2012-07-27 | lib/oe/lsb: Add basic LSB functions | Richard Purdie | 1 |
2012-07-26 | meta/lib: remove test.py | Paul Eggleton | 1 |
2012-07-19 | Remove a number of unneeded import os/bb calls | Richard Purdie | 8 |
2012-07-18 | terminal.py: Fix Xfce on ubuntu/debian; some cleanup | Jeffrey C Honig | 1 |
2012-07-17 | lib/oe/sstatesig.py: Exclude git-native from sstate checksum | Khem Raj | 1 |
2012-07-09 | packagedata.py: Fix get_subpkgedata_fn for multilib | Matthew McClintock | 1 |
2012-07-05 | lib/oe/sstatesig.py: Exclude subversion-native from sstate checksums | Richard Purdie | 1 |
2012-05-30 | buildhistory_analysis: fix error when version specifier missing | Paul Eggleton | 1 |
2012-05-30 | meta: replace os.system with subprocess.call | Robert Yang | 1 |
2012-05-25 | oe/process.py: remove it since it is unused and duplicated | Robert Yang | 1 |
2012-05-17 | oe.types: give the regex type more sane semantics | Christopher Larson | 1 |
2012-04-04 | license.py: fix behaviour of copyleft_compliance | Eric BĂ©nard | 1 |
2012-03-21 | buildhistory_analysis: avoid printing PE/PV/PR more than once | Paul Eggleton | 1 |
2012-03-21 | buildhistory_analysis: report if all items removed from a list | Paul Eggleton | 1 |
2012-03-21 | buildhistory_analysis: skip FILELIST changes for dbg packages | Paul Eggleton | 1 |
2012-03-21 | buildhistory_analysis: hide version number increases in dependencies | Paul Eggleton | 1 |
2012-03-21 | buildhistory_analysis: use bb.utils.explode_dep_versions | Paul Eggleton | 1 |
2012-03-19 | buildhistory_analysis: fix duplicate PE/PV/PR in related fields | Paul Eggleton | 1 |
2012-03-13 | path.py: add make_relative_symlink method | Scott Garman | 1 |
2012-03-08 | prservice: Added sanity check for prservice connection. | Lianhao Lu | 1 |
2012-03-05 | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2 |
2012-03-05 | meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) | Richard Purdie | 2 |
2012-03-02 | lib/oe/patch.py: Fix and improve PatchTree() resolver logic | Richard Purdie | 1 |
2012-02-26 | sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined... | Martin Jansa | 1 |
2012-02-24 | distro_check: fix the fedora URL for rleases as they seem to have moved | Saul Wold | 1 |
2012-02-24 | conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL | Paul Eggleton | 1 |
2012-02-23 | sstatesig.py: Move package exclusion list to the layer config | Richard Purdie | 1 |
2012-02-23 | sstatesig.py: Add handling for machine specific module dependencies | Richard Purdie | 1 |
2012-02-23 | lib/oe/utils.py: use bb.utils.vercmp_string | Andreas Oberritter | 1 |
2012-02-21 | buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDS | Paul Eggleton | 1 |
2012-02-21 | buildhistory_analysis: avoid noise due to reordering | Paul Eggleton | 1 |
2012-01-25 | lib/oe/sstatesig.py: Exclude common machine specific dependencies from task s... | Richard Purdie | 1 |
2012-01-23 | lib/oe: Add sstatesig, OE specific signature generator classes | Richard Purdie | 1 |
2012-01-19 | buildhistory_analysis: include related fields in output | Paul Eggleton | 1 |
2012-01-19 | classes/patch: avoid backtrace when patch does not apply | Paul Eggleton | 1 |
2012-01-19 | buildhistory_analysis: improve field handling robustness | Paul Eggleton | 1 |
2012-01-19 | buildhistory_analysis: correctly handle whitespace when splitting lists | Paul Eggleton | 1 |
2012-01-19 | buildhistory: record additional image info | Paul Eggleton | 1 |
2012-01-17 | oe.license: avoid the need to catch SyntaxError | Christopher Larson | 1 |
2012-01-17 | oe.license: add is_included convenience function | Christopher Larson | 2 |
2012-01-11 | meta/PRService: Added export/import fuctions. | Lianhao Lu | 1 |
2012-01-06 | buildhistory: add script to check for significant changes | Paul Eggleton | 1 |
2012-01-05 | multilib: Abstract class extension code into classextend.py | Richard Purdie | 1 |
2011-12-08 | oe.license: add license flattening code | Christopher Larson | 2 |
2011-12-08 | license: split license parsing into oe.license | Christopher Larson | 2 |
2011-12-08 | oe.test_types: move into an oe.tests package | Christopher Larson | 2 |
2011-11-26 | getVar/setVar cleanups | Richard Purdie | 1 |
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 3 |
2011-11-04 | patch: Convert to use oe_terminal | Richard Purdie | 1 |
2011-11-01 | lib/oe/terminal: add support for XFCE's terminal emulator | Joshua Lock | 1 |