aboutsummaryrefslogtreecommitdiffstats
path: root/classes/package_dbg.bbclass
AgeCommit message (Collapse)Author
2010-10-09oe.package: add 'files' functionChris Larson
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>
2010-10-09oe.path: add 'find' convenience functionChris Larson
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>
2010-01-22package_dbg: kill the explicit dir listChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-19package_dbg.bbclass: add current incarnation from MVL6Chris Larson
This optional bbclass implements per-subpackage debug packages. Among other things, this makes it much easier to automate creation of debug images (where you have the debug files for all installed packages). Signed-off-by: Chris Larson <clarson@mvista.com>