yocto: Create correct udev link
This commit is contained in:
parent
8729997eab
commit
f9e4e62a8b
|
|
@ -120,7 +120,7 @@ fakeroot do_rootfs () {
|
||||||
|
|
||||||
# Blow away udev from poky in favor of our own
|
# Blow away udev from poky in favor of our own
|
||||||
rm ${IMAGE_ROOTFS}/sbin/udevd
|
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
|
# Random configuration changes here
|
||||||
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf
|
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue