[ostree] yocto: Also use udevadm from ostbuild
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] yocto: Also use udevadm from ostbuild
- Date: Sat, 18 Feb 2012 16:56:23 +0000 (UTC)
commit f61632d2cc150b37f0b75e31085e17e48d8db3c6
Author: Colin Walters <walters verbum org>
Date: Mon Feb 13 18:20:24 2012 -0500
yocto: Also use udevadm from ostbuild
gnomeos/yocto/classes/gnomeos-contents.bbclass | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnomeos/yocto/classes/gnomeos-contents.bbclass b/gnomeos/yocto/classes/gnomeos-contents.bbclass
index 6e05f5a..5e1c1cc 100644
--- a/gnomeos/yocto/classes/gnomeos-contents.bbclass
+++ b/gnomeos/yocto/classes/gnomeos-contents.bbclass
@@ -121,6 +121,8 @@ 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/udevd
+ rm ${IMAGE_ROOTFS}/sbin/udevadm
+ ln -s /usr/sbin/udevadm ${IMAGE_ROOTFS}/sbin/udevadm
# Random configuration changes here
sed -i -e 's,^DESTINATION=.*,DESTINATION=\"file\",' ${IMAGE_ROOTFS}/etc/syslog.conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]