diff options
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 99d6df9c18..1ee3c6a768 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
| @@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}" | |||
| 27 | BINUVERSION ?= "2.24" | 27 | BINUVERSION ?= "2.24" |
| 28 | GLIBCVERSION ?= "2.20" | 28 | GLIBCVERSION ?= "2.20" |
| 29 | UCLIBCVERSION ?= "0.9.33+git%" | 29 | UCLIBCVERSION ?= "0.9.33+git%" |
| 30 | LINUXLIBCVERSION ?= "3.16" | 30 | LINUXLIBCVERSION ?= "3.17" |
| 31 | 31 | ||
| 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
| 33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 33 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb deleted file mode 100644 index cedaced2da..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | KORG_ARCHIVE_COMPRESSION = "xz" | ||
| 2 | |||
| 3 | require linux-libc-headers.inc | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "5c569ed649a0c9711879f333e90c5386" | ||
| 6 | SRC_URI[sha256sum] = "4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0" | ||
| 7 | |||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb new file mode 100644 index 0000000000..3417697ed3 --- /dev/null +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | KORG_ARCHIVE_COMPRESSION = "xz" | ||
| 2 | |||
| 3 | require linux-libc-headers.inc | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "fb30d0f29214d75cddd2faa94f73d5cf" | ||
| 6 | SRC_URI[sha256sum] = "f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251" | ||
| 7 | |||
