aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2012-03-02lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie
2012-02-26sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined...Martin Jansa
2012-02-24distro_check: fix the fedora URL for rleases as they seem to have movedSaul Wold
2012-02-24conf/bitbake.conf: add DISTRO_FEATURES_BACKFILLPaul Eggleton
2012-02-23sstatesig.py: Move package exclusion list to the layer configRichard Purdie
2012-02-23sstatesig.py: Add handling for machine specific module dependenciesRichard Purdie
2012-02-23lib/oe/utils.py: use bb.utils.vercmp_stringAndreas Oberritter
2012-02-21buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDSPaul Eggleton
2012-02-21buildhistory_analysis: avoid noise due to reorderingPaul Eggleton
2012-01-25lib/oe/sstatesig.py: Exclude common machine specific dependencies from task s...Richard Purdie
2012-01-23lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie
2012-01-19buildhistory_analysis: include related fields in outputPaul Eggleton
2012-01-19classes/patch: avoid backtrace when patch does not applyPaul Eggleton
2012-01-19buildhistory_analysis: improve field handling robustnessPaul Eggleton
2012-01-19buildhistory_analysis: correctly handle whitespace when splitting listsPaul Eggleton
2012-01-19buildhistory: record additional image infoPaul Eggleton
2012-01-17oe.license: avoid the need to catch SyntaxErrorChristopher Larson
2012-01-17oe.license: add is_included convenience functionChristopher Larson
2012-01-11meta/PRService: Added export/import fuctions.Lianhao Lu
2012-01-06buildhistory: add script to check for significant changesPaul Eggleton
2012-01-05multilib: Abstract class extension code into classextend.pyRichard Purdie
2011-12-08oe.license: add license flattening codeChristopher Larson
2011-12-08license: split license parsing into oe.licenseChristopher Larson
2011-12-08oe.test_types: move into an oe.tests packageChristopher Larson
2011-11-26getVar/setVar cleanupsRichard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-11-04patch: Convert to use oe_terminalRichard Purdie
2011-11-01lib/oe/terminal: add support for XFCE's terminal emulatorJoshua Lock
2011-10-14data.py: fixed message domain errorsSamuel Stirtzel
2011-10-14patch.py: fixed message domain errorsSamuel Stirtzel
2011-09-21distrodata: fix distro_check codeSaul Wold
2011-09-18lib/oe/terminal.py: declare konsole from KDE 4.x as unsupportedPaul Eggleton
2011-08-10oe.terminal: improve how we spawn screenChris Larson
2011-08-10Rework how the devshell functionsChris Larson
2011-07-27lib/oe/util.py: Add MLPREFIX support to prune_suffix()Richard Purdie
2011-07-26lib/oe/utils: 'Fix' oe.utils.contains() behaviourRichard Purdie
2011-06-28oe.classutils: add moduleChris Larson
2011-06-23packagedata.py: Fix read_subpkgdata_dict()Richard Purdie
2011-05-20packagedata: don't choke on empty PACKAGESChris Larson
2011-05-20Move packagedata code into oe.packagedata (sync from OE)Chris Larson
2011-05-20oe.packagegroup: add code for package groups (sync from OE)Chris Larson
2011-05-20oe.data: expand the flagsChris Larson
2011-05-20Implement variable typing (sync from OE)Chris Larson
2011-05-17Add a new task checklicense and fix some bugs in distro_check.pyMei Lei
2011-05-16lib/oe/process.py: import from OEMartin Jansa
2011-05-10oe/patch.py: Remove series file during Clean()Khem Raj
2011-05-04distro_check.py: Fix some bugs in distro_check.pyMei Lei
2011-04-21lib/oe/distro_check.py: Fixup Poky referencesRichard Purdie
2011-03-21lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj
2011-03-21oe.utils: add inherits (sync from OE)Chris Larson