Re: [yocto] [meta-virtualization][PATCH] libvirt: fix CVE-2016-5008

2016-08-17 Thread Bruce Ashfield
On 2016-08-17 6:08 PM, Paul Eggleton wrote: On Tue, 16 Aug 2016 11:18:53 Bruce Ashfield wrote: Still going to the wrong list use: meta-virtualizat...@yoctoproject.org. FYI I can recommend the following to make this easy in future (it's how I deal with the issue): http://www.openembedded.or

[yocto] [yocto-autobuilder][PATCH v2] enable use of kvm with qemux86*

2016-08-17 Thread Bill Randle
When used with corresponding oe-core patch, this will enable the use of kvm when running qemux86* images on a x86* host that supports kvm. On the same build machine, for an x86_64 testimage run, the with and without times are: without kvm: core-image-sato-1.0-r0 do_testimage: Ran 43 tests in

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Randle, William C
On Wed, 2016-08-17 at 17:12 +0100, Joshua G Lock wrote: On Wed, 2016-08-17 at 16:09 +, Randle, William C wrote: On Wed, 2016-08-17 at 16:59 +0100, Joshua G Lock wrote: On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: Use a common script to check for a running vnc server, and if not runn

Re: [yocto] Package mono-libs-4.5 size increase in Mono version 4.4.x

2016-08-17 Thread Craig McQueen
I wrote: > I've just had to upgrade from Mono 4.2.x to Mono 4.4.x, to get a fix for SMTP > SSL/TLS. > > I'm using the mono-libs-4.5 package. I see that the size of it has increased > quite a lot (several MB) due to the upgrade. It looks as though it's now > putting a bunch of files in /usr/lib/mon

Re: [yocto] [yocto-autobuilder][PATCH] enable use of kvm with qemux86*

2016-08-17 Thread Aníbal Limón
On 08/16/2016 06:10 PM, Bill Randle wrote: > When used with corresponding oe-core patch, this will enable the use > of kvm when running qemux86* images on a x86* host that supports kvm. > On the same build machine, for an x86_64 testimage run, the with and > without times are: > without kvm: >

Re: [yocto] [meta-virtualization][PATCH] libvirt: fix CVE-2016-5008

2016-08-17 Thread Paul Eggleton
On Tue, 16 Aug 2016 11:18:53 Bruce Ashfield wrote: > Still going to the wrong list use: meta-virtualizat...@yoctoproject.org. FYI I can recommend the following to make this easy in future (it's how I deal with the issue): http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#S

[yocto] [PATCH V2] rmc: fix allocating buffer issue in read_file() (32 bit)

2016-08-17 Thread Jianxun Zhang
Runtime test script failed on T100TA (32 bit) machine because read_file() function in rmc.c gets a wrong value of st_size from the buffer returned by stat(). We include rmc header files prior to the rest of standard header files in rmc.c, so standard data subsequently defined could be affected by "

Re: [yocto] [PATCH] rmc: fix allocating buffer issue in read_file() (32 bit)

2016-08-17 Thread Jianxun Zhang
> On Aug 16, 2016, at 5:18 PM, Khem Raj wrote: > > >> On Aug 16, 2016, at 4:12 PM, Jianxun Zhang >> wrote: >> >> Runtime test script failed on T100TA (32 bit) machine because >> read_file() function in rmc.c gets a wrong value of st_size from >> the buffer returned by stat(). We include rmc

[yocto] OE/YP on digi connectcore 6, and upcoming linuxcon in toronto

2016-08-17 Thread Robert P. J. Day
first, just last week, i taught an entire week on OE/YP on the digi connectcore 6: http://www.digi.com/products/embedded-systems/single-board-computers/connectcore-6-sbc and, as i always do, i wrote a bunch of wiki pages on it to use during the class, so you're welcome to them: http://www.c

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Joshua G Lock
On Wed, 2016-08-17 at 16:09 +, Randle, William C wrote: > > On Wed, 2016-08-17 at 16:59 +0100, Joshua G Lock wrote: > > > On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: > > > Use a common script to check for a running vnc server, and if not > > > running > > > cleanup dangling lock fil

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Randle, William C
On Wed, 2016-08-17 at 16:59 +0100, Joshua G Lock wrote: On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: Use a common script to check for a running vnc server, and if not running cleanup dangling lock files and restart the server. [YOCTO #8210] Signed-off-by: Bill Randle mailto:william.c

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: generate md5sums for buildtools

2016-08-17 Thread Joshua G Lock
On Fri, 2016-08-12 at 20:44 -0700, Bill Randle wrote: > Md5sum files were not being generated for the buildtools artifacts. > Also, > ignore files with a .md5sum extension when doing the sum. Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  .../autobuilder/buildsteps/Pu

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Joshua G Lock
On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: > Use a common script to check for a running vnc server, and if not > running > cleanup dangling lock files and restart the server. > > [YOCTO #8210] > > Signed-off-by: Bill Randle > --- >  bin/checkvnc

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-17 Thread Joshua G Lock
On Wed, 2016-08-17 at 04:47 +, Kumar, Shrawan wrote: > Hello Joshua, > > We did not want bins like setfacl,setcap,chsmack  etc.. to be kept on > target . Understandable. > > - wanted to understand "how does this postscript gets copied to > target and at which path"? Any postinsts which fai

[yocto] Installing a rootfs inside a rootfs

2016-08-17 Thread muellcontainer
Hi, thanks for accepting me to the yocto mailing list. Here is my first question :) For container testing purposes, I would like to write a recipe which downloads the latest arch linux arm image and installs its contents into "/container" on the rootfs. However, during do_rootfs, my recipe fa

[yocto] Recipe for rootfs inside a rootfs

2016-08-17 Thread muellcontainer
Hi, thanks for letting me join the yocto mailing list. Here is my first question :) For testing containers, I would like to extract a root file system via a yocto recipe into the rootfs. However, this leads to automatic dependency generation and the resulting rpm package cannot be installed du

Re: [yocto] How to maintain a global DL_DIR?

2016-08-17 Thread Robert P. J. Day
On Wed, 17 Aug 2016, Gary Thomas wrote: > On 2016-08-16 18:38, Robert P. J. Day wrote: > > On Tue, 16 Aug 2016, Khem Raj wrote: > > > > > > On Aug 16, 2016, at 8:37 AM, Robert P. J. Day > > > > wrote: > > > > > > > > On Tue, 16 Aug 2016, Patrick Doyle wrote: > > > > > > > > > As I am playing with

Re: [yocto] How to generate a debug version of a single application and deploy it into the image?

2016-08-17 Thread Burton, Ross
On 17 August 2016 at 07:49, wrote: > In my case I have a software which do logging. The amount of the logs > depends on type of the build (Release skips all debug messages). Let's > assume that my recipe for the software(myApp) is called myApp.bb. It is > downloaded from an external git source an