[yocto] [PATCH] Update Powertop command for YP SDK

2013-07-10 Thread Ioana Grigoropol
- powertop package has been updated from 1.13 to 2.3 and the command line options have changed - option '-d' no longer exists -> option --debug seems to its successor - option '-t' is not documented, but still works -> changed to --time, which is documented [Yocto #4830] Signed-o

[yocto] replace outdated opencv bitbake file

2013-07-10 Thread Zafrullah Syed
How to replace outdated opencv bitbake file? When i build image, i get this following error, may be bitbake is unable to fetch files. How to update these files? WARNING: Failed to fetch URL svn:// code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http, attempting MIRRORS if available

Re: [yocto] replace outdated opencv bitbake file

2013-07-10 Thread Paul Eggleton
On Wednesday 10 July 2013 13:52:24 Zafrullah Syed wrote: > How to replace outdated opencv bitbake file? > > When i build image, i get this following error, may be bitbake is unable to > fetch files. How to update these files? > > WARNING: Failed to fetch URL svn:// > code.opencv.org/svn/opencv/br

Re: [yocto] replace outdated opencv bitbake file

2013-07-10 Thread Zafrullah Syed
Thank You, I replaced with new one and build was successful. How do i check whether OpenCV successfully integrated into my image? or Are there any OpenCV libs or executables to check for? Should I check them in rootfs.tar.bz2? Regards, Zafrullah Syed On Wed, Jul 10, 2013 at 2:56 PM, Paul Egglet

Re: [yocto] replace outdated opencv bitbake file

2013-07-10 Thread Paul Eggleton
On Wednesday 10 July 2013 17:21:28 Zafrullah Syed wrote: > Thank You, I replaced with new one and build was successful. > > How do i check whether OpenCV successfully integrated into my image? or Are > there any OpenCV libs or executables to check for? Should I check them in > rootfs.tar.bz2? I r

[yocto] [yocto-autobuilder][PATCH 1/3] RunSanityTests: add support for the new testimage class

2013-07-10 Thread Stefan Stanacar
Now that the new qemu testimage class has been merged in master, we should use it instead of the old one. We use "suites" keyword to overwrite the default tests (which are defined in the class) and "suitesappend" to append to the default list for special cases (like systemd images) [YOCTO #4838]

[yocto] [yocto-autobuilder][PATCH 3/3] buildsets: run sanity tests for core-image-sato-sdk images

2013-07-10 Thread Stefan Stanacar
We build sato-sdk images in these nightly targets (and now we have a gcc test in the new testimage class), so for a few more minutes added we should test these images too. Signed-off-by: Stefan Stanacar --- buildset-config/nightly-arm.conf| 2 +- buildset-config/nightly-mips.conf | 2 +- b

[yocto] [yocto-autobuilder][PATCH 2/3] nightly-multilib, qa-systemd.conf: enable specific tests with the new class

2013-07-10 Thread Stefan Stanacar
Enable specific tests for some builds (like systemd and multilib which aren't by default enabled in the testimage class) Also because one of the multilib builds is an ipk build and the default suite contains rpm and smart we need to overwrite the suite. [YOCTO #4838] Signed-off-by: Stefan Stanaca

[yocto] [yocto-autobuilder][PATCH 0/3] Enabling of the new testimage class for sanity tests

2013-07-10 Thread Stefan Stanacar
Hi Beth, The first two patches enable the new testimage class that has just been merged in master, and it needs a real AB shakedown ;). On my local AB one of the problems I've had were timeouts for qemu booting (when the machine was really loaded), and I've sent a patch to increase the timeout