Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] kernel: linux-yocto 3.14, linux-yocto-dev 3.16 and dependencies
@ 2014-07-24 20:41 Bruce Ashfield
  2014-07-24 20:41 ` [PATCH 1/8] linux-yocto/3.14: vexpress and MVM firmware support Bruce Ashfield
                   ` (7 more replies)
  0 siblings, 8 replies; 25+ messages in thread
From: Bruce Ashfield @ 2014-07-24 20:41 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here are my consolidated changes for kernel updates.

For 3.14:

  linux-yocto/3.14: vexpress and MVM firmware support                                                                                                                               
  linux-yocto: x86_64: expand kernel stack to 16K                                                                                                                                   
  linux-yocto/3.14: libata and generic CPU modalias handling                                                                                                                        

For linux-yocto-dev:

  linux-yocto-dev: bump to v3.16+                                                                                                                                                   
  lttng-modules: update to 2.5.0                                                                                                                                                    
  kernel: don't copy .so.dbg files into kernel source install                                                                                                                       
  kern-tools: adjust to full history meta-data                                                                                                                                      

And for lttng on ARM:

  lttng-modules: re-enable ARM builds                                                                                                                                               

I've built and booted 3.16 on all the architectures, and also build my
kernel-dev image type (which includes package that often break with
kernel updates, and which I'll submit to oe-core separately). That's
where the .so.db change for kernel.bbclass and the lttng update 
have come from.

Cheers,

Bruce

The following changes since commit 8b7116d25ed6255a03895d835e5a0560858ab496:

  bitbake: Updated the the example 'bitbake -h' output to match the actual output, which has been recently patched to fix the '-S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER' option. (2014-07-22 08:33:25 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (8):
  linux-yocto/3.14: vexpress and MVM firmware support
  lttng-modules: update to 2.5.0
  linux-yocto: x86_64: expand kernel stack to 16K
  linux-yocto-dev: bump to v3.16+
  kernel: don't copy .so.dbg files into kernel source install
  lttng-modules: re-enable ARM builds
  linux-yocto/3.14: libata and generic CPU modalias handling
  kern-tools: adjust to full history meta-data

 meta/classes/kernel.bbclass                        |  2 +-
 .../kern-tools/kern-tools-native_git.bb            |  2 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb   |  6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb |  4 +-
 meta/recipes-kernel/linux/linux-yocto_3.14.bb      | 16 ++---
 ...compaction-instrumentation-to-3.16-kernel.patch | 83 ++++++++++++++++++++++
 ...ate-vmscan-instrumentation-to-3.16-kernel.patch | 70 ++++++++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb   | 36 ----------
 ...tng-modules_2.4.1.bb => lttng-modules_2.5.0.bb} | 10 +--
 10 files changed, 174 insertions(+), 57 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-compaction-instrumentation-to-3.16-kernel.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/Update-vmscan-instrumentation-to-3.16-kernel.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
 rename meta/recipes-kernel/lttng/{lttng-modules_2.4.1.bb => lttng-modules_2.5.0.bb} (80%)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2014-08-12 11:50 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 20:41 [PATCH 0/8] kernel: linux-yocto 3.14, linux-yocto-dev 3.16 and dependencies Bruce Ashfield
2014-07-24 20:41 ` [PATCH 1/8] linux-yocto/3.14: vexpress and MVM firmware support Bruce Ashfield
2014-07-24 20:41 ` [PATCH 2/8] lttng-modules: update to 2.5.0 Bruce Ashfield
2014-07-25 13:21   ` Martin Jansa
2014-07-25 13:23     ` Bruce Ashfield
2014-07-25 13:36       ` Bruce Ashfield
2014-07-25 13:46         ` Martin Jansa
2014-07-25 13:48           ` Bruce Ashfield
2014-07-25 14:41             ` Richard Purdie
2014-08-12 11:33             ` Martin Jansa
2014-08-12 11:50               ` Laurentiu Palcu
2014-07-24 20:41 ` [PATCH 3/8] linux-yocto: x86_64: expand kernel stack to 16K Bruce Ashfield
2014-07-24 20:41 ` [PATCH 4/8] linux-yocto-dev: bump to v3.16+ Bruce Ashfield
2014-07-25  3:35   ` Saul Wold
2014-07-25  3:36     ` Bruce Ashfield
2014-07-25  3:44       ` Bruce Ashfield
2014-07-24 20:41 ` [PATCH 5/8] kernel: don't copy .so.dbg files into kernel source install Bruce Ashfield
2014-07-24 20:41 ` [PATCH 6/8] lttng-modules: re-enable ARM builds Bruce Ashfield
2014-07-24 22:02   ` Martin Jansa
2014-07-25  3:10     ` Bruce Ashfield
2014-07-25  9:53       ` Martin Jansa
2014-07-25 13:00         ` Bruce Ashfield
2014-07-25 13:14           ` Bruce Ashfield
2014-07-24 20:41 ` [PATCH 7/8] linux-yocto/3.14: libata and generic CPU modalias handling Bruce Ashfield
2014-07-24 20:41 ` [PATCH 8/8] kern-tools: adjust to full history meta-data Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox