]> code.ossystems Code Review - openembedded-core.git/commit
udev: Move udevd back to /sbin
authorRadu Moisan <radu.moisan@intel.com>
Mon, 8 Apr 2013 16:29:15 +0000 (19:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Apr 2013 12:31:30 +0000 (13:31 +0100)
commita866e1e298dab5c52e7b8ba9ab68104604511713
treeaf066c003926a10c09a9622adcf49f53495ebe33
parent472dc52974f12c255d9e98e63e82736c7ca2c223
udev: Move udevd back to /sbin

Along with v182 upgrade udevd was moved to ${base_libdir}
making scripts like init-live.sh to fail in finding udevd.

We have some problems here since the placing binaries into either
libdir breaks the way our multilib handling works. That code and its
associated sanity tests assume that libdir contains binaries of a
particular architecture and that these are not allowed to overlap.

This is in contrast to the bindirs where conflicts are expected
and handled appropriately.

So whilst upstream may desire this directory layout, it won't work
for OE's usage of it and we need to configure udev differently. The
scripts already have fallback code to handle udev in the two locations
so there is no issue is going back to our previous layout.

[Yocto #4046]

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/udev/udev.inc
meta/recipes-core/udev/udev_182.bb