On Wed, 2011-05-18 at 14:02 -0700, Chris Larson wrote: > From: Chris Larson <[email protected]> > > 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 <[email protected]>
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 <[email protected]> > --- > > > 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 > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Joshua Lock Yocto Project Build Monkey Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
