[yocto] Qt5browser-problem

2016-02-22 Thread Surya
Hello, Is there any qt5 webbrowser based on qtwebkit or webengine ,which works with audio video application? I have worked on otter-browser,snowshoe ,but in all cases i can only access normal pages like google.com etc.,,but streaming is not possible.I cant see youtube videos or any video appl

[yocto] Bitbake does not apply changes and sometimes it removes the kernel-source directory

2016-02-22 Thread simo
Hi all, I am using a 'poky fido 13.0.1' Yocto distribution and I am experiencing some problem after modifying the Linux kernel code and recompiling it. Bitbake is not applying the changes and sometimes deletes the source folder (but I have a backup, of course). >From yocto environment shell, I e

Re: [yocto] Package Level Dependencies

2016-02-22 Thread sebastian.ro...@tu-dortmund.de
Hi Rudolf, Thnx for your input! I guess I can see your point. In particular I wasn't thinking so much on using ".inc" files. Due to the fact that I will be having like 10-20 different test123-config-xxx packages managing this using "RCONFLICTS" might be tedious. I guess this is what virtual pack

Re: [yocto] Package Level Dependencies

2016-02-22 Thread Philip Balister
On 02/22/2016 08:00 AM, sebastian.ro...@tu-dortmund.de wrote: > Hi Rudolf, > > Thnx for your input! I guess I can see your point. In particular I wasn't > thinking so much on using ".inc" files. > Due to the fact that I will be having like 10-20 different test123-config-xxx > packages managing t

Re: [yocto] [meta-selinux][PATCH] MAINTAINERS: Update maintainers file

2016-02-22 Thread Joe MacDonald
[Re: [yocto] [meta-selinux][PATCH] MAINTAINERS: Update maintainers file] On 16.02.20 (Sat 20:24) Philip Tricca wrote: > On 02/17/2016 06:41 PM, Joe MacDonald wrote: > > Adding Philip Tricca as a common layer maintainer and marking Pascal as > > away. > > While the admins upstream get my ssh key

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Mark Hatle
On 2/19/16 4:59 PM, T.O. Radzy Radzykewycz wrote: > A more recent version of swig is in meta-oe, and the local > version does not seem to provide any additional functionality or > security features. So best to just use the one in meta-oe and > eliminate duplication. > > Signed-off-by: T.O. Radzy

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-22 Thread Oliver
I faced the same problem locally, the u-boot.inc tends to check the in a file which is not present anymore in the repository of Next Thing Co. Though I just check for the header of the file: +LIC_FILES_CHKSUM = "file://README;beginline=1;endline=22;md5=2687c5ebfd9cb284491c3204b726ea29"    

[yocto] [[PATCHv2][autobuilder] 2/4] autobuilder/buildsteps: Add Toaster buildsteps.

2016-02-22 Thread Aníbal Limón
Adds Toaster buildsteps for setup toaster environment (installs requirements), start/stop a toaster instance and run tests. Signed-off-by: Aníbal Limón --- .../autobuilder/buildsteps/ToasterRunTests.py | 31 .../autobuilder/buildsteps/ToasterSetupVenv.py | 31 ++

[yocto] [[PATCHv2][autobuilder] 1/4] autobuilder/lib: Add buildsteps module for provide helpers

2016-02-22 Thread Aníbal Limón
Add ShellCommandCleanEnv helper for run command in a clean enviroment a shell for run the command can be specified also the variables to preserve in the new enviroment. Signed-off-by: Aníbal Limón --- .../site-packages/autobuilder/lib/buildsteps.py| 42 ++ 1 file changed,

[yocto] [[PATCHv2][autobuilder] 4/4] buildset-config.toaster: Remove unused template toaster-build.

2016-02-22 Thread Aníbal Limón
Signed-off-by: Aníbal Limón --- buildset-config.toaster/toaster-build.conf | 29 - 1 file changed, 29 deletions(-) delete mode 100644 buildset-config.toaster/toaster-build.conf diff --git a/buildset-config.toaster/toaster-build.conf b/buildset-config.toaster/toaster

[yocto] [[PATCHv2][autobuilder] 3/4] buildset-config.toaster: Add toaster-tests.conf buildset.

2016-02-22 Thread Aníbal Limón
The toaster-tests buildset contains steps for run toaster tests in a clean way, a Sleep step is needed after setup toaster for give certain time to let toaster ends setup. Signed-off-by: Aníbal Limón --- buildset-config.toaster/toaster-tests.conf | 21 + buildset-config.toast

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Joe MacDonald
[Re: [meta-selinux][PATCH] swig is in meta-oe, remove this copy] On 16.02.22 (Mon 08:40) Mark Hatle wrote: > On 2/19/16 4:59 PM, T.O. Radzy Radzykewycz wrote: > > A more recent version of swig is in meta-oe, and the local > > version does not seem to provide any additional functionality or > > se

Re: [yocto] [[PATCHv2][autobuilder] 4/4] buildset-config.toaster: Remove unused template toaster-build.

2016-02-22 Thread Flanagan, Elizabeth
I'm going to pull all but this patch (4/4), because I'll eventually need this configuration. -b On 22 February 2016 at 15:15, Aníbal Limón wrote: > Signed-off-by: Aníbal Limón > --- > buildset-config.toaster/toaster-build.conf | 29 - > 1 file changed, 29 deletions(

[yocto] Post Generation of debug information

2016-02-22 Thread Oliver
I have the need to generate some scripts for a debuggertool. As a first approach, these generated scripts could contain paths on wherespecific binary files are stored on the file system.   Such purpose has been partially fulfilled with a recipe implementingthe do_compile task to generate thos

Re: [yocto] [[PATCHv2][autobuilder] 4/4] buildset-config.toaster: Remove unused template toaster-build.

2016-02-22 Thread Aníbal Limón
Agree. On 02/22/2016 09:37 AM, Flanagan, Elizabeth wrote: > I'm going to pull all but this patch (4/4), because I'll eventually > need this configuration. > > -b > > On 22 February 2016 at 15:15, Aníbal Limón > wrote: >> Signed-off-by: Aníbal Limón >> --- >> buildset-config.toaster/toaster-

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Burton, Ross
On 22 February 2016 at 15:33, Joe MacDonald wrote: > I'm also not against removing the local copy (I don't think it adds > anything to the layer and occasionally causes headaches), but I really > don't want to make meta-selinux dependent on meta-oe components, so I > guess I'm voting for keeping

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Philip Balister
On 02/22/2016 10:33 AM, Joe MacDonald wrote: > [Re: [meta-selinux][PATCH] swig is in meta-oe, remove this copy] On 16.02.22 > (Mon 08:40) Mark Hatle wrote: > >> On 2/19/16 4:59 PM, T.O. Radzy Radzykewycz wrote: >>> A more recent version of swig is in meta-oe, and the local >>> version does not se

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Joe MacDonald
[Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy] On 16.02.22 (Mon 15:58) Burton, Ross wrote: > > On 22 February 2016 at 15:33, Joe MacDonald wrote: > > I'm also not against removing the local copy (I don't think it adds > anything to the layer and occasionally c

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Martin Jansa
On Mon, Feb 22, 2016 at 03:58:44PM +, Burton, Ross wrote: > On 22 February 2016 at 15:33, Joe MacDonald > wrote: > > > I'm also not against removing the local copy (I don't think it adds > > anything to the layer and occasionally causes headaches), but I really > > don't want to make meta-sel

Re: [yocto] Package Level Dependencies

2016-02-22 Thread Rudolf J Streif
Hi Sebastian, > > Thnx for your input! I guess I can see your point. In particular I wasn't > thinking so much on using ".inc" files. Due to the fact that I will be > having like 10-20 different test123-config-xxx packages managing this using > "RCONFLICTS" might be tedious. I guess this is what

Re: [yocto] [meta-selinux][PATCH] swig is in meta-oe, remove this copy

2016-02-22 Thread Mark Hatle
On 2/22/16 10:19 AM, Martin Jansa wrote: > On Mon, Feb 22, 2016 at 03:58:44PM +, Burton, Ross wrote: >> On 22 February 2016 at 15:33, Joe MacDonald >> wrote: >> >>> I'm also not against removing the local copy (I don't think it adds >>> anything to the layer and occasionally causes headaches),

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-22 Thread Khem Raj
On Sun, Feb 21, 2016 at 4:30 AM, Valentin Le bescond wrote: > Hi, sorry it was my first (tiny) try at a contribution ... Should I have > explained more in the title ? > > Next Thing Co changed the Licences/README file in their repo. > And in the u-boot.inc file used by u-boot-chip, this file is ch

Re: [yocto] Qt5browser-problem

2016-02-22 Thread Khem Raj
On Sun, Feb 21, 2016 at 11:12 PM, Surya wrote: > Hello, > > Is there any qt5 webbrowser based on qtwebkit or webengine ,which works with > audio video application? I have worked on otter-browser,snowshoe ,but in all > cases i can only access normal pages like google.com etc.,,but streaming is > no

Re: [yocto] Bitbake does not apply changes and sometimes it removes the kernel-source directory

2016-02-22 Thread Khem Raj
On Mon, Feb 22, 2016 at 1:16 AM, simo wrote: > Hi all, > > I am using a 'poky fido 13.0.1' Yocto distribution and I am experiencing > some problem after modifying the Linux kernel code and recompiling it. > > Bitbake is not applying the changes and sometimes deletes the source > folder (but I have

Re: [yocto] Post Generation of debug information

2016-02-22 Thread Khem Raj
On Mon, Feb 22, 2016 at 7:41 AM, Oliver wrote: > I have the need to generate some scripts for a debugger tool. As a first > approach, these generated scripts could contain paths on where specific > binary files are stored on the file system. > > Such purpose has been partially fulfilled with a rec

[yocto] Yocto Project Technical Team Meeting

2016-02-22 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] SquashFs Root with Writable OverlayFS ?

2016-02-22 Thread Albert K
Dear all, I have read the online yocto documentation and still quite confused as to how to go about doing this? I am working on X86 SOC with 16GB msata SSD 1) How do I build the SquashFS? 2) Do I need to have one partition to store the SquashFS and another for the OverlayFS 3) Is there a step by