[OE-core] [PATCH 0/5] Variable typing & reworked imports handling

Chris Larson kergoth at gmail.com
Wed May 18 21:02:28 UTC 2011


From: Chris Larson <chris_larson at mentor.com>

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: kergoth/oe-sync-base
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kergoth/oe-sync-base

Thanks,
    Chris Larson <chris_larson at mentor.com>
---


Chris Larson (5):
  Implement variable typing (sync from OE)
  oe.data: expand the flags
  base.bbclass: switch to current OE's imports handling
  Shift oe import logic out of the event handler
  base.bbclass: use oe.data for OE_IMPORTS

 meta/classes/base.bbclass      |   46 +++++++++--------
 meta/classes/typecheck.bbclass |   12 +++++
 meta/lib/oe/data.py            |   18 +++++++
 meta/lib/oe/maketype.py        |  100 ++++++++++++++++++++++++++++++++++++++
 meta/lib/oe/test_types.py      |   62 ++++++++++++++++++++++++
 meta/lib/oe/types.py           |  104 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 320 insertions(+), 22 deletions(-)
 create mode 100644 meta/classes/typecheck.bbclass
 create mode 100644 meta/lib/oe/data.py
 create mode 100644 meta/lib/oe/maketype.py
 create mode 100644 meta/lib/oe/test_types.py
 create mode 100644 meta/lib/oe/types.py





More information about the Openembedded-core mailing list