diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-01-07 10:43:06 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 19:26:30 +0000 |
commit | 691a830b93358b78e5411bdaa694bab32166f56f (patch) | |
tree | e45817840d229043e51cd052c15f42e4e4da7d43 /meta | |
parent | 2078ccf48ab77a673edab999a3144ab3b11f26d1 (diff) | |
download | poky-691a830b93358b78e5411bdaa694bab32166f56f.tar.gz |
linux-libc-headers: make 3.7 the default and remove older libc-header recipes
Switch the default libc-headers to the 3.7 version. At the same time, remove
older versions of the headers to keep things simple and clear. All userspace
and kernel combinations should build and boot against this single lib-headers
version.
(From OE-Core rev: e7c9706d6a6777326a62e73bffdbb0f940792ff4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
4 files changed, 1 insertions, 20 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 1d6cd8b0fd..8f3ba2b689 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -22,7 +22,7 @@ SDKGCCVERSION ?= "${GCCVERSION}" | |||
22 | BINUVERSION ?= "2.23.1" | 22 | BINUVERSION ?= "2.23.1" |
23 | EGLIBCVERSION ?= "2.16" | 23 | EGLIBCVERSION ?= "2.16" |
24 | UCLIBCVERSION ?= "0.9.33" | 24 | UCLIBCVERSION ?= "0.9.33" |
25 | LINUXLIBCVERSION ?= "3.4.3" | 25 | LINUXLIBCVERSION ?= "3.7" |
26 | 26 | ||
27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 27 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" | 28 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.0.8.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.0.8.bb deleted file mode 100644 index 7bb589550b..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.0.8.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI += " file://connector-msg-size-fix.patch" | ||
6 | SRC_URI[md5sum] = "eac4d398a0ecd98214487cd47a228998" | ||
7 | SRC_URI[sha256sum] = "4ed16da319848f681f711dbda2ac2cf1b306a280ec22f90bae190cf23b533add" | ||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb deleted file mode 100644 index 9bee02bbfa..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI[md5sum] = "7ceb61f87c097fc17509844b71268935" | ||
6 | SRC_URI[sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463" | ||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb deleted file mode 100644 index 6f8d9e8fe2..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.4.3.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI[md5sum] = "3aefa02db55715d627ed23a01667057d" | ||
6 | SRC_URI[sha256sum] = "17f1256daa289dde1a0a587c9753556d37a52770f7c4efcf2666fd4796a6eacc" | ||