summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton2012-03-191-1/+1
* path.py: add make_relative_symlink methodScott Garman2012-03-131-0/+27
* prservice: Added sanity check for prservice connection.Lianhao Lu2012-03-081-1/+17
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-052-7/+7
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-052-3/+3
* lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie2012-03-021-12/+53
* sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined...Martin Jansa2012-02-261-0/+6
* distro_check: fix the fedora URL for rleases as they seem to have movedSaul Wold2012-02-241-3/+3
* conf/bitbake.conf: add DISTRO_FEATURES_BACKFILLPaul Eggleton2012-02-241-0/+20
* sstatesig.py: Move package exclusion list to the layer configRichard Purdie2012-02-231-4/+6
* sstatesig.py: Add handling for machine specific module dependenciesRichard Purdie2012-02-231-6/+20
* lib/oe/utils.py: use bb.utils.vercmp_stringAndreas Oberritter2012-02-231-1/+1
* buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDSPaul Eggleton2012-02-211-2/+12
* buildhistory_analysis: avoid noise due to reorderingPaul Eggleton2012-02-211-3/+14
* lib/oe/sstatesig.py: Exclude common machine specific dependencies from task s...Richard Purdie2012-01-251-0/+4
* lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie2012-01-231-0/+48
* buildhistory_analysis: include related fields in outputPaul Eggleton2012-01-191-25/+64
* classes/patch: avoid backtrace when patch does not applyPaul Eggleton2012-01-191-5/+5
* buildhistory_analysis: improve field handling robustnessPaul Eggleton2012-01-191-10/+19
* buildhistory_analysis: correctly handle whitespace when splitting listsPaul Eggleton2012-01-191-2/+2
* buildhistory: record additional image infoPaul Eggleton2012-01-191-22/+29
* oe.license: avoid the need to catch SyntaxErrorChristopher Larson2012-01-171-4/+19
* oe.license: add is_included convenience functionChristopher Larson2012-01-171-0/+36
* meta/PRService: Added export/import fuctions.Lianhao Lu2012-01-111-0/+113
* buildhistory: add script to check for significant changesPaul Eggleton2012-01-061-0/+240
* multilib: Abstract class extension code into classextend.pyRichard Purdie2012-01-051-0/+81
* oe.license: add license flattening codeChristopher Larson2011-12-082-0/+60
* license: split license parsing into oe.licenseChristopher Larson2011-12-082-0/+70
* oe.test_types: move into an oe.tests packageChristopher Larson2011-12-082-0/+0
* getVar/setVar cleanupsRichard Purdie2011-11-271-3/+3
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-103-17/+17
* patch: Convert to use oe_terminalRichard Purdie2011-11-041-11/+6
* lib/oe/terminal: add support for XFCE's terminal emulatorJoshua Lock2011-11-011-0/+23
* data.py: fixed message domain errorsSamuel Stirtzel2011-10-141-1/+1
* patch.py: fixed message domain errorsSamuel Stirtzel2011-10-141-2/+2
* distrodata: fix distro_check codeSaul Wold2011-09-211-4/+4
* lib/oe/terminal.py: declare konsole from KDE 4.x as unsupportedPaul Eggleton2011-09-191-0/+27
* oe.terminal: improve how we spawn screenChris Larson2011-08-101-1/+6
* Rework how the devshell functionsChris Larson2011-08-101-0/+101
* lib/oe/util.py: Add MLPREFIX support to prune_suffix()Richard Purdie2011-07-271-1/+6
* lib/oe/utils: 'Fix' oe.utils.contains() behaviourRichard Purdie2011-07-261-8/+7
* oe.classutils: add moduleChris Larson2011-06-281-0/+43
* packagedata.py: Fix read_subpkgdata_dict()Richard Purdie2011-06-231-0/+2
* packagedata: don't choke on empty PACKAGESChris Larson2011-05-201-1/+2
* Move packagedata code into oe.packagedata (sync from OE)Chris Larson2011-05-201-0/+106
* oe.packagegroup: add code for package groups (sync from OE)Chris Larson2011-05-201-0/+29
* oe.data: expand the flagsChris Larson2011-05-201-0/+5
* Implement variable typing (sync from OE)Chris Larson2011-05-204-0/+279
* Add a new task checklicense and fix some bugs in distro_check.pyMei Lei2011-05-171-9/+18
* lib/oe/process.py: import from OEMartin Jansa2011-05-161-0/+74