Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5 V2] Enable building modules on target
@ 2012-06-29 19:54 Darren Hart
  2012-06-29 19:54 ` [PATCH 1/5] linux-libc-headers-yocto: Do not include linux-yocto Darren Hart
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Darren Hart @ 2012-06-29 19:54 UTC (permalink / raw)
  To: Poky, openembedded-core, Kishore Bodke; +Cc: Darren Hart

This series simplifies the include mechanisms for the linux-yocto recipes
and adds support for a kernel-headers package which enables the building
of modules on the target.

Sending to both oe-core and poky as this series touches files in both
and I didn't want to confuse the intent or the dependency by splitting
them up.

V2:
o Add files to kernel-dev rather than create a new kernel-headers package
o Move the location to /usr/src/kernel from /usr/src/kernel-headers
o Eliminate the kernel-misc package as kernel-dev covers it now
o Fix a bug with linux-yocto-custom exposed during testing

The following changes since commit 4d48398798c898c5db08294ba64d9bfc7daca19c:

  local.conf.sample.extended: Add filtering function to archiver.bbclass (2012-06-28 16:32:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dvhart/modules
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/modules

Darren Hart (5):
  linux-libc-headers-yocto: Do not include linux-yocto
  linux-yocto: Use INC_PR and move kernel require to linux-yocto.inc
  kernel: Add kernel headers to kernel-dev package
  tasl-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS
  linux-yocto-custom: Remove linux-tools

 .../recipes-kernel/linux/linux-yocto-custom.bb          |    2 --
 .../linux-libc-headers/linux-libc-headers-yocto_git.bb  |    3 ++-
 meta/classes/kernel.bbclass                             |   15 +++++++--------
 meta/conf/bitbake.conf                                  |    2 +-
 meta/recipes-core/tasks/task-core-sdk.bb                |    5 +++--
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb         |    3 +--
 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb         |    3 +--
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb         |    3 +--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb       |    3 +--
 meta/recipes-kernel/linux/linux-yocto.inc               |    3 +++
 meta/recipes-kernel/linux/linux-yocto_3.0.bb            |    3 +--
 meta/recipes-kernel/linux/linux-yocto_3.2.bb            |    3 +--
 meta/recipes-kernel/linux/linux-yocto_3.4.bb            |    3 +--
 13 files changed, 23 insertions(+), 28 deletions(-)

-- 
1.7.10.2




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

end of thread, other threads:[~2012-06-29 23:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 19:54 [PATCH 0/5 V2] Enable building modules on target Darren Hart
2012-06-29 19:54 ` [PATCH 1/5] linux-libc-headers-yocto: Do not include linux-yocto Darren Hart
2012-06-29 19:54 ` [PATCH 2/5] linux-yocto: Use INC_PR and move kernel require to linux-yocto.inc Darren Hart
2012-06-29 19:54 ` [PATCH 3/5] kernel: Add kernel headers to kernel-dev package Darren Hart
2012-06-29 20:01   ` Khem Raj
2012-06-29 20:09     ` Darren Hart
2012-06-29 19:54 ` [PATCH 4/5] tasl-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS Darren Hart
2012-06-29 19:59   ` Darren Hart
2012-06-29 21:59   ` [poky] " Khem Raj
2012-06-29 23:01     ` Darren Hart
2012-06-29 23:23       ` Zhang, Jessica
2012-06-29 23:27         ` Darren Hart
2012-06-29 19:54 ` [PATCH 5/5] linux-yocto-custom: Remove linux-tools Darren Hart
2012-06-29 20:01   ` Bruce Ashfield
2012-06-29 20:03 ` [PATCH 0/5 V2] Enable building modules on target Bruce Ashfield

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