[oe-commits] Chris Larson : Initial move of common python bits into modules of the 'oe' python package

git version control git at git.openembedded.org
Fri Apr 23 21:20:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bb753c4f0bc7fe463e7939a1f2685504a9a0f883
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb753c4f0bc7fe463e7939a1f2685504a9a0f883

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Apr 14 17:59:49 2010 -0700

Initial move of common python bits into modules of the 'oe' python package

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/base.bbclass   |    3 +
 classes/insane.bbclass |   85 +---------
 classes/patch.bbclass  |  466 ++----------------------------------------------
 classes/utils.bbclass  |  158 +++++------------
 lib/oe/patch.py        |  407 ++++++++++++++++++++++++++++++++++++++++++
 lib/oe/path.py         |   46 +++++
 lib/oe/qa.py           |   76 ++++++++
 lib/oe/utils.py        |   69 +++++++
 8 files changed, 657 insertions(+), 653 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=bb753c4f0bc7fe463e7939a1f2685504a9a0f883




More information about the Openembedded-commits mailing list