summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe: drop custom implementation of oe.path.relativeRoss Burton2014-03-071-17/+1
* lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktr...Richard Purdie2013-11-121-3/+1
* lib/oe/path: Fix performance issue got copyhardlinktree()Richard Purdie2013-11-121-1/+1
* lib/oe/path: Fix copytree functions for tar 1.27Richard Purdie2013-10-141-2/+2
* classes/lib: Update to use print as a function callRichard Purdie2013-05-091-1/+1
* clases/lib: Use modern exception syntaxRichard Purdie2013-05-091-3/+3
* path.py: Deal with race issueRichard Purdie2013-05-031-7/+11
* sstate.bbclass: make hard links for staging filesRobert Yang2013-05-021-2/+7
* lib/oe/path.py: support missing directory components in realpath()Enrico Scholz2013-02-111-12/+14
* lib: implemented oe.path.realpath()Enrico Scholz2013-02-111-0/+87
* sstate/path.py: Add copyhardlinktree() function and use for performance optim...Richard Purdie2013-02-061-0/+8
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-2/+0
* 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