From f9e4e62a8bb5ba7601a57a957b8923c4f64ebe9f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 13 Feb 2012 15:32:32 -0500 Subject: [PATCH] yocto: Create correct udev link --- gnomeos/yocto/classes/gnomeos-contents.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass index 6a389821..6e05f5a6 100644 --- a/gnomeos/yocto/classes/gnomeos-contents.bbclass +++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass @@ -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