On 20 June 2013 12:14, Richard Purdie <[email protected]> wrote: > I have to admit I'm not happy with the piece by piece approach this is > taking. We're going to end up with nearly everything moving to > base_libdir at this rate. If we're going to do this, I want someone to > come up with a definitive list of what needs to move before any more of > these merge.
The "fun" is stuff like udev helpers, which can link to whatever they want. If the hardware is probed before /usr is mounted, they'll fail to run and the work they should have done won't have happened. Stock oe-core doesn't ship any interesting helpers, but on my Debian system there is mtp-probe linking to /usr/lib/libmtp.so, and udev-configure-printer (CUPS hotplug support) linking to (deep breath) libcups gnutls avahi kerberos p11-kit. So, all of those (and their dependencies) probably have to move to /lib, or you put in the documentation that printers and cameras can't be attached at boot. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
