aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe/path.py
AgeCommit message (Collapse)Author
2010-06-10Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-24oe.path.relative: add missing importsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-24Revert "oe.path.relative: switch to a different appraoch"Chris Larson
Drop this for now, seems to cause issues with python 2.5. This reverts commit 5c923fd35c369bae929fc0e110121abeaffab493.
2010-04-23oe.path.relative: switch to a different appraochChris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-04-23oe.path.relative: leverage os.path.relpath if availableChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-23oe.path.join: simplify a bitChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-23Initial move of common python bits into modules of the 'oe' python packageChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>