Did this v2 get missed? I see the first patch got merged. Sau!
On Fri, 2016-03-18 at 14:24 -0700, Saul Wold wrote: > Adds intel-corei7-64 with x86-common, this makes the x86-common > whitelist available for intel-corei7-64 bsp also. > > [YOCTO #9179] > > Signed-off-by: Saul Wold <[email protected]> > --- > meta/lib/oeqa/runtime/parselogs.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/lib/oeqa/runtime/parselogs.py > b/meta/lib/oeqa/runtime/parselogs.py > index 431c436..4def533 100644 > --- a/meta/lib/oeqa/runtime/parselogs.py > +++ b/meta/lib/oeqa/runtime/parselogs.py > @@ -54,6 +54,7 @@ x86_common = [ > 'wrong ELF class', > 'Could not enable PowerButton event', > 'probe of LNXPWRBN:00 failed with error -22', > + 'pmd_set_huge: Cannot satisfy', > ] + common_errors > > qemux86_common = [ > @@ -110,6 +111,7 @@ ignore_errors = { > '(EE) open /dev/fb0: No such file or directory', > '(EE) AIGLX: reverting to software rendering', > ] + x86_common, > + 'intel-corei7-64' : x86_common, > 'crownbay' : x86_common, > 'genericx86' : x86_common, > 'genericx86-64' : x86_common, > -- > 2.5.0 > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
