yocto: Create correct udev link

This commit is contained in:
Colin Walters 2012-02-13 15:32:32 -05:00
parent 8729997eab
commit f9e4e62a8b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ fakeroot do_rootfs () {
# Blow away udev from poky in favor of our own
rm ${IMAGE_ROOTFS}/sbin/udevd
ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udev
ln -s /usr/libexec/udevd ${IMAGE_ROOTFS}/sbin/udevd
# Random configuration changes here
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf