Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
That’s true ☺ From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:46 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test On 17 July 2015 at 15:43, Musat, George L mailto:george.l.mu...@intel.com

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 15:43, Musat, George L wrote: > They work on core-image-sato-sdk images and fail on core-image-lsb-sdk > images. You can look at bugs 8013, 8014, 8016. > > That would be because -sato-sdk explicitly adds kernel-devsrc but -lsb-sdk uses the old name of kernel-dev (see 54d5e74a19

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
They work on core-image-sato-sdk images and fail on core-image-lsb-sdk images. You can look at bugs 8013, 8014, 8016. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:41 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 15:32, Musat, George L wrote: > The test case causes “/usr/src/kernel: No such file or directory” error when > running in LSB images because they don’t have kernel-devsrc it seems. It’s > not really a bug but the test code had to be a little customized to skip when > in a LS

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Musat, George L
patch with this info? Lucian. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, July 17, 2015 5:24 PM To: Musat, George L Cc: OE-core Subject: Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test On 17 July 2015 at 15:17, Lucian Musat mailto:george.l.mu

Re: [OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 15:17, Lucian Musat wrote: > because it caused failures in core-image-lsb images. > Sounds ominous. Can the commit log please say *what* the problems are for someone curious in the future (or present, like I am). Ross -- ___ Opene

[OE-core] [PATCH] oeqa/runtime: Added skip condition to kernel module test

2015-07-17 Thread Lucian Musat
because it caused failures in core-image-lsb images. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runtime/kernelmodule.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/runtime/kernelmodule.py b/meta/lib/oeqa/runtime/kernelmodule.py index 2e81720..9318c28 100644 --- a/meta