aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* Handle .lz/.tar.lz URIsChris Larson2010-10-261-0/+5
* oe.patch: fall back to '-' for quiltrcChris Larson2010-10-231-1/+1
* oe.patch: use --quiltrc= instead of --quiltrcChris Larson2010-10-231-1/+1
* oe.patch: don't use dry-run for 'patch'Chris Larson2010-10-211-4/+3
* oe.patch: use oe.processChris Larson2010-10-211-62/+21
* oe.process: allow passing input into run()Chris Larson2010-10-211-2/+2
* oe.patch: fix 'd' referencesChris Larson2010-10-211-4/+4
* utils, oe.utils: add 'uniq' functionChris Larson2010-10-161-0/+7
* oe.unpack: fix subdir-featureHenning Heinold2010-10-151-1/+1
* oe.unpack: use oe.processChris Larson2010-10-131-7/+6
* oe.process: subclass PopenChris Larson2010-10-131-21/+18
* oe.process: pull some common bits overChris Larson2010-10-131-0/+77
* oe.packagegroup: fix python version compat issueChris Larson2010-10-101-2/+3
* Implement 'dbg', 'dev', and 'doc' package groupsChris Larson2010-10-092-42/+99
* Move packagedata code into oe.packagedataChris Larson2010-10-091-0/+62
* oe.packagegroup: add code for package groupsChris Larson2010-10-091-0/+15
* oe.package: add 'files' functionChris Larson2010-10-091-0/+24
* oe.path: add 'find' convenience functionChris Larson2010-10-091-2/+10
* oe.path: added 'recurse' argument to remove()Enrico Scholz2010-09-271-2/+2
* oe/patch.py: Remove series file during Clean()Khem Raj2010-09-231-0/+1
* 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