All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org, Poky <poky@yoctoproject.org>
Subject: Re: [PATCH 0/3 V3] Enable building modules on target
Date: Fri, 29 Jun 2012 21:22:18 -0700	[thread overview]
Message-ID: <4FEE7EFA.7010103@linux.intel.com> (raw)
In-Reply-To: <cover.1341000751.git.dvhart@linux.intel.com>

scratch this series.... apologies, sent the wrong one.

On 06/29/2012 09:20 PM, Darren Hart wrote:
> Note: As this is a major change that impacts every BSP, I suggest this
>       spend some time in MUT before being included into master.
> 
> 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
> 
> V3:
> o Fix tasl-core-sdk typo
> o Rebase on origin/master where 2 patches had already been applied
> o Correct the bitbake.conf STAGING_KERNEL_DIR path which I missed in V2
> 
> Testing Performed:
> Built core-image-sato-sdk for qemux86 and copied over the hello-mod
> module sources. Built the scripts dir in /usr/src/kernel, then built the
> hello-mod module on the target, insmod, rmmod, dmesg -n 2.  The output was
> correct.
> 
> The following changes since commit a5b2c1e4ce3ad4f2b9ea306c6d10f528c5ef8b66:
> 
>   bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building detail page (2012-06-29 14:46:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib dvhart/modules-v3
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/modules-v3
> 
> Darren Hart (3):
>   kernel: Add kernel headers to kernel-dev package
>   task-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS
>   linux-yocto-custom: Remove linux-tools
> 
>  .../recipes-kernel/linux/linux-yocto-custom.bb          |    2 --
>  meta/classes/kernel.bbclass                             |   15 +++++++--------
>  meta/conf/bitbake.conf                                  |    2 +-
>  meta/recipes-core/tasks/task-core-sdk.bb                |    5 +++--
>  4 files changed, 11 insertions(+), 13 deletions(-)
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel





WARNING: multiple messages have this Message-ID (diff)
From: Darren Hart <dvhart@linux.intel.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: Kishore Bodke <kishore.k.bodke@intel.com>,
	openembedded-core@lists.openembedded.org,
	Poky <poky@yoctoproject.org>
Subject: Re: [PATCH 0/3 V3] Enable building modules on target
Date: Fri, 29 Jun 2012 21:22:18 -0700	[thread overview]
Message-ID: <4FEE7EFA.7010103@linux.intel.com> (raw)
In-Reply-To: <cover.1341000751.git.dvhart@linux.intel.com>

scratch this series.... apologies, sent the wrong one.

On 06/29/2012 09:20 PM, Darren Hart wrote:
> Note: As this is a major change that impacts every BSP, I suggest this
>       spend some time in MUT before being included into master.
> 
> 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
> 
> V3:
> o Fix tasl-core-sdk typo
> o Rebase on origin/master where 2 patches had already been applied
> o Correct the bitbake.conf STAGING_KERNEL_DIR path which I missed in V2
> 
> Testing Performed:
> Built core-image-sato-sdk for qemux86 and copied over the hello-mod
> module sources. Built the scripts dir in /usr/src/kernel, then built the
> hello-mod module on the target, insmod, rmmod, dmesg -n 2.  The output was
> correct.
> 
> The following changes since commit a5b2c1e4ce3ad4f2b9ea306c6d10f528c5ef8b66:
> 
>   bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building detail page (2012-06-29 14:46:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.yoctoproject.org/poky-contrib dvhart/modules-v3
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dvhart/modules-v3
> 
> Darren Hart (3):
>   kernel: Add kernel headers to kernel-dev package
>   task-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS
>   linux-yocto-custom: Remove linux-tools
> 
>  .../recipes-kernel/linux/linux-yocto-custom.bb          |    2 --
>  meta/classes/kernel.bbclass                             |   15 +++++++--------
>  meta/conf/bitbake.conf                                  |    2 +-
>  meta/recipes-core/tasks/task-core-sdk.bb                |    5 +++--
>  4 files changed, 11 insertions(+), 13 deletions(-)
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel




  parent reply	other threads:[~2012-06-30  4:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-30  4:20 [PATCH 0/3 V3] Enable building modules on target Darren Hart
2012-06-30  4:20 ` [PATCH 1/3] kernel: Add kernel headers to kernel-dev package Darren Hart
2012-06-30  4:20 ` [PATCH 2/3] task-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS Darren Hart
2012-06-30  4:20 ` [PATCH 3/3] linux-yocto-custom: Remove linux-tools Darren Hart
2012-06-30  4:22 ` Darren Hart [this message]
2012-06-30  4:22   ` [PATCH 0/3 V3] Enable building modules on target Darren Hart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FEE7EFA.7010103@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.