Now that the 3.8 kernel has been released we can bump the libc-headers to that version and remove the 3.7 variant. Userspace compatibility is maintained through kernel versions, we also make the single 3.8 version the toolchain default.
Signed-off-by: Bruce Ashfield <[email protected]> --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../{linux-libc-headers_3.7.bb => linux-libc-headers_3.8.bb} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_3.7.bb => linux-libc-headers_3.8.bb} (42%) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 6e282df..93df37c 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.23.1" EGLIBCVERSION ?= "2.17" UCLIBCVERSION ?= "0.9.33+git%" -LINUXLIBCVERSION ?= "3.7" +LINUXLIBCVERSION ?= "3.8" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" 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.8.bb similarity index 42% rename from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb rename to meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb index a363289..5672bd4 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.8.bb @@ -2,7 +2,7 @@ require linux-libc-headers.inc SRC_URI += "file://scripts-Makefile.headersinst-install-headers-from-sc.patch" -PR = "r1" +PR = "r0" -SRC_URI[md5sum] = "5323f3faadd051e83af605a63be5ea2e" -SRC_URI[sha256sum] = "dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e" +SRC_URI[md5sum] = "fcd1d2e60e1033c935a13ef81c89ea2d" +SRC_URI[sha256sum] = "fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
