public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/7] kernel: consolidated pull for developer experience
@ 2014-12-10 10:34 Bruce Ashfield
  2014-12-10 10:34 ` [PATCH 1/7] kernel: Rearrange for 1.8 Bruce Ashfield
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Bruce Ashfield @ 2014-12-10 10:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard,

Here are the first (and largest) kernel developer experience changes for the 1.8
release.

Obviously you are the author of patch 1 in the series, and I've made changes to
fixup the remaining out of tree module build, and on-target kernel build issues.

With these changes in place, I've built and booted the linux-yocto kernels, as
well as build the kernel itself on the target .. so they are definitely sane
from that point of view. I won't swear that there aren't any cornder cases still
lurking, but we need more eyes and tests to find those cases.

With this series, we've move a lot of the source copying and I/O intensive
operations to the kernelsrc recipe .. which makes them optional and not an
impact on the typical build/developer. As described in pach 1, the kernel is
unpacked, manipulated and built directly from STAGING_DIR_KERNEL.

If the src is required, the kerneldevsrc recipe can be added to the
DEPENDS/RDEPENDS and the packaging will happen (with the associated overhead).

I've kept the series history as you see it on purpose, so we can capture
credit for the optimization idea, and to make the changes more digestible
to those reading the series. If we want some additional squashing of the
commits, I'm happy to do that as well.

The final parts of this series are some collected kernel build fixes that 
I've had for a while, but are minor in the grand scheme of things.

Cheers,

Bruce

Bruce Ashfield (5):
  kernel: fix out of tree module builds
  kerneldev: create kernel-devsrc packaging
  images: introduce core-image-kernel-dev
  lttng/perf: depend on virtual/kernel:do_install
  kernel-yocto: fix non-git builds

Jeff Wang (1):
  kernel-yocto: make sure git tags get dereferenced properly in
    do_patch()

Richard Purdie (1):
  kernel: Rearrange for 1.8

 meta/classes/kernel-yocto.bbclass                  |  8 +-
 meta/classes/kernel.bbclass                        | 93 ++++------------------
 meta/classes/linux-kernel-base.bbclass             | 13 ++-
 .../images/core-image-kernel-dev.bb                | 17 ++++
 meta/recipes-kernel/linux/kernel-devsrc.bb         | 50 ++++++++++++
 meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb   |  1 +
 meta/recipes-kernel/perf/perf.bb                   | 12 +--
 7 files changed, 104 insertions(+), 90 deletions(-)
 create mode 100644 meta/recipes-extended/images/core-image-kernel-dev.bb
 create mode 100644 meta/recipes-kernel/linux/kernel-devsrc.bb

-- 
2.1.0



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

end of thread, other threads:[~2014-12-23 15:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 10:34 [PATCH 0/7] kernel: consolidated pull for developer experience Bruce Ashfield
2014-12-10 10:34 ` [PATCH 1/7] kernel: Rearrange for 1.8 Bruce Ashfield
2014-12-10 12:45   ` Bruce Ashfield
2014-12-10 10:34 ` [PATCH 2/7] kernel: fix out of tree module builds Bruce Ashfield
2014-12-19 11:05   ` Enrico Scholz
2014-12-19 11:51     ` Richard Purdie
2014-12-19 12:11       ` Enrico Scholz
2014-12-19 12:24         ` Richard Purdie
2014-12-23  2:07           ` Enrico Scholz
2014-12-23  8:54             ` Richard Purdie
2014-12-23 10:51               ` Enrico Scholz
2014-12-23 15:36                 ` Bruce Ashfield
2014-12-23 15:28               ` Bruce Ashfield
2014-12-10 10:34 ` [PATCH 3/7] kerneldev: create kernel-devsrc packaging Bruce Ashfield
2014-12-10 10:34 ` [PATCH 4/7] images: introduce core-image-kernel-dev Bruce Ashfield
2014-12-10 10:34 ` [PATCH 5/7] lttng/perf: depend on virtual/kernel:do_install Bruce Ashfield
2014-12-10 10:34 ` [PATCH 6/7] kernel-yocto: fix non-git builds Bruce Ashfield
2014-12-10 10:34 ` [PATCH 7/7] kernel-yocto: make sure git tags get dereferenced properly in do_patch() Bruce Ashfield

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