[oe-commits] Bruce Ashfield : linux-libc-headers: update to 3.19

git at git.openembedded.org git at git.openembedded.org
Sat Feb 21 22:06:01 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: b3721560fe523c144690ebfeb203b3735d0f6843
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b3721560fe523c144690ebfeb203b3735d0f6843

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Wed Feb 11 14:26:33 2015 -0500

linux-libc-headers: update to 3.19

Updating the libc-headers now that the kernel has released.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

---

 meta/conf/distro/include/tcmode-default.inc                        | 2 +-
 .../recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.7.bb | 7 -------
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.19.bb  | 7 +++++++
 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 9e25bf0..6b602d2 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -27,7 +27,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.24"
 GLIBCVERSION ?= "2.21"
 UCLIBCVERSION ?= "0.9.33+git%"
-LINUXLIBCVERSION ?= "3.17.7"
+LINUXLIBCVERSION ?= "3.19"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.7.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.7.bb
deleted file mode 100644
index 7332597..0000000
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.7.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-KORG_ARCHIVE_COMPRESSION = "xz"
-
-require linux-libc-headers.inc
-
-SRC_URI[md5sum] = "59cc7d0a236b08de743d6d9421f0f2c6"
-SRC_URI[sha256sum] = "a3c8e6aee912bfd2e69abf9df5a06058434a8771bcaa1784b5980bf1b5298e1c"
-
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.19.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.19.bb
new file mode 100644
index 0000000..078df45
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.19.bb
@@ -0,0 +1,7 @@
+KORG_ARCHIVE_COMPRESSION = "xz"
+
+require linux-libc-headers.inc
+
+SRC_URI[md5sum] = "d3fc8316d4d4d04b65cbc2d70799e763"
+SRC_URI[sha256sum] = "be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c"
+



More information about the Openembedded-commits mailing list