From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 716F572519 for ; Wed, 10 Dec 2014 14:16:19 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id sBAEGHRM014087 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Wed, 10 Dec 2014 06:16:18 -0800 (PST) Received: from yow-bashfiel-d4.corp.ad.wrs.com (128.224.92.225) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Wed, 10 Dec 2014 06:16:17 -0800 From: Bruce Ashfield To: Date: Wed, 10 Dec 2014 09:16:07 -0500 Message-ID: X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: [v2 PATCH 0/9] kernel: version updates X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 14:16:29 -0000 Content-Type: text/plain Richard, Here are the pending series of kernel updates. I've kept the commits to the granulatary that I did the version bumps, since they represent known good working points in time. Nothing too exciting, these are standard kernel -stable updates (and the typical lttng build fix for a tracepoint changing). The only item of note is that the 3.14 tree now has LTSI content merged into a dedicated branch and also into all BSPs. I've built this everywhere that I can, and I still have more builds running, but there's no sense sitting on this longer .. so I'm sending it out now, and will monitor for any issues that pop up. Changelog: v1 -> v2: updated the pull request to have the contrib branch, and one new commit on linux-yocto_3.14's meta branch (LTSI bug fix) Cheers, Bruce The following changes since commit 88dfcbf149dda89277e58ae4ec3a87500624cfff: kernel-yocto: make sure git tags get dereferenced properly in do_patch() (2014-12-10 08:12:56 -0500) are available in the git repository at: git://git.pokylinux.org/poky-contrib HEAD for you to fetch changes up to 4be985be419f06f18c735d72ac4a4d00fea71dd8: linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates (2014-12-10 08:38:49 -0500) Bruce Ashfield (9): linux-yocto/3.17: update to v3.17.1 linux-libc-headers: update to 3.17 linux-yocto/3.17: update to v3.17.2 linux-yocto/3.10: update to v3.10.59 linux-yocto/3.14: update to v3.14.24 lttng-modules: fix mm_compaction_isolate_template build linux-yocto/3.17: update to v3.17.6 linux-yocto/3.10: update to v3.10.62 linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates meta/conf/distro/include/tcmode-default.inc | 2 +- .../linux-libc-headers/linux-libc-headers_3.16.bb | 7 ---- .../linux-libc-headers/linux-libc-headers_3.17.bb | 7 ++++ meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 ++--- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 ++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 6 ++-- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +++++----- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +++++----- meta/recipes-kernel/linux/linux-yocto_3.17.bb | 18 +++++----- ...-fix-mm_compaction_isolate_template-build.patch | 41 ++++++++++++++++++++++ meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 1 + 13 files changed, 94 insertions(+), 52 deletions(-) delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.16.bb create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.17.bb create mode 100644 meta/recipes-kernel/lttng/lttng-modules/compaction-fix-mm_compaction_isolate_template-build.patch -- 2.1.0