aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
AgeCommit message (Expand)Author
2016-08-05oe.path: preserve xattr in copytree() and copyhardlinktree()joshuagl/sstate-xattrJoshua Lock
2016-07-25lib/oe/path: Fix tar invocation with --no-recursionClemens Lang
2016-07-08lib/oe/path: remove oe.path.check_outputRoss Burton
2014-03-07lib/oe: drop custom implementation of oe.path.relativeRoss Burton
2013-11-12lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktr...Richard Purdie
2013-11-12lib/oe/path: Fix performance issue got copyhardlinktree()Richard Purdie
2013-10-11lib/oe/path: Fix copytree functions for tar 1.27Richard Purdie
2013-05-09classes/lib: Update to use print as a function callRichard Purdie
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie
2013-05-03path.py: Deal with race issueRichard Purdie
2013-05-01sstate.bbclass: make hard links for staging filesRobert Yang
2013-02-11lib/oe/path.py: support missing directory components in realpath()Enrico Scholz
2013-02-11lib: implemented oe.path.realpath()Enrico Scholz
2013-02-06sstate/path.py: Add copyhardlinktree() function and use for performance optim...Richard Purdie
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