[oe-commits] Bruce Ashfield : linux-libc-headers: add 3.14 libc headers

git at git.openembedded.org git at git.openembedded.org
Sun Mar 30 09:03:25 UTC 2014


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

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Thu Mar 27 00:47:30 2014 -0400

linux-libc-headers: add 3.14 libc headers

Introduce the 3.14 linux-libc-headers recipe, now that the 3.14 kernel is
available, and the default for the qemu reference BSPs.

The three patches which were required for the previous 3.10 libc-headers
are not required for 3.14 and can be ignored.

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

---

 .../linux-libc-headers/linux-libc-headers_3.14.bb           | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.14.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.14.bb
new file mode 100644
index 0000000..46f52bd
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.14.bb
@@ -0,0 +1,13 @@
+require linux-libc-headers.inc
+
+# The hardcoded -rc8 is temporary, we are pretending that 3.14-rc is the full 3.14
+# tree, to avoid needing to shuffle the recipe name when it releases.
+FETCH_VER="3.14-rc8"
+
+S="${WORKDIR}/linux-${FETCH_VER}"
+SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v3.x/testing/linux-${FETCH_VER}.tar.xz"
+
+SRC_URI[md5sum] = "f7295bcc13c47b6bee924dde5057f1e8"
+SRC_URI[sha256sum] = "20b3a956e2b5b56b5addcf46a92722eb96830e2d24efe8ea11ce1ec4a1a874ba"
+
+PV = "3.13+${FETCH_VER}"



More information about the Openembedded-commits mailing list