summaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2012-05-30buildhistory_analysis: fix error when version specifier missingPaul Eggleton
2012-05-30meta: replace os.system with subprocess.callRobert Yang
2012-05-25oe/process.py: remove it since it is unused and duplicatedRobert Yang
2012-05-17oe.types: give the regex type more sane semanticsChristopher Larson
2012-04-04license.py: fix behaviour of copyleft_complianceEric BĂ©nard
2012-03-21buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton
2012-03-21buildhistory_analysis: report if all items removed from a listPaul Eggleton
2012-03-21buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton
2012-03-21buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton
2012-03-21buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton
2012-03-19buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton
2012-03-13path.py: add make_relative_symlink methodScott Garman
2012-03-08prservice: Added sanity check for prservice connection.Lianhao Lu
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
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-27getVar/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-19lib/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