summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-08-23 14:08:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:29:45 +0100
commit1f18e092298a3ef3f0c65da26b0f09043a6896fb (patch)
treeaddd990dde86c122d182effdb17f4414a029bb15 /meta
parentbfba97076555f1e708b4fef08fdcfa43f35d2fcb (diff)
downloadpoky-1f18e092298a3ef3f0c65da26b0f09043a6896fb.tar.gz
linux-libc-headers: update to v3.10
Now that the 3.10 kernel has been released we can bump the libc-headers to that version and remove the 3.8 variant. Userspace compatibility is maintained through kernel versions, we also make the single 3.10 version the toolchain default. (From OE-Core rev: 4e79a46254e778f85c00efd4b0085cbaeb6e0d4d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb7
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb8
3 files changed, 8 insertions, 9 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index aa0db25867..fb41d5e1f7 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
22BINUVERSION ?= "2.23.2" 22BINUVERSION ?= "2.23.2"
23EGLIBCVERSION ?= "2.18" 23EGLIBCVERSION ?= "2.18"
24UCLIBCVERSION ?= "0.9.33+git%" 24UCLIBCVERSION ?= "0.9.33+git%"
25LINUXLIBCVERSION ?= "3.8" 25LINUXLIBCVERSION ?= "3.10"
26 26
27PREFERRED_VERSION_gcc ?= "${GCCVERSION}" 27PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
28PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" 28PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
new file mode 100644
index 0000000000..eb04367ce5
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb
@@ -0,0 +1,7 @@
1require linux-libc-headers.inc
2
3PR = "r0"
4
5SRC_URI[md5sum] = "72d0a9b3e60cd86fabcd3f24b1708944"
6SRC_URI[sha256sum] = "46c9e55e1fddf40813b8d697d5645037a8e2af5c1a8dff52b3fe82b5021582b8"
7
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb
deleted file mode 100644
index 5672bd4d9a..0000000000
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require linux-libc-headers.inc
2
3SRC_URI += "file://scripts-Makefile.headersinst-install-headers-from-sc.patch"
4
5PR = "r0"
6
7SRC_URI[md5sum] = "fcd1d2e60e1033c935a13ef81c89ea2d"
8SRC_URI[sha256sum] = "fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45"