[oe] [PATCH 3/3] grub: split menu.lst into a separate package, grub-config.

Michael Smith msmith at cbnco.com
Thu May 7 22:19:50 UTC 2009


Chris Larson wrote:
> I'm not sure if you realize, but you can let your overlay override
> file:// files by manipulating FILESPATH.  You don't need to split up
> all the recipes.

Hi Chris,

That's awesome. I didn't know that. I've added this to my local.conf:

FILESPATHBASE =. "${@ \
     ':'.join([os.path.join(recipedir, \
                         os.path.basename(os.path.dirname( \
                                             d.getVar('FILE', 1)))) \ 

	for recipedir in d.getVar('COLLECTIONS', 1).split()])}:"

Problem solved. I have no need to split a separate grub-config package.

Mike




More information about the Openembedded-devel mailing list