oe.package: add 'files' function
authorChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 00:59:05 +0000 (17:59 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 10 Oct 2010 01:28:00 +0000 (18:28 -0700)
commit7791fdfc5ebafbd52b7921cd4a1ffc77699afb06
tree05966afabb63275a56f7e47156032699519e7a15
parent7e76f8041cdc6ae588383193c320ff417be8a8b0
oe.package: add 'files' function

This function obtains a list of files to be included in a package, using the
globs in FILES_<pkg> and the files installed in ${D}.  Currently, the only
user is package_dbg, but I can see this being useful in package.bbclass as
well.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/package_dbg.bbclass
lib/oe/package.py [new file with mode: 0644]