oe.path: add 'find' convenience function
authorChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 00:47:28 +0000 (17:47 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:00 +0000 (18:28 -0700)
commit7e76f8041cdc6ae588383193c320ff417be8a8b0
tree181cb8376f040ea98f34ff3dc64408ff64c7a2de
parent43dedf524875e3d0973913573717b1809a000705
oe.path: add 'find' convenience function

find is simply an os.walk in generator form, yielding the absolute path to
each file.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/package_dbg.bbclass
lib/oe/path.py