From: Mariano Lopez <mariano.lopez@linux.intel.com>
+ # We just archive gcc-source for all the gcc related recipes
+ if d.getVar('BPN', True) in ['gcc', 'libgcc'] \
+ and not pn.startswith('gcc-source'):
+ bb.debug(1, 'archiver: %s is excluded, covered by gcc-source' % pn)
+ return
Hmm, I wonder if it'd be possible to make this more generic, check for work-shared or something.