summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* oe/patch.py: Remove series file during Clean()Khem Raj2011-05-101-0/+1
* distro_check.py: Fix some bugs in distro_check.pyMei Lei2011-05-041-6/+11
* lib/oe/distro_check.py: Fixup Poky referencesRichard Purdie2011-04-211-2/+2
* lib/oe/patch.py: Cosmetic change to avoid bitbake warningKhem Raj2011-03-231-1/+1
* oe.utils: add inherits (sync from OE)Chris Larson2011-03-231-0/+4
* oe.path: sync up with current OEChris Larson2011-03-231-7/+14
* oe.patch: add missing importsChris Larson2011-03-231-0/+2
* oe.utils: add bb, bb.data importsChris Larson2011-03-231-0/+2
* qa.py: Fix a typo when evaluating bitsizeMark Hatle2011-03-031-2/+2
* insane.bbclass: Fix ELF bitsize comparisonMark Hatle2011-03-031-4/+17
* lib/oe/path.py: Use bb.utils.mkdirhier instead of bb.mkdirhierKhem Raj2011-03-021-1/+1
* lib/oe/path.py: Add expection class to handle the output argumentRichard Purdie2011-02-211-1/+8
* meta/lib/oe/path: Use check_output for subprocess so we can see error info. I...Richard Purdie2011-02-181-10/+38
* lib.oe.path: Update copytree function to call shell commands since its twice ...Richard Purdie2011-02-091-32/+12
* meta/classes: Update classes to use new fetcher APIRichard Purdie2011-02-071-3/+3
* distrodata: Modify Distro tracking spreadsheetSaul Wold2010-10-151-9/+9
* distro_check.py: Added additional support for distro checkingSaul Wold2010-09-271-44/+80
* Distro Tracking: Updated and add Poky Alias infoSaul Wold2010-09-171-0/+4
* distro_check: fix for natives, cross, and initial recipe typesSaul Wold2010-09-021-4/+29
* distro_check: use space as the delimiter for aliasesKevin Tian2010-09-021-1/+1
* lib/oe/path: Use bb.utils.copyfile as shutils can't cope with copying unreada...Richard Purdie2010-08-221-1/+1
* lib/oe/path.py: Add copytree function that worksRichard Purdie2010-08-121-0/+41
* lib/oe: support wildcards in path.removeJoshua Lock2010-08-121-8/+9
* lib/oe: sync with OE.devJoshua Lock2010-08-043-9/+39
* lib/oe/patch.py: Fix patch application failure interaction handlingRichard Purdie2010-06-101-1/+1
* do_distro_check: Recipe exists in other distros?Nitin A Kamble2010-06-021-0/+298
* lib/oe/patch.py: Fix datastore references in error pathsRichard Purdie2010-05-271-4/+4
* lib/oe: Import oe lib from OE.devJoshua Lock2010-05-065-0/+596