summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/path.py: Add relsymlink()Joshua Watt2023-12-231-0/+3
* lib/oe/path: Deploy files can start only with a dotVyacheslav Yurkov2023-11-051-1/+2
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* lib/oe/path: Add canonicalize()Peter Kjellerstedt2020-12-201-0/+21
* lib/oe/path: try hardlinking instead of guessing when it might failHenning Schild2020-02-041-6/+18
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* oe.path: Add copyhardlink() helper functionPaul Barker2019-05-071-1/+12
* sstate/lib.oe.path: Ensure file sparseness is preservedRichard Purdie2018-08-151-2/+2
* oe.path: add which_wild functionChristopher Larson2018-07-041-0/+34
* lib/oe/path: implement is_path_parent()Paul Eggleton2018-03-011-0/+22
* oe/path.py: copyhardlinktree: don't overwrite existing symlinksIoan-Adrian Ratiu2017-08-231-1/+1
* oe/path.py: fix for "Argument list too long"Robert Yang2017-03-171-4/+6
* lib/oe/path: Add replace_absolute_symlinks functionRichard Purdie2017-02-091-0/+21
* lib/oe/path: add warning comment about oe.path.remove() with wildcarded filen...Paul Eggleton2017-01-091-1/+8
* meta: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* lib/oe/path: remove duplicate importJoshua Lock2016-11-151-1/+0
* oe.path: fix copyhardlinktree()Joshua Lock2016-09-061-3/+6
* oe.path: preserve xattr in copytree() and copyhardlinktree()Joshua Lock2016-09-031-3/+8
* lib/oe/path: Fix tar invocation with --no-recursionClemens Lang2016-07-261-1/+1
* lib/oe/path: remove oe.path.check_outputRoss Burton2016-07-081-45/+4
* 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