Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-07 Thread Martin Jansa
On Wed, May 2, 2012 at 10:58 PM, Khem Raj wrote: > kmod is replacement for module-init-tools > > Signed-off-by: Khem Raj > --- >  meta/recipes-kernel/kmod/kmod-native_git.bb      |   14 + >  meta/recipes-kernel/kmod/kmod.inc                |   31 +++ >  meta/recipes-kernel/kmod/kmod/d

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-07 Thread Saul Wold
On 05/02/2012 01:58 PM, Khem Raj wrote: kmod is replacement for module-init-tools Signed-off-by: Khem Raj --- meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + meta/recipes-kernel/kmod/kmod.inc| 31 +++ meta/recipes-kernel/kmod/kmod/depmod-search.conf |

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-04 Thread Khem Raj
On Fri, May 4, 2012 at 4:11 PM, Saul Wold wrote: > On 05/03/2012 11:09 PM, Martin Jansa wrote: >> >> On Fri, May 04, 2012 at 07:32:58AM +0200, Martin Jansa wrote: >>> >>> On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: On 05/02/2012 01:58 PM, Khem Raj wrote: > > kmod i

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-04 Thread Saul Wold
On 05/03/2012 11:09 PM, Martin Jansa wrote: On Fri, May 04, 2012 at 07:32:58AM +0200, Martin Jansa wrote: On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: On 05/02/2012 01:58 PM, Khem Raj wrote: kmod is replacement for module-init-tools Signed-off-by: Khem Raj --- meta/recipes-ke

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Martin Jansa
On Fri, May 04, 2012 at 07:32:58AM +0200, Martin Jansa wrote: > On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: > > On 05/02/2012 01:58 PM, Khem Raj wrote: > > > kmod is replacement for module-init-tools > > > > > > Signed-off-by: Khem Raj > > > --- > > > meta/recipes-kernel/kmod/kmod-

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 10:36 PM, Khem Raj wrote: > On Thu, May 3, 2012 at 10:32 PM, Martin Jansa wrote: >> >> Not sure why khem haven't used this commit/patch. > > because my build machine has xsltproc installed. I will cherry pick this patch Saul I have update the tree with the patch from Mart

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Khem Raj
On Thu, May 3, 2012 at 10:32 PM, Martin Jansa wrote: > > Not sure why khem haven't used this commit/patch. because my build machine has xsltproc installed. I will cherry pick this patch ___ Openembedded-core mailing list Openembedded-core@lists.openemb

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Martin Jansa
On Thu, May 03, 2012 at 05:49:38PM -0700, Saul Wold wrote: > On 05/02/2012 01:58 PM, Khem Raj wrote: > > kmod is replacement for module-init-tools > > > > Signed-off-by: Khem Raj > > --- > > meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + > > meta/recipes-kernel/kmod/kmod.inc

Re: [OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-03 Thread Saul Wold
On 05/02/2012 01:58 PM, Khem Raj wrote: kmod is replacement for module-init-tools Signed-off-by: Khem Raj --- meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + meta/recipes-kernel/kmod/kmod.inc| 31 +++ meta/recipes-kernel/kmod/kmod/depmod-search.conf |

[OE-core] [PATCH 1/3] kmod: Add recipes

2012-05-02 Thread Khem Raj
kmod is replacement for module-init-tools Signed-off-by: Khem Raj --- meta/recipes-kernel/kmod/kmod-native_git.bb | 14 + meta/recipes-kernel/kmod/kmod.inc| 31 +++ meta/recipes-kernel/kmod/kmod/depmod-search.conf |6 ++ meta/recipes-kernel/kmod/kmod_git.