Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Variable typing & reworked imports handling
@ 2011-05-18 21:02 Chris Larson
  2011-05-18 21:02 ` [PATCH 1/5] Implement variable typing (sync from OE) Chris Larson
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chris Larson @ 2011-05-18 21:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Larson

From: Chris Larson <chris_larson@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@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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-05-20 16:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 21:02 [PATCH 0/5] Variable typing & reworked imports handling Chris Larson
2011-05-18 21:02 ` [PATCH 1/5] Implement variable typing (sync from OE) Chris Larson
2011-05-18 21:02 ` [PATCH 2/5] oe.data: expand the flags Chris Larson
2011-05-18 21:02 ` [PATCH 3/5] base.bbclass: switch to current OE's imports handling Chris Larson
2011-05-18 21:02 ` [PATCH 4/5] Shift oe import logic out of the event handler Chris Larson
2011-05-18 21:02 ` [PATCH 5/5] base.bbclass: use oe.data for OE_IMPORTS Chris Larson
2011-05-20  0:21 ` [PATCH 0/5] Variable typing & reworked imports handling Joshua Lock
2011-05-20 16:40 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox