diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-20 15:48:22 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-20 15:50:16 +0100 |
commit | d887296baa34054e5841b48d5344ccbfc4979611 (patch) | |
tree | 30091f5d460a4a3c66321e727c3e2edecdab5197 /meta/conf | |
parent | 2c3437d0ae4beac017663e9e71e923e5aac14c79 (diff) | |
download | poky-d887296baa34054e5841b48d5344ccbfc4979611.tar.gz |
linux-libc-headers: add 2.6.33 headers
Add kernel headers to match our preferred/default kernel version and set them
as the preferred version for the Poky and Moblin distributions.
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 2ee50ce8f8..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.29" | 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" |