On Friday 15 June 2012 16:03:54 Laurentiu Palcu wrote: > On 06/14/2012 08:05 PM, Saul Wold wrote: > >> As module-init-tools package does not exist anymore there's no reason to > >> > have it in the IMAGE_INSTALL package list. If RPM package manager is > >> > used, build will fail with: > >> > > >> > Unable to find package module-init-tools (module-init-tools)! > > > > Do we need to replace it with kmod? > > > > Sau! > > kmod gets installed in the final image without adding it into the > IMAGE_INSTALL list. I couldn't, yet, figure out how... :( It's not in > the IMAGE_INSTALL and it's not in the RDEPENDS of any other package. > Maybe I missed something. If someone can put some light on this, I would > appreciate it.
It's because of the following dependency chain: task-core-basic -> task-core-basic-extended -> module-init-tools Since the kmod package RPROVIDES module-init-tools it gets installed. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
