summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
Commit message (Expand)AuthorAgeFilesLines
* path.py: add make_relative_symlink methodScott Garman2012-03-131-0/+27
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-1/+1
* oe.path: sync up with current OEChris Larson2011-03-231-7/+14
* 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
* 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-041-0/+22
* lib/oe: Import oe lib from OE.devJoshua Lock2010-05-061-0/+44