]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:37 +0000 (13:31 +0100)
commitb49ddeb11c0319b7ece278fd7cef6b0223114ca9
tree0a51c664d0e1eecdd70fce5968d73d429fa556c8
parent9776a7ee7c10d658b705aa88e35705f6310517ef
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]

(From OE-Core rev: a866e1e298dab5c52e7b8ba9ab68104604511713)

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