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

Joshua Lock josh at linux.intel.com
Fri May 20 00:21:54 UTC 2011


On Wed, 2011-05-18 at 14:02 -0700, Chris Larson wrote:
> 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>

I like this, I was thinking about typing in BB about the time you first
showed me this so am pleased to see it submitted.

I think this will be especially useful for the oft discussed
configuration editor UI. Thanks!

Acked-by: Joshua Lock <josh at linux.intel.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
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Joshua Lock
        Yocto Project Build Monkey
        Intel Open Source Technology Centre





More information about the Openembedded-core mailing list