summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-10-27 10:32:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-01 17:43:58 +0000
commiteedae071c79a9298afbf08a8d17f8fc480e0e34e (patch)
tree53d63ec50b6a932cde683dff4a16013dd50bcd85 /meta/conf
parente422bb1bc5d4fe6fea78fd1f45e84f3d83b916d5 (diff)
downloadpoky-eedae071c79a9298afbf08a8d17f8fc480e0e34e.tar.gz
linux-libc-headers: provide 3.0.x and 3.1 headers
Provide both a 3.0.x and a 3.1 set of headers to the toolchain. Compatibility is maintained with older 2.6 headers by creating a new variable that changes the SRC_URI based on the major version number of the kernel. Built and booted with 2.6.37.2, 3.0.8 and 3.1 linux-libc-headers. (From OE-Core rev: 13c233ce4551542481d7a6390ff2119671137b95) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 2bf1beb0a8..ed722be811 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "4.6%"
21BINUVERSION ?= "2.21.1a" 21BINUVERSION ?= "2.21.1a"
22EGLIBCVERSION ?= "2.13" 22EGLIBCVERSION ?= "2.13"
23UCLIBCVERSION ?= "0.9.32" 23UCLIBCVERSION ?= "0.9.32"
24LINUXLIBCVERSION ?= "2.6.37.2" 24LINUXLIBCVERSION ?= "3.1"
25 25
26# Temporary preferred version overrides for PPC 26# Temporary preferred version overrides for PPC
27PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" 27PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"