diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-25 15:38:28 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-25 15:38:28 +0100 |
commit | eb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (patch) | |
tree | 185446f09393918f99057ad9cbcf021ef2e36a4d /meta/conf | |
parent | f24f8360bc98eb92c0650271bbac6a868ffc05e2 (diff) | |
download | poky-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/conf')
-rw-r--r-- | meta/conf/distro/include/poky-default.inc | 2 |
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" | |||
15 | GCCVERSION ?= "4.3.3" | 15 | GCCVERSION ?= "4.3.3" |
16 | BINUVERSION ?= "2.20" | 16 | BINUVERSION ?= "2.20" |
17 | GLIBCVERSION ?= "2.9" | 17 | GLIBCVERSION ?= "2.9" |
18 | LINUXLIBCVERSION ?= "2.6.30" | 18 | LINUXLIBCVERSION ?= "2.6.33" |
19 | 19 | ||
20 | # Temporary preferred version overrides for PPC | 20 | # Temporary preferred version overrides for PPC |
21 | PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" | 21 | PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" |