]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup
authorHolger Freyther <ich@tamarin.(none)>
Tue, 19 May 2009 11:53:12 +0000 (13:53 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Feb 2010 17:07:54 +0000 (17:07 +0000)
commit83ec5eaed411225d16a4fc4dc92323e3acc9f5cd
tree675f08265c9de79ec267002b11bf3e727c2a73ae
parentc011d42eda4b830ec2a609817b61d166ff0413d4
bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedup

Have a growing dict with .inc and .bbclass'es. This avoids to reparse
files we have already seen.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/parse/parse_py/BBHandler.py