aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-08 11:03:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-11 13:49:32 +0100
commit3e57510bb11b350fbe15cae2fb5bf851956061ac (patch)
tree8ed4b9c18f040c045bbfc4a731e317d3520665db
parent4bb926513084dfa6ebf5598a177239315530276e (diff)
downloadopenembedded-core-contrib-3e57510bb11b350fbe15cae2fb5bf851956061ac.tar.gz
linux-libc-headers: set default LINUXLIBCVERSION to 3.4
The 3.4 kernel is released, and is the default for qemu* builds, so we can safely update the default libc-headers version to 3.4. Built and booted for qemu* Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb6
2 files changed, 7 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 469233da01..89c72c5d01 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.22"
EGLIBCVERSION ?= "2.15"
UCLIBCVERSION ?= "0.9.33"
-LINUXLIBCVERSION ?= "3.2"
+LINUXLIBCVERSION ?= "3.4"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
new file mode 100644
index 0000000000..9e8c88f29b
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
@@ -0,0 +1,6 @@
+require linux-libc-headers.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "146af0160fc7a60cf9acf44aec13482b"
+SRC_URI[sha256sum] = "a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d"