diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-10-27 10:32:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 17:39:23 +0000 |
commit | 13c233ce4551542481d7a6390ff2119671137b95 (patch) | |
tree | 24da97f7cd05c3385f0d06dc6c13e9ab36f3273d /meta/conf/distro | |
parent | 0c905ba71a8bf0fcd96ccaaa27faca00830ba8bb (diff) | |
download | openembedded-core-13c233ce4551542481d7a6390ff2119671137b95.tar.gz openembedded-core-13c233ce4551542481d7a6390ff2119671137b95.tar.bz2 openembedded-core-13c233ce4551542481d7a6390ff2119671137b95.tar.xz openembedded-core-13c233ce4551542481d7a6390ff2119671137b95.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
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 2bf1beb0a..ed722be81 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -21,7 +21,7 @@ SDKGCCVERSION ?= "4.6%" BINUVERSION ?= "2.21.1a" EGLIBCVERSION ?= "2.13" UCLIBCVERSION ?= "0.9.32" -LINUXLIBCVERSION ?= "2.6.37.2" +LINUXLIBCVERSION ?= "3.1" # Temporary preferred version overrides for PPC PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" |