-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13-05-10 11:57, Martin Jansa wrote: > Today I noticed that with every do_rootfs I see few downloads from my > webserver (where is DISTRO_FEED_URI pointing). > > I guess it's because install_linguas from image.bbclass. > > Is there some special reason why it's not used from deploy/ipk directly?
This code was done in narcissus first, which and then copied to OE. The difficulty here is that when this runs, the OE generated opkg.conf is already gone. You can make it use the deploy/ipk feeds if you do the install_lingua step earlier, or add a -f to point to a different config file location. > it's not problem here, but if public feed is not in sync with deploy/ipk > it can be IMHO pretty bad (locale .ipk cannot be found or different version). Well, it keeps me honest :) It makes me notice public and private feed discrepancies a lot faster. But I agree that requiring internet access during do_rootfs is a bad thing. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFL69EmMkyGM64RGpERAlXNAJ40+6RmlXq4HrVM9rA2MPlHfGxbcwCgmZFL svGHlGjBBd632Y032WBVruA= =lBnV -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
