Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2016-03-03 Thread Huang, Jie (Jackie)
> -Original Message- > From: Joe MacDonald [mailto:joe_macdon...@mentor.com] > Sent: Friday, March 04, 2016 12:17 AM > To: Huang, Jie (Jackie) > Cc: openembedded-devel > Subject: Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel > modules > &g

Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2016-03-03 Thread Joe MacDonald
Hi Jackie, [Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules] On 16.03.03 (Thu 04:41) Huang, Jie (Jackie) wrote: > > On Wed, Nov 25, 2015 at 3:27 AM, wrote: > > From: Jackie Huang > > > > Kernel modules may not have the same architecture as us

Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2016-03-02 Thread Huang, Jie (Jackie)
> > > On Wed, Nov 25, 2015 at 3:27 AM, wrote: > From: Jackie Huang > > Kernel modules may not have the same architecture as user space. > So we tell INSANE_SKIP to skip checking the arch for the modules. > This is consistent with other kernel modules and the kernel recipe. > > This one still

Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2016-02-26 Thread Joe MacDonald
On Wed, Nov 25, 2015 at 3:27 AM, wrote: > From: Jackie Huang > > Kernel modules may not have the same architecture as user space. > So we tell INSANE_SKIP to skip checking the arch for the modules. > This is consistent with other kernel modules and the kernel recipe. > This one still hasn't bee

Re: [oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2015-11-30 Thread Koen Kooi
Op 25-11-15 om 09:27 schreef jackie.hu...@windriver.com: > From: Jackie Huang > > Kernel modules may not have the same architecture as user space. LOL > So we tell INSANE_SKIP to skip checking the arch for the modules. > This is consistent with other kernel modules and the kernel recipe. Split

[oe] [PATCH 2/2] iscsitarget: skip the arch test for kernel modules

2015-11-25 Thread jackie.huang
From: Jackie Huang Kernel modules may not have the same architecture as user space. So we tell INSANE_SKIP to skip checking the arch for the modules. This is consistent with other kernel modules and the kernel recipe. Signed-off-by: Jackie Huang --- .../recipes-extended/iscsitarget/iscsitarget