diff options
3 files changed, 9 insertions, 9 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 6e282df420..93df37c2af 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.17" | 23 | EGLIBCVERSION ?= "2.17" |
24 | UCLIBCVERSION ?= "0.9.33+git%" | 24 | UCLIBCVERSION ?= "0.9.33+git%" |
25 | LINUXLIBCVERSION ?= "3.7" | 25 | LINUXLIBCVERSION ?= "3.8" |
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.7.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb deleted file mode 100644 index a363289988..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | SRC_URI += "file://scripts-Makefile.headersinst-install-headers-from-sc.patch" | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI[md5sum] = "5323f3faadd051e83af605a63be5ea2e" | ||
8 | SRC_URI[sha256sum] = "dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e" | ||
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 new file mode 100644 index 0000000000..5672bd4d9a --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require linux-libc-headers.inc | ||
2 | |||
3 | SRC_URI += "file://scripts-Makefile.headersinst-install-headers-from-sc.patch" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI[md5sum] = "fcd1d2e60e1033c935a13ef81c89ea2d" | ||
8 | SRC_URI[sha256sum] = "fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45" | ||