aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/unpack.py: fix uncompressing .gz .bz2 or .xzEric Bénard2010-09-061-6/+6
* do_unpack, do_patch: shift some responsibility around, clean things upChris Larson2010-09-021-0/+95
* oe.patch: don't error when the symlink already exists and is correctEvgeniy Dushistov2010-07-262-1/+14
* lib/oe/patch.py: Dont import patches but symlink them insteadKhem Raj2010-06-101-9/+4
* Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson2010-06-101-0/+11
* Revert "lib/oe/patch.py: Dont import patches but symlink them instead"Khem Raj2010-06-091-4/+9
* lib/oe/patch.py: Dont import patches but symlink them insteadKhem Raj2010-06-091-9/+4
* oe.utils: added param_bool() methodEnrico Scholz2010-05-271-0/+11
* oe.patch: kill long standing annoying messages from the non-quilt patch appli...Chris Larson2010-05-231-4/+0
* oe.path.relative: add missing importsChris Larson2010-04-241-2/+2
* Revert "oe.path.relative: switch to a different appraoch"Chris Larson2010-04-241-16/+19
* oe.path.relative: switch to a different appraochChris Larson2010-04-231-19/+16
* oe.path.relative: leverage os.path.relpath if availableChris Larson2010-04-231-12/+15
* oe.path.join: simplify a bitChris Larson2010-04-231-8/+3
* Initial move of common python bits into modules of the 'oe' python packageChris Larson2010-04-235-0/+598