From: Koen Kooi Date: Thu, 21 May 2009 18:30:37 +0000 (+0200) Subject: Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll() X-Git-Tag: Release-2010-05/1~3440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794e8652f5c4fef71a8b9ab834b39f75b99f9420;p=openembedded.git Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll() --- diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 3432db42b5..ad34b7d48c 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -20,7 +20,7 @@ DISTRO_VERSION = "2009.X-test-${DATE}" DISTRO_REVISION = "2" DISTRO_PR = ".2" -OLDEST_KERNEL ?= "2.6.18" +OLDEST_KERNEL ?= "2.6.16" #build staging from packages INHERIT += "packaged-staging"