From patchwork Tue Jul 5 23:44:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: angstrom-2010-preferred-versions: select udev168 for the bug machine Date: Tue, 05 Jul 2011 23:44:00 -0000 From: Denis Carikli X-Patchwork-Id: 7065 Message-Id: <1309909440-7860-1-git-send-email-GNUtoo@no-log.org> To: openembedded-devel@lists.openembedded.org 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 --- .../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"