On Friday 13 of February 2009 11:45:21 Ottavio Campana wrote: > I'm trying to customize minimal-image with a few more packages. > Everything is fine, but I would like to add all compiled modules to > the image. These modules are correctly compiled with the kernel, and > a tarball of them is automatically created when the kernel is > compiled. > > I'd like to automatically add them to the rootfs, but I don't > understand how I can do it.
IMAGE_INSTALL += "kernel-modules" It will add metapackage which depends on all kernel modules. Regards, -- JID: [email protected] Website: http://marcin.juszkiewicz.com.pl/ LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
