diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-21 04:56:52 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a (patch) | |
tree | a073a9119d2f4b7dca54564db65fe126c1dc671a /meta/conf/distro/include/poky-default.inc | |
parent | 4d5ad73238d8811b29833fb500774a69f3d6810e (diff) | |
download | poky-f8a8ec5ceb4b5f7a03e4a0024e5fe06ec8e7ad0a.tar.gz |
linux-libc-headers: upgrade from 2.6.33 to 2.6.34
added a new patch to fix glibc build issue on powerpc
ppc_glibc_build_fix.patch
Added attribution to the hayes-gone.patch.
And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES
And removing all the older recipes and related files
Change the linux-libc-header version inpoky-default.inc
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/conf/distro/include/poky-default.inc')
-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 cf6739d39d..90ec4ce399 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.1" | 16 | BINUVERSION ?= "2.20.1" |
17 | GLIBCVERSION ?= "2.9" | 17 | GLIBCVERSION ?= "2.9" |
18 | LINUXLIBCVERSION ?= "2.6.33" | 18 | LINUXLIBCVERSION ?= "2.6.34" |
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" |