[oe] [PATCH] angstrom-2010-preferred-versions: select udev168 for the bug machine

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Tue Jul 5 23:44:00 UTC 2011


Angstrom 2010 selects udev 171 by default for all the machines,
but the bug machine has a 2.6.27 kernel, and would need quite a lot
of backport in order to work with udev 171 + its udev 141 compat wrapper

udev 171 + udev 141 compat wrapper doesn't work on the bug machine,
  even with a backported accept4() syscall.

So selecting udev 168 for the bug sounds a good choice.

Note that udev 168 is machine arch for the bug machine,
  so if it was built before building udev 171 it's automatically
  selected

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 .../include/angstrom-2010-preferred-versions.inc   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc
index 8ce3ee7..5f160b8 100644
--- a/conf/distro/include/angstrom-2010-preferred-versions.inc
+++ b/conf/distro/include/angstrom-2010-preferred-versions.inc
@@ -66,6 +66,7 @@ PREFERRED_VERSION_tiff 		= "3.9.4+4.0.0beta6"
 PREFERRED_VERSION_tslib		= "1.0+gitr%"
 
 PREFERRED_VERSION_udev 		= "171"
+PREFERRED_VERSION_udev_bug	= "168"
 
 PREFERRED_VERSION_usbutils = "0.86"
 PREFERRED_VERSION_wpa-supplicant = "0.7.3"
-- 
1.7.1





More information about the Openembedded-devel mailing list