[oe-commits] Koen Kooi : Angstrom 2009.X: set OLDEST_KERNEL to 2.6. 16 to avoid problems with ppoll()

git version control git at git.openembedded.org
Mon Jul 6 10:22:49 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 1ea80086420661964a6add076b7d2c9dba5117b3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ea80086420661964a6add076b7d2c9dba5117b3

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul  1 08:54:19 2009 +0000

Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll()

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 conf/distro/angstrom-2008.1.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index de69c48..a607d4c 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -20,7 +20,7 @@ DISTRO_VERSION = "2009.X-stable"
 DISTRO_REVISION = "1"
 DISTRO_PR = ".1"
 
-OLDEST_KERNEL ?= "2.6.18"
+OLDEST_KERNEL ?= "2.6.16"
 
 #build staging from packages
 INHERIT += "packaged-staging"





More information about the Openembedded-commits mailing list