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/distro/include | |
parent | 2c3437d0ae4beac017663e9e71e923e5aac14c79 (diff) | |
download | openembedded-core-d887296baa34054e5841b48d5344ccbfc4979611.tar.gz openembedded-core-d887296baa34054e5841b48d5344ccbfc4979611.tar.bz2 openembedded-core-d887296baa34054e5841b48d5344ccbfc4979611.zip |
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/distro/include')
-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" GCCVERSION ?= "4.3.3" BINUVERSION ?= "2.20" GLIBCVERSION ?= "2.9" -LINUXLIBCVERSION ?= "2.6.29" +LINUXLIBCVERSION ?= "2.6.33" # Temporary preferred version overrides for PPC PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" |