aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
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
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-23lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj
2011-03-23oe.utils: add inherits (sync from OE)Chris Larson
2011-03-23oe.path: sync up with current OEChris Larson
2011-03-23oe.patch: add missing importsChris Larson
2011-03-23oe.utils: add bb, bb.data importsChris Larson
2011-03-03qa.py: Fix a typo when evaluating bitsizeMark Hatle
2011-03-03insane.bbclass: Fix ELF bitsize comparisonMark Hatle
2011-03-02lib/oe/path.py: Use bb.utils.mkdirhier instead of bb.mkdirhierKhem Raj
2011-02-21lib/oe/path.py: Add expection class to handle the output argumentRichard Purdie
2011-02-18meta/lib/oe/path: Use check_output for subprocess so we can see error info. I...Richard Purdie
2011-02-09lib.oe.path: Update copytree function to call shell commands since its twice ...Richard Purdie
2011-02-07meta/classes: Update classes to use new fetcher APIRichard Purdie
2010-10-15distrodata: Modify Distro tracking spreadsheetSaul Wold
2010-09-27distro_check.py: Added additional support for distro checkingSaul Wold
2010-09-17Distro Tracking: Updated and add Poky Alias infoSaul Wold
2010-09-02distro_check: fix for natives, cross, and initial recipe typesSaul Wold
2010-09-02distro_check: use space as the delimiter for aliasesKevin Tian
2010-08-22lib/oe/path: Use bb.utils.copyfile as shutils can't cope with copying unreada...Richard Purdie
2010-08-12lib/oe/path.py: Add copytree function that worksRichard Purdie
2010-08-12lib/oe: support wildcards in path.removeJoshua Lock