summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-05-25 15:38:28 +0100
committerJoshua Lock <josh@linux.intel.com>2010-05-25 15:38:28 +0100
commiteb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (patch)
tree185446f09393918f99057ad9cbcf021ef2e36a4d /meta
parentf24f8360bc98eb92c0650271bbac6a868ffc05e2 (diff)
downloadpoky-eb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0.tar.gz
poky-default.inc: Bump linux-libc-headers to 2.6.33
Now that we have a Busybox (and strace) which we can build we can use the same kernel-headers version as our default kernel version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/poky-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc
index e78c061623..8616690ea2 100644
--- a/meta/conf/distro/include/poky-default.inc
+++ b/meta/conf/distro/include/poky-default.inc
@@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "gcc-runtime"
15GCCVERSION ?= "4.3.3" 15GCCVERSION ?= "4.3.3"
16BINUVERSION ?= "2.20" 16BINUVERSION ?= "2.20"
17GLIBCVERSION ?= "2.9" 17GLIBCVERSION ?= "2.9"
18LINUXLIBCVERSION ?= "2.6.30" 18LINUXLIBCVERSION ?= "2.6.33"
19 19
20# Temporary preferred version overrides for PPC 20# Temporary preferred version overrides for PPC
21PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" 21PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"