aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
AgeCommit message (Expand)Author
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-03-13path.py: add make_relative_symlink methodScott Garman
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2011-03-21oe.path: sync up with current OEChris Larson
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
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
2010-08-04lib/oe: sync with OE.devJoshua Lock
2010-05-06lib/oe: Import oe lib from OE.devJoshua Lock