| Submitter | Bruce Ashfield |
|---|---|
| Date | June 8, 2012, 3:42 p.m. |
| Message ID | <c909caf522c3e75922f02d55d9a412984f37b2a0.1339169972.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/29543/ |
| State | New |
| Headers | show |
Comments
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>
---
meta/conf/distro/include/tcmode-default.inc | 2 +-
.../linux-libc-headers/linux-libc-headers_3.4.bb | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.bb
Patch
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 469233d..89c72c5 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 0000000..9cedd52 --- /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 = "r1" + +SRC_URI[md5sum] = "146af0160fc7a60cf9acf44aec13482b" +SRC_URI[sha256sum] = "a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d"