From af083c262fe69a816d0825b28a766a911021de90 Mon Sep 17 00:00:00 2001 From: Enrico Butera Date: Thu, 28 Jun 2012 00:50:33 +0200 Subject: [PATCH] linux-libc-headers: pin version matching current kernel Signed-off-by: Enrico Butera --- conf/machine/allwinner-a10.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/allwinner-a10.conf b/conf/machine/allwinner-a10.conf index 5d266a5..471fc6e 100644 --- a/conf/machine/allwinner-a10.conf +++ b/conf/machine/allwinner-a10.conf @@ -14,6 +14,7 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-allwinner" +PREFERRED_VERSION_linux-libc-headers = "3.0.8" KERNEL_IMAGETYPE = "uImage"